Home
last modified time | relevance | path

Searched refs:bi_kernelname (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h81 unsigned char *bi_kernelname; member
H A Dboot.c947 bi.bi_kernelname = arg + 1; in bsd_boot()
949 bi.bi_kernelname = 0; in bsd_boot()
/titanic_53/usr/src/boot/sys/i386/include/
H A Dbootinfo.h50 u_int32_t bi_kernelname; /* represents a char * */ member
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo32.c252 bi.bi_kernelname = 0; /* XXX char * -> kernel name */ in bi_load32()
264 bi.bi_kernelname = VTOP(kernelpath); in bi_load32()
/titanic_53/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo32.c231 bi.bi_kernelname = 0; /* XXX char * -> kernel name */ in bi_load32()
252 bi.bi_kernelname = 0x2000 + sizeof(bi); in bi_load32()
/titanic_53/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c374 bootinfo.bi_kernelname = VTOP(kname); in load()