Home
last modified time | relevance | path

Searched refs:mod_hold_stub (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s171 .globl mod_hold_stub
189 call mod_hold_stub /* mod_hold_stub(mod_stub_info *) */
322 .globl mod_hold_stub
327 call mod_hold_stub / mod_hold_stub(mod_stub_info *)
365 STUB_COMMON(module, fcnname, mod_hold_stub, retfcn, 0)
/titanic_50/usr/src/uts/common/sys/
H A Dmodctl.h565 extern int mod_hold_stub(struct mod_stub_info *);
/titanic_50/usr/src/uts/sparc/ml/
H A Dmodstubs.s109 STUB_COMMON(module, fcnname, mod_hold_stub, retfcn, 0)
249 call mod_hold_stub /* Hold the module */
/titanic_50/usr/src/uts/common/os/
H A Dmodsubr.c340 (uintptr_t)mod_hold_stub; in reset_stubs()
H A Dmodctl.c2942 mod_hold_stub(struct mod_stub_info *stub) in mod_hold_stub() function