bootfile 489 arch/i386/stand/libsa/pxe.h uint8_t bootfile[128]; /* boot filename */ bootfile 202 lib/libsa/bootp.c strncpy(bootfile, (char *)bp->bp_file, sizeof(bootfile)); bootfile 203 lib/libsa/bootp.c bootfile[sizeof(bootfile) - 1] = '\0'; bootfile 23 lib/libsa/globals.c char bootfile[FNAME_SIZE]; /* bootp says to boot this */ bootfile 75 lib/libsa/net.h extern char bootfile[FNAME_SIZE]; bootfile 220 ntfs/ntfs.h struct bootfile { bootfile 249 ntfs/ntfs.h struct bootfile ntm_bootfile; bootfile 548 ntfs/ntfs_vfsops.c bcopy(bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile));