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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dglobals.c25 int hostnamelen; variable
H A Dnet.h74 extern int hostnamelen;
H A Dbootparam.c204 hostnamelen = MAXHOSTNAMELEN-1;
205 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) {
269 if (xdr_string_encode(&send_tail, hostname, hostnamelen)) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c511 int hostnamelen; local
513 hostnamelen = (int)strlen(utsname.nodename);
514 credsize = 4 + 4 + roundup(hostnamelen, 4) + 4 + 4 + 4;
527 IXDR_PUT_INT32(ptr, hostnamelen);
529 bcopy(utsname.nodename, ptr, hostnamelen);
530 ptr += roundup(hostnamelen, 4) / 4;
/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);
1221 if (hostnamelen == 0)
/illumos-gate/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)

Completed in 465 milliseconds