Searched refs:NUM_TYPES (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c430 #define NUM_TYPES ((sizeof (rc_types) / sizeof (*rc_types))) macro
633 assert(type > 0 && type < NUM_TYPES);
668 assert(type > 0 && type < NUM_TYPES);
905 if (parent == 0 || parent >= NUM_TYPES ||
906 child == 0 || child >= NUM_TYPES)
926 if (type == 0 || type >= NUM_TYPES)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c2410 #define NUM_TYPES 10 macro
2420 for (type = 0; type < NUM_TYPES; type ++) {

Completed in 78 milliseconds