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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c155 * Values that can be or'd in to kobj_debug and their effects:
164 int kobj_debug = 0; variable
166 #define KOBJ_MARK(s) if (kobj_debug & D_DEBUG) \
510 if (kobj_debug & D_DEBUG)
531 if (kobj_debug & D_DEBUG)
718 if (kobj_debug & D_DEBUG)
855 if (kobj_debug & D_LOADING) {
966 if (kobj_debug & D_LOADING) {
1209 if (kobj_debug & D_RELOCATIONS)
1418 if (kobj_debug
[all...]

Completed in 52 milliseconds