Home
last modified time | relevance | path

Searched refs:FNAME_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dglobals.c21 char rootpath[FNAME_SIZE] = "/"; /* root mount path */
22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */
23 char hostname[FNAME_SIZE]; /* our hostname */
25 char domainname[FNAME_SIZE]; /* our DNS domain */
H A Dnet.h60 #define FNAME_SIZE 128 macro
75 extern char rootpath[FNAME_SIZE];
76 extern char bootfile[FNAME_SIZE];
77 extern char hostname[FNAME_SIZE];
79 extern char domainname[FNAME_SIZE];
H A Dbootparam.c241 char serv_name[FNAME_SIZE]; in bp_getfile()
290 sn_len = FNAME_SIZE-1; in bp_getfile()
H A Dnfs.c190 char path[FNAME_SIZE]; in nfs_getrootfh()
255 (NFS_V3MAXFHSIZE + FNAME_SIZE) / sizeof (uint32_t)]; in nfs_lookupfh()
281 if (len > FNAME_SIZE) in nfs_lookupfh()
282 len = FNAME_SIZE; in nfs_lookupfh()
H A Dtftp.c293 uchar_t space[FNAME_SIZE + 6]; in tftp_makereq()
316 if (l > FNAME_SIZE - (sizeof (TFTP_PREPEND_PATH) - 1)) in tftp_makereq()
321 if (l > FNAME_SIZE) in tftp_makereq()
/illumos-gate/usr/src/boot/common/
H A Ddev_net.c388 char ip[FNAME_SIZE]; in net_parse_rootpath()