Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.h45 uint8_t type_of_loader; /* Boot loader identifier */ member
H A Dlinux.c154 lh.type_of_loader = LINUX_BOOT_LOADER_TYPE; in linux_loadkernel()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h436 unsigned char type_of_loader; /* Boot loader identifier */ member
H A Dboot.c228 lh->type_of_loader = LINUX_BOOT_LOADER_TYPE; in load_image()