Symbol: ARRAY_SIZE
sys/compat/linuxkpi/common/include/linux/kernel.h
267
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/aq/aq_common.h
66
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/axgbe/xgbe_osdep.h
190
#define ARRAY_SIZE(x) nitems(x)
sys/dev/bxe/bxe.h
118
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
sys/dev/bxe/bxe_elink.h
105
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
sys/dev/cxgb/cxgb_osdep.h
192
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/cxgbe/cudbg/cudbg_entity.h
104
#define ARRAY_SIZE(_a) (sizeof((_a)) / sizeof((_a)[0]))
sys/dev/cxgbe/osdep.h
92
#define ARRAY_SIZE(x) nitems(x)
sys/dev/dpaa2/dpaa2_ni.c
103
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
sys/dev/drm2/drm_os_freebsd.h
107
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
sys/dev/ena/ena_sysctl.c
119
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
sys/dev/enic/vnic_devcmd.h
66
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/hyperv/pcib/vmbus_pcib.c
151
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/ice/ice_osdep.h
198
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
sys/dev/isci/scil/sci_util.h
62
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/ixl/i40e_osdep.h
94
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
sys/dev/ocs_fc/ocs_os.h
88
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/qlnx/qlnxe/bcm_osal.h
110
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
sys/dev/smartpqi/smartpqi_defines.h
744
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/wg/wg_crypto.c
19
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
sys/dev/wtap/plugins/visibility.h
39
#define ARRAY_SIZE (32) //We support a maximum of 1024 nodes for now
usr.sbin/bhyve/hda_codec.c
133
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))