Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2657 int protolen, hostnamelen; local
2666 hostnamelen = strlen(hostname);
2667 if (hostnamelen <= SMALL_HOSTNAME)
2670 cachep->cache_hostname = malloc(hostnamelen + 1);
2726 if (cachep->cache_hostname && hostnamelen > SMALL_HOSTNAME)