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

/illumos-gate/usr/src/cmd/sgs/lddstub/i386/
H A Dlddstub.s34 .globl stub
36 stub: label
/illumos-gate/usr/src/cmd/sgs/lddstub/sparc/
H A Dlddstub.s35 .global stub
37 stub: clr %o0 label
/illumos-gate/usr/src/cmd/sgs/lddstub/sparcv9/
H A Dlddstub.s35 .global stub
37 stub: clr %o0 label
/illumos-gate/usr/src/cmd/sgs/lddstub/amd64/
H A Dlddstub.s38 .globl stub
39 stub: label
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dlddstub.c61 const char *stub; local
67 stub = MSG_ORIG(MSG_PTH_LDDSTUB);
69 stub = MSG_ORIG(MSG_PTH_LDDSTUB_64);
85 return (stub);
88 stub = (const char *)orgstub;
99 return (stub);
102 stub = (const char *)orgstub64;
105 return (stub);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fw.h64 uint32_t stub; member in struct:emlxs_firmware
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c300 struct mod_stub_info *stub; local
304 for (stub = modp->mod_modinfo->modm_stubs;
305 stub->mods_func_adr; stub++) {
306 stub->mods_flag |= MODS_INSTALLED;
315 struct mod_stub_info *stub; local
319 for (stub = modp->mod_modinfo->modm_stubs;
320 stub->mods_func_adr; stub++) {
321 stub
330 struct mod_stub_info *stub; local
[all...]
H A Dmodctl.c2928 static char mod_stub_err[] = "mod_hold_stub: Couldn't load stub module %s";
2929 static char no_err[] = "No error function for weak stub %s";
2934 * the stub needs to call mod_release_stub().
2935 * -1 if the stub should just call the err_fcn.
2942 mod_hold_stub(struct mod_stub_info *stub) argument
2947 mip = stub->mods_modinfo;
2971 * else has resolved the stub (set mip->mp).
3005 /* Module not loaded, if weak stub don't load it */
3006 if (stub->mods_flag & MODS_WEAK) {
3007 if (stub
3054 mod_release_stub(struct mod_stub_info *stub) argument
[all...]

Completed in 78 milliseconds