Searched refs:FNAME_SIZE (Results 1 – 6 of 6) sorted by relevance
21 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 */
60 #define FNAME_SIZE 128 macro75 extern char rootpath[FNAME_SIZE];76 extern char bootfile[FNAME_SIZE];77 extern char hostname[FNAME_SIZE];79 extern char domainname[FNAME_SIZE];
241 char serv_name[FNAME_SIZE]; in bp_getfile()290 sn_len = FNAME_SIZE-1; in bp_getfile()
190 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()
293 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()
388 char ip[FNAME_SIZE]; in net_parse_rootpath()