| /src/sys/arch/mipsco/mipsco/ |
| autoconf.c | 113 int boot_id, boot_lun, boot_part; variable 129 device_unit(dv) == boot_id) 151 boot_id = boot_lun = boot_part = 0; 162 boot_id = *cp++ - '0';
|
| /src/sys/arch/arm/amlogic/ |
| meson_platform.c | 215 static int boot_id = -1; local 219 if (boot_id == -1) { 223 boot_id = (int)bus_space_read_4(bst, bsh, 0); 228 return boot_id; 242 const int boot_id = meson8b_get_boot_id(); local 250 if (device_is_a(device_parent(parent), "mesonsdhc") && boot_id == 0) 252 else if (device_is_a(device_parent(parent), "mesonsdio") && boot_id != 0)
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_format_iso9660_boot.c | 43 static const unsigned char boot_id[] = { variable 150 assertEqualMem(buff+2048*17, boot_id, sizeof(boot_id));
|
| test_write_format_iso9660_zisofs.c | 66 static const unsigned char boot_id[] = { variable 679 assertEqualMem(buff+2048*17, boot_id, sizeof(boot_id));
|
| /src/external/gpl2/mkhybrid/dist/ |
| iso9660.h | 122 char boot_id [ISODCL ( 1, 1)]; /* 711 */ member in struct:eltorito_defaultboot_entry
|
| eltorito.c | 205 default_desc.boot_id[0] = EL_TORITO_BOOTABLE;
|
| /src/sys/arch/hppa/include/ |
| pdc.h | 123 #define PDC_MODEL_BOOTID 1 /* set BOOT_ID of processor */ 361 u_int boot_id; /* same as hw_id */ member in struct:pdc_model
|