Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c134 type = KERNEL_TYPE_FREEBSD; in load_image()
193 type = KERNEL_TYPE_FREEBSD; in load_image()
610 if (type == KERNEL_TYPE_FREEBSD || type == KERNEL_TYPE_NETBSD) in load_image()
938 if (type == KERNEL_TYPE_FREEBSD) in bsd_boot()
H A Dshared.h934 KERNEL_TYPE_FREEBSD, /* FreeBSD. */ enumerator
H A Dbuiltins.c279 case KERNEL_TYPE_FREEBSD: in boot_func()
2827 suggested_type = KERNEL_TYPE_FREEBSD; in kernel_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5169 (bsd_boot): If TYPE is not KERNEL_TYPE_FREEBSD (i.e. NetBSD or
5180 KERNEL_TYPE_FREEBSD, KERNEL_TYPE_NETBSD, KERNEL_TYPE_LINUX,