Home | History | Annotate | Download | only in pxeboot

Lines Matching defs:filename

75 	char *filename;
84 /* if we got passed a filename, pass it to the BOOTP server */
99 * a separate filename for the kernel. (The name probably
108 filename = (fname ? strchr(fname, ':') : NULL);
109 if (filename != NULL) {
110 fsnamelen = (size_t)((const char *)filename - fname);
125 filename++;
126 if (filename[0] == '\0') {
132 filename = (char *)fname;
134 *file = filename;
137 strncpy(bibp.bootpath, filename, sizeof(bibp.bootpath));