Home
last modified time | relevance | path

Searched defs:ARRSIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h84 #define ARRSIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dhw_dump.h47 #define ARRSIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c116 #define ARRSIZE(arr) (sizeof (arr) / sizeof ((arr)[0])) macro