FNAME_SIZE        239 lib/libsa/bootparam.c 	char serv_name[FNAME_SIZE];
FNAME_SIZE        290 lib/libsa/bootparam.c 	sn_len = FNAME_SIZE-1;
FNAME_SIZE         22 lib/libsa/globals.c char	rootpath[FNAME_SIZE] = "/";	/* root mount path */
FNAME_SIZE         23 lib/libsa/globals.c char	bootfile[FNAME_SIZE];		/* bootp says to boot this */
FNAME_SIZE         24 lib/libsa/globals.c char	hostname[FNAME_SIZE];		/* our hostname */
FNAME_SIZE         26 lib/libsa/globals.c char	domainname[FNAME_SIZE];		/* our DNS domain */
FNAME_SIZE         74 lib/libsa/net.h extern	char rootpath[FNAME_SIZE];
FNAME_SIZE         75 lib/libsa/net.h extern	char bootfile[FNAME_SIZE];
FNAME_SIZE         76 lib/libsa/net.h extern	char hostname[FNAME_SIZE];
FNAME_SIZE         78 lib/libsa/net.h extern	char domainname[FNAME_SIZE];
FNAME_SIZE        111 lib/libsa/nfs.c 		char	path[FNAME_SIZE];
FNAME_SIZE        172 lib/libsa/nfs.c 		char	name[FNAME_SIZE];
FNAME_SIZE        158 lib/libsa/tftp.c 		u_char space[FNAME_SIZE + 6];