Home | Sort by: relevance | last modified time | path |
/src/sys/arch/i386/stand/bootxx/ | |
boot1.c | 177 const struct uuid bootable[] = { local in function:is_bootable 185 for (i = 0; i < sizeof(bootable) / sizeof(*bootable); i++) { 186 if (memcmp(ent->ent_type, &bootable[i], |
/src/usr.sbin/makefs/cd9660/ | |
cd9660_eltorito.h | 148 u_char bootable; member in struct:cd9660_boot_image |