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

/freebsd-9.3-release/lib/libstand/
H A Dglobals.c22 char rootpath[FNAME_SIZE] = "/"; /* root mount path */
23 char bootfile[FNAME_SIZE]; /* bootp says to boot this */
24 char hostname[FNAME_SIZE]; /* our hostname */
26 char domainname[FNAME_SIZE]; /* our DNS domain */
H A Dnet.h56 #define FNAME_SIZE 128 macro
71 extern char rootpath[FNAME_SIZE];
72 extern char bootfile[FNAME_SIZE];
73 extern char hostname[FNAME_SIZE];
75 extern char domainname[FNAME_SIZE];
H A Dbootparam.c250 char serv_name[FNAME_SIZE];
301 sn_len = FNAME_SIZE-1;
H A Dnfs.c224 char path[FNAME_SIZE];
281 char name[FNAME_SIZE];
826 char path[FNAME_SIZE];
886 (NFS_V3MAXFHSIZE + FNAME_SIZE) / sizeof(uint32_t)];
917 if (len > FNAME_SIZE)
918 len = FNAME_SIZE;
H A Dtftp.c274 u_char space[FNAME_SIZE + 6];
295 if (l > FNAME_SIZE)
/freebsd-9.3-release/sys/boot/common/
H A Ddev_net.c235 char temp[FNAME_SIZE];
310 for (i = 0; rootpath[i] != '\0' && i < FNAME_SIZE; i++)
313 if (i && i != FNAME_SIZE && rootpath[i] == ':') {
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c255 char temp[FNAME_SIZE];
288 for (i = 0; rootpath[i] != '\0' && i < FNAME_SIZE; i++)
291 if (i && i != FNAME_SIZE && rootpath[i] == ':') {

Completed in 77 milliseconds