Home
last modified time | relevance | path

Searched refs:NUM_ELEMENTS (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/dev/aic7xxx/
HDaic7770.c110 const int ahc_num_aic7770_devs = NUM_ELEMENTS(aic7770_ident_table);
HDaic79xx_pci.c240 const u_int ahd_num_pci_devs = NUM_ELEMENTS(ahd_pci_ident_table);
HDaic7xxx.h72 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
HDaic79xx.h71 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
HDaic7xxx_pci.c633 const u_int ahc_num_pci_devs = NUM_ELEMENTS(ahc_pci_ident_table);
HDaic79xx.c84 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors);
104 static const u_int num_phases = NUM_ELEMENTS(ahd_phase_table) - 1;
7392 + NUM_ELEMENTS(ahd->qinfifo) - wrap_qinpos); in ahd_qinfifo_count()
HDaic7xxx.c95 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors);
115 static const u_int num_phases = NUM_ELEMENTS(ahc_phase_table) - 1;
/trueos/sys/dev/mpt/
HDmpt_debug.c724 NUM_ELEMENTS(req_state_parse_table),
HDmpt_raid.c476 if (raid_event->ReasonCode >= NUM_ELEMENTS(raid_event_txt)) in mpt_raid_event()
1772 for (i = 0; i < NUM_ELEMENTS(mpt_vol_mwce_strs); i++) { in mpt_raid_sysctl_vol_member_wce()
HDmpt.h154 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
/trueos/sys/kern/
HDkern_tc.c499 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
512 last = ffth + NUM_ELEMENTS(ffth) - 1; in ffclock_init()