Searched refs:FNAME_SIZE (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
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 */
H A Dnet.h65 #define FNAME_SIZE 128 macro
93 extern char rootpath[FNAME_SIZE];
94 extern char bootfile[FNAME_SIZE];
95 extern char hostname[FNAME_SIZE];
H A Dbootparam.c63 char domainname[FNAME_SIZE]; /* our DNS domain */
244 char serv_name[FNAME_SIZE];
295 sn_len = FNAME_SIZE-1;
H A Dnfs.c130 char path[FNAME_SIZE];
192 char name[FNAME_SIZE];
H A Dtftp.c158 u_char space[FNAME_SIZE + 6];
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/netboot/
H A Ddevopen.c62 strncpy(bootfile, fname, FNAME_SIZE);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Ddev_net.c203 char temp[FNAME_SIZE];
268 for (i = 0; rootpath[i] != '\0' && i < FNAME_SIZE; i++)
271 if (i && i != FNAME_SIZE && rootpath[i] == ':') {
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/netboot/
H A Ddev_net.c83 char rootpath[FNAME_SIZE];
84 char hostname[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/netboot/
H A Ddev_net.c83 char rootpath[FNAME_SIZE];
84 char hostname[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/stand/boot/
H A Dnet.c63 char rootpath[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Dnet.c72 char rootpath[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/shark/stand/ofwboot/
H A Dnet.c71 char rootpath[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/macppc/stand/ofwboot/
H A Dnet.c72 char rootpath[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dgetnfsargs_small.c126 #define FNAME_SIZE 512 macro
140 char path[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Dnet.c63 char rootpath[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/ofwboot/
H A Dnet.c76 char rootpath[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/pxeboot/
H A Ddevopen.c86 strncpy(bootfile, fname, FNAME_SIZE);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/lcboot/
H A Dextern.h60 char b_pathname[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dnetio.c98 char rootpath[FNAME_SIZE];
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/libsa/
H A Dnfs.c121 char path[FNAME_SIZE];
178 char name[FNAME_SIZE];

Completed in 138 milliseconds