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

  /src/usr.sbin/sysinst/arch/evbarm/
md.c 52 int boardtype = BOARD_TYPE_NORMAL; variable in typeref:typename:int
70 boardtype = BOARD_TYPE_RPI;
73 boardtype = BOARD_TYPE_ACPI;
76 boardtype = BOARD_TYPE_NORMAL;
242 if (boardtype == BOARD_TYPE_ACPI) {
246 if (boardtype == BOARD_TYPE_NORMAL) {
251 if (boardtype == BOARD_TYPE_RPI) {
336 .size = boardtype == BOARD_TYPE_NORMAL ?
340 .fs_sub_type = boardtype == BOARD_TYPE_NORMAL ?
377 infos[i].size = boardtype == BOARD_TYPE_NORMAL
    [all...]
  /src/sys/arch/evbarm/marvell/
marvell_machdep.c 549 const char *boardtype; member in struct:marvell_device_register::__anon672a15eb0108
592 for (i = 0; hints[i].boardtype != NULL; i++)
593 if (THIS_BOARD(hints[i].boardtype))
595 if (hints[i].boardtype == NULL)
  /src/sys/dev/usb/
if_bwfm_usb.c 167 uint32_t boardtype; /* Type of board */ member in struct:bootrom_id

Completed in 16 milliseconds