Searched defs:bootfile (Results 1 – 10 of 10) sorted by relevance
225 struct bootfile { struct226 u_int8_t reserved1[3]; /* asm jmp near ... */227 u_int8_t bf_sysid[8]; /* 'NTFS ' */228 u_int16_t bf_bps; /* bytes per sector */229 u_int8_t bf_spc; /* sectors per cluster */230 u_int8_t reserved2[7]; /* unused (zeroed) */231 u_int8_t bf_media; /* media desc. (0xF8) */232 u_int8_t reserved3[2];233 u_int16_t bf_spt; /* sectors per track */234 u_int16_t bf_heads; /* number of heads */[all …]
21 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
35 bootstrap(int devfd, char *dev, char *bootfile) in bootstrap()
81 md_bootstrap(int devfd, char *dev, char *bootfile) in md_bootstrap()
193 char *bootfile = "/etc/namedb/named.boot"; variable196 char *bootfile = "/etc/named.boot"; variable
173 uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */ member
489 uint8_t bootfile[128]; /* boot filename */ member
1338 char bootfile[16]; member