Searched refs:NUM_ELEMENTS (Results 1 – 11 of 11) sorted by relevance
110 const int ahc_num_aic7770_devs = NUM_ELEMENTS(aic7770_ident_table);
240 const u_int ahd_num_pci_devs = NUM_ELEMENTS(ahd_pci_ident_table);
72 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
71 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
633 const u_int ahc_num_pci_devs = NUM_ELEMENTS(ahc_pci_ident_table);
84 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()
95 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors);115 static const u_int num_phases = NUM_ELEMENTS(ahc_phase_table) - 1;
724 NUM_ELEMENTS(req_state_parse_table),
476 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()
154 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
499 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro512 last = ffth + NUM_ELEMENTS(ffth) - 1; in ffclock_init()