Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dglobals.c19 char rootpath[FNAME_SIZE] = "/"; /* root mount path */
20 char bootfile[FNAME_SIZE]; /* bootp says to boot this */
21 char hostname[FNAME_SIZE]; /* our hostname */
23 char domainname[FNAME_SIZE]; /* our DNS domain */
H A Dnet.h59 #define FNAME_SIZE 128 macro
74 extern char rootpath[FNAME_SIZE];
75 extern char bootfile[FNAME_SIZE];
76 extern char hostname[FNAME_SIZE];
78 extern char domainname[FNAME_SIZE];
H A Dbootparam.c244 char serv_name[FNAME_SIZE]; in bp_getfile()
295 sn_len = FNAME_SIZE-1; in bp_getfile()
H A Dnfs.c162 char path[FNAME_SIZE]; in nfs_getrootfh()
230 char name[FNAME_SIZE]; in nfs_lookupfh()
H A Dtftp.c198 u_char space[FNAME_SIZE + 6]; in tftp_makereq()
/dragonfly/stand/boot/common/
H A Ddev_net.c211 char temp[FNAME_SIZE]; in net_getparams()
276 for (i = 0; i < FNAME_SIZE && rootpath[i] != '\0'; i++) in net_getparams()
279 if (i && i != FNAME_SIZE && rootpath[i] == ':') { in net_getparams()
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c257 char temp[FNAME_SIZE]; in pxe_open()
290 for (i = 0; i < FNAME_SIZE && rootpath[i] != '\0'; i++) { in pxe_open()
294 if (i && i != FNAME_SIZE && rootpath[i] == ':') { in pxe_open()