Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libstand/
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.c191 char path[FNAME_SIZE]; in nfs_getrootfh()
256 (NFS_V3MAXFHSIZE + FNAME_SIZE) / sizeof(uint32_t)]; in nfs_lookupfh()
282 if (len > FNAME_SIZE) in nfs_lookupfh()
283 len = FNAME_SIZE; in nfs_lookupfh()
H A Dtftp.c282 u_char space[FNAME_SIZE + 6]; in tftp_makereq()
305 if (l > FNAME_SIZE - (sizeof(TFTP_PREPEND_PATH) - 1)) in tftp_makereq()
310 if (l > FNAME_SIZE) in tftp_makereq()
/titanic_53/usr/src/boot/sys/boot/common/
H A Ddev_net.c375 char ip[FNAME_SIZE]; in net_parse_rootpath()