Home
last modified time | relevance | path

Searched refs:ml_hostname (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/amd/fixmount/
HDfixmount.c134 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) { in print_dump()
137 printf("%s:%s\n", mp->ml_hostname, mp->ml_directory); in print_dump()
143 printf("%s\n", mp->ml_hostname); in print_dump()
165 printf("%s: bogus mount %s:%s\n", host, ml->ml_hostname, ml->ml_directory); in remove_mount()
168 printf("%s: removing %s:%s\n", host, ml->ml_hostname, ml->ml_directory); in remove_mount()
212 if (is_same_host(p->ml_hostname, thishost, thisaddr)) { in fix_rmtab()
/NextBSD/include/rpcsvc/
HDmount.x120 name ml_hostname; member
/NextBSD/contrib/amd/libamu/
HDxdr_func.c450 if (!xdr_name(xdrs, &objp->ml_hostname)) { in xdr_mountbody()