Searched refs:mod_next (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInSolaris.cpp49 uint32_t mod_next; /**< 0 */ member in struct:SOL32v11_modctl
80 uint64_t mod_next; /**< 0 */ member in struct:SOL64v11_modctl
114 uint32_t mod_next; /**< 0 */ member in struct:SOL32v9_modctl
141 uint64_t mod_next; /**< 0 */ member in struct:SOL64v9_modctl
813 if ( SOL64_VALID_ADDRESS(ModCtlv11.mod_next)
853 if ( SOL32_VALID_ADDRESS(ModCtlv11.mod_next)
895 if ( SOL64_VALID_ADDRESS(ModCtlv9.mod_next)
933 if ( SOL32_VALID_ADDRESS(ModCtlv9.mod_next)
996 AssertCompile2MemberOffsets(SOL_modctl_t, v11_64.mod_next, v9_64.mod_next);
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c623 } while ((mp = mp->mod_next) != &modules);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c7830 } while ((ctl = ctl->mod_next) != &modules);

Completed in 299 milliseconds