HomeSort by: relevance | last modified time | path
    Searched defs:boot_id (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mipsco/mipsco/
autoconf.c 113 int boot_id, boot_lun, boot_part; variable in typeref:typename:int
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 in function:meson8b_get_boot_id
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 in function:meson8b_platform_device_register
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/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

Completed in 14 milliseconds