Home
last modified time | relevance | path

Searched refs:h_lochost (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dwr_atab.c133 if (mp->m_dk->d_host->h_lochost) { in write_amount_info()
164 if (mp->m_dk->d_host->h_lochost) in write_amount_info()
165 fprintf(af, " host==%s", mp->m_dk->d_host->h_lochost); in write_amount_info()
207 mp->m_dk->d_host->h_lochost ? in write_amount_info()
208 mp->m_dk->d_host->h_lochost : in write_amount_info()
H A Dwr_dumpset.c60 dp->d_host->h_lochost ? in write_dumpset_info()
61 dp->d_host->h_lochost : in write_dumpset_info()
H A Dfsi_data.h93 char *h_lochost; /* The name of the host with local domains stripped */ member
H A Dfsi_util.c303 xsnprintf(buf, l, "%s/%s%s", autodir, hp->h_lochost, vn); in compute_automount_point()
376 hp->h_lochost = p; in set_host()