Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stat/common/
H A Dacquire.c36 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
/titanic_41/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c41 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h128 #define ARRAY_SIZE(x) (sizeof (x) / sizeof ((x)[0])) macro
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c559 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/titanic_41/usr/src/uts/common/sys/
H A Dsysmacros.h379 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c76 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h90 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_core.h50 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro