Home
last modified time | relevance | path

Searched refs:IG_DEV_X86BOOTPAR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h70 IG_DEV_X86BOOTPAR = 1, enumerator
75 #define is_bootpar(type) (type == IG_DEV_X86BOOTPAR)
H A Dinstallgrub.c659 device->type = IG_DEV_X86BOOTPAR; in init_device()