Home | History | Annotate | Download | only in pxeboot

Lines Matching refs:fname

60  * given as the fname arg.  Format is:
72 devopen(struct open_file *f, const char *fname, char **file)
85 if (fname)
86 strncpy(bootfile, fname, FNAME_SIZE);
106 fname = bootfile;
108 filename = (fname ? strchr(fname, ':') : NULL);
110 fsnamelen = (size_t)((const char *)filename - fname);
112 if (strncmp(fname, pxeboot_fstab[i].fst_name,
121 fname);
127 printf("No file specified in %s\n", fname);
132 filename = (char *)fname;