Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dglobals.c19 char rootpath[FNAME_SIZE] = "/"; /* root mount path */
21 char bootfile[FNAME_SIZE]; /* bootp says to boot this */
22 char hostname[FNAME_SIZE]; /* our hostname */
24 char domainname[FNAME_SIZE]; /* our DNS domain */
H A Dnet.h62 #define FNAME_SIZE 128 macro
77 extern char rootpath[FNAME_SIZE];
79 extern char bootfile[FNAME_SIZE];
80 extern char hostname[FNAME_SIZE];
82 extern char domainname[FNAME_SIZE];
H A Dbootparam.c239 char serv_name[FNAME_SIZE]; in bp_getfile()
288 sn_len = FNAME_SIZE-1; in bp_getfile()
H A Dnfs.c189 char path[FNAME_SIZE]; in nfs_getrootfh()
254 (NFS_V3MAXFHSIZE + FNAME_SIZE) / sizeof(uint32_t)]; in nfs_lookupfh()
280 if (len > FNAME_SIZE) in nfs_lookupfh()
281 len = FNAME_SIZE; in nfs_lookupfh()
H A Dtftp.c313 u_char space[FNAME_SIZE + 6]; in tftp_makereq()
336 if (l > FNAME_SIZE - (sizeof(TFTP_PREPEND_PATH) - 1)) in tftp_makereq()
341 if (l > FNAME_SIZE) in tftp_makereq()
/src/stand/common/
H A Ddev_net.c379 char ip[FNAME_SIZE]; in net_parse_rootpath()