Searched defs:NELEM (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.h64 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.h53 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/cmd/hal/utils/
H A Dprinter.c96 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
98 ((v != NULL) && (i < NELEM(cmds)));
102 #undef NELEM macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c38 #define NELEM(a) (sizeof (a) / sizeof ((a)[0])) macro
256 for (i = 0; i < NELEM(nvpair_info); i++) {
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dat_keyprocess.c49 #define NELEM(a) (sizeof (a) / sizeof (a)[0]) macro
683 keytab_base_length = NELEM(keytab_base_set1);
685 keytab_e0_length = NELEM(keytab_e0_set1);
689 keytab_base_length = NELEM(keytab_base_set2);
691 keytab_e0_length = NELEM(keytab_e0_set2);
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c87 #define NELEM(a) sizeof (a) / sizeof (*(a)) macro
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c51 #define NELEM(x) (sizeof (x)) / (sizeof (x[0])) macro
239 for (i = 0; i < NELEM(print_order); i++) {
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c66 #define NELEM(a) (sizeof (a) / sizeof ((a)[0])) macro
211 for (i = 0; i < NELEM(code_tab); i++) {
420 for (i = 0; i < NELEM(excl_opts); i++) {
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbsprl/
H A Dpl2303_var.h172 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c64 #define NELEM(a) sizeof (a) / sizeof (*(a)) macro
209 for (i = 0; i < NELEM(map) / 2; i++) {
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbsacm/
H A Dusbsacm.h168 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c63 #define NELEM(a) (sizeof (a) / sizeof ((a)[0])) macro
161 #define AMBIGCMD (&cmdtab[NELEM(cmdtab)])
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_var.h326 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h321 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h311 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h275 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h313 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h516 #define NELEM(a) (sizeof (a) / sizeof (*(a))) macro

Completed in 114 milliseconds