FNAME_SIZE
char ip[FNAME_SIZE];
char serv_name[FNAME_SIZE];
sn_len = FNAME_SIZE-1;
char rootpath[FNAME_SIZE] = "/"; /* root mount path */
char bootfile[FNAME_SIZE]; /* bootp says to boot this */
char hostname[FNAME_SIZE]; /* our hostname */
char domainname[FNAME_SIZE]; /* our DNS domain */
extern char rootpath[FNAME_SIZE];
extern char bootfile[FNAME_SIZE];
extern char hostname[FNAME_SIZE];
extern char domainname[FNAME_SIZE];
char path[FNAME_SIZE];
(NFS_V3MAXFHSIZE + FNAME_SIZE) / sizeof (uint32_t)];
if (len > FNAME_SIZE)
len = FNAME_SIZE;
uchar_t space[FNAME_SIZE + 6];
if (l > FNAME_SIZE - (sizeof (TFTP_PREPEND_PATH) - 1))
if (l > FNAME_SIZE)