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

/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c142 if (kobj_debug & D_RELOCATIONS) {
179 if (kobj_debug & D_RELOCATIONS) {
259 if (kobj_debug & D_RELOCATIONS) {
322 if (kobj_debug & D_RELOCATIONS) {
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c140 if (kobj_debug & D_RELOCATIONS) {
175 if (kobj_debug & D_RELOCATIONS) {
253 if (kobj_debug & D_RELOCATIONS) {
316 if (kobj_debug & D_RELOCATIONS) {
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c174 if (kobj_debug & D_RELOCATIONS) {
228 if (kobj_debug & D_RELOCATIONS) {
319 if (kobj_debug & D_RELOCATIONS) {
379 if (kobj_debug & D_RELOCATIONS) {
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h129 extern int kobj_debug; /* different than moddebug */
/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 140 milliseconds