Home
last modified time | relevance | path

Searched refs:boot_flag (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.h38 uint16_t boot_flag; /* 0xAA55 magic number */ member
H A Dlinux.c128 if (lh.boot_flag != BOOTSEC_SIGNATURE) { in linux_loadkernel()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h430 unsigned short boot_flag; /* 0xAA55 magic number */ member
H A Dboot.c219 else if (lh->boot_flag == BOOTSEC_SIGNATURE in load_image()