Home
last modified time | relevance | path

Searched refs:hostnamelen (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c511 int hostnamelen; in nd_auth_marshall() local
513 hostnamelen = (int)strlen(utsname.nodename); in nd_auth_marshall()
514 credsize = 4 + 4 + roundup(hostnamelen, 4) + 4 + 4 + 4; in nd_auth_marshall()
527 IXDR_PUT_INT32(ptr, hostnamelen); in nd_auth_marshall()
529 bcopy(utsname.nodename, ptr, hostnamelen); in nd_auth_marshall()
530 ptr += roundup(hostnamelen, 4) / 4; in nd_auth_marshall()
/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.c199 hostnamelen = MAXHOSTNAMELEN-1; in bp_whoami()
200 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) { in bp_whoami()
259 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) { in bp_getfile()
H A Dglobals.c24 int hostnamelen; variable
H A Dnet.h78 extern int hostnamelen;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h157 extern int hostnamelen;
H A Dnic.c38 int hostnamelen = 0; variable
1089 hostnamelen = *(p + 1); in decode_rfc1533()
1221 if (hostnamelen == 0) in print_network_configuration()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2642 int protolen, hostnamelen; in portmap_cache_enter() local
2651 hostnamelen = strlen(hostname); in portmap_cache_enter()
2652 if (hostnamelen <= SMALL_HOSTNAME) in portmap_cache_enter()
2655 cachep->cache_hostname = malloc(hostnamelen + 1); in portmap_cache_enter()
2711 if (cachep->cache_hostname && hostnamelen > SMALL_HOSTNAME) in portmap_cache_enter()