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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h36 #define LK_NUM_TYPES 8 /* arbitrary */ macro
110 * type target-defined, 0 <= type < LK_NUM_TYPES. Leaks are
144 * for i in 0 .. LK_NUM_TYPES
151 * for i in 0 .. LK_NUM_TYPES
H A Dleaky.c96 static leak_type_t lk_types[LK_NUM_TYPES];
476 if (type < 0 || type >= LK_NUM_TYPES || depth != (uint8_t)depth) {
567 for (type = 0; type < LK_NUM_TYPES; type++) {
616 for (i = 0; i < LK_NUM_TYPES; i++) {
637 for (i = 0; i < LK_NUM_TYPES; i++) {
696 for (i = 0; i < LK_NUM_TYPES; i++) {
729 for (i = 0; i < LK_NUM_TYPES; i++) {

Completed in 65 milliseconds