Home
last modified time | relevance | path

Searched defs:bootfile (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/ntfs/
H A Dntfs.h225 struct bootfile { struct
226 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 …]
/minix3/sys/lib/libsa/
H A Dglobals.c21 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
/openbsd-src/sys/lib/libsa/
H A Dglobals.c22 char bootfile[FNAME_SIZE]; /* bootp says to boot this */ variable
/openbsd-src/usr.sbin/installboot/
H A Dbootstrap.c35 bootstrap(int devfd, char *dev, char *bootfile) in bootstrap()
H A Dlandisk_installboot.c81 md_bootstrap(int devfd, char *dev, char *bootfile) in md_bootstrap()
/minix3/external/bsd/bind/dist/contrib/nslint-3.0a2/
H A Dnslint.c193 char *bootfile = "/etc/namedb/named.boot"; variable
196 char *bootfile = "/etc/named.boot"; variable
/minix3/external/bsd/dhcpcd/dist/
H A Ddhcp.h173 uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */ member
/openbsd-src/sys/arch/i386/stand/libsa/
H A Dpxe.h489 uint8_t bootfile[128]; /* boot filename */ member
/openbsd-src/sys/arch/amd64/stand/libsa/
H A Dpxe.h489 uint8_t bootfile[128]; /* boot filename */ member
/minix3/sys/sys/
H A Dbootblock.h1338 char bootfile[16]; member