OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FNAME_SIZE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/lib/libsa/
globals.c
20
char rootpath[
FNAME_SIZE
]; /* root mount path */
21
char bootfile[
FNAME_SIZE
]; /* bootp says to boot this */
22
char hostname[
FNAME_SIZE
]; /* our hostname */
net.h
66
#define
FNAME_SIZE
128
94
extern char rootpath[
FNAME_SIZE
];
95
extern char bootfile[
FNAME_SIZE
];
96
extern char hostname[
FNAME_SIZE
];
bootparam.c
63
char domainname[
FNAME_SIZE
]; /* our DNS domain */
246
char serv_name[
FNAME_SIZE
];
299
sn_len =
FNAME_SIZE
- 1;
tftp.c
158
u_char space[
FNAME_SIZE
+ 6];
nfs.c
154
char path[
FNAME_SIZE
];
221
char name[
FNAME_SIZE
];
226
char name[
FNAME_SIZE
];
/src/sys/arch/ia64/stand/common/
dev_net.c
199
char temp[
FNAME_SIZE
];
268
for (i = 0; i <
FNAME_SIZE
&& rootpath[i] != '\0'; i++)
271
if (i && i !=
FNAME_SIZE
&& rootpath[i] == ':') {
/src/sbin/mount_nfs/
getnfsargs_small.c
126
#define
FNAME_SIZE
512
147
char path[
FNAME_SIZE
];
/src/sys/arch/i386/stand/pxeboot/
devopen.c
86
strncpy(bootfile, fname,
FNAME_SIZE
);
/src/sys/arch/hpcmips/stand/lcboot/
extern.h
60
char b_pathname[
FNAME_SIZE
];
Completed in 37 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025