Searched defs:ARRAY_SIZE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire.c36 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
493 for (i = 0; i < ARRAY_SIZE(cpu_states); i++)
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c41 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
118 stmf_sbd_print_bit_flags(pgr_flag_str, ARRAY_SIZE(pgr_flag_str),
131 (pgr->pgr_rsv_type < ARRAY_SIZE(pgr_type_desc)) ?
159 (id->protocol_id < ARRAY_SIZE(stmf_protocol_str)) ?
197 (tpd->protocol_id < ARRAY_SIZE(stmf_protocol_str)) ?
366 stmf_sbd_print_bit_flags(key_flag_str, ARRAY_SIZE(key_flag_str),
424 stmf_sbd_print_bit_flags(it_flag_str, ARRAY_SIZE(it_flag_str),
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h383 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c558 #ifndef ARRAY_SIZE
559 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h127 #ifndef ARRAY_SIZE
128 #define ARRAY_SIZE(x) (sizeof (x) / sizeof ((x)[0])) macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c76 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
400 for (i = ARRAY_SIZE(rtl_chip_info) - 1; i >= 0; i--)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h89 #ifndef ARRAY_SIZE
90 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h50 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro

Completed in 94 milliseconds