HomeSort by relevance Sort by last modified time
    Searched refs:STUB (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
transition.c 34 #define STUB 1
47 #undef STUB
56 #undef STUB
65 #undef STUB
74 #undef STUB
84 #if STUB
wc.c 31 #define STUB 1
34 #undef STUB
45 #undef STUB
50 #undef STUB
63 #undef STUB
80 #undef STUB
91 #undef STUB
96 #undef STUB
109 #undef STUB
122 #undef STUB
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/ml/
modstubs.s 106 #define STUB(module, fcnname, retfcn) \
110 * "weak stub", don't load on account of this call
116 * "non-unloadable stub", don't bother 'holding' module if it's already loaded
132 /* "weak stub" for non-unloadable module, don't load on account of this call */
151 * The flag MODS_INSTALLED is stored in the stub data and is used to
264 call %g1 /* jump to the stub function */
289 * panic if the stub can't be resolved.
454 STUB(nfs_dlboot, mount_root, nomod_minus_one);
455 STUB(nfs_dlboot, dhcpinit, nomod_minus_one);
464 STUB(nfssrv, lm_nfs3_fhtovp, nomod_minus_one)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/sys/
prom_debug.h 62 #define STUB(n) if (prom_debug) \
64 prom_printf("STUB: %s", #n))
78 #define STUB(n)
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
modstubs.s 47 * all the stub functions. Currently we are using MAXNARG (it is a kludge
123 * mod_stub_info structure for the stub function
222 call *(%r15) /* call the stub fn(arg, ..) */
265 * mod_stub_info structure for the stub function
269 * The flag MODS_INSTALLED is stored in the stub data and is used to
348 call *(%esi) / call the stub function(arg1,arg2, ...)
350 pushl %eax / save any return values from the stub
364 #define STUB(module, fcnname, retfcn) \
368 * "weak stub", don't load on account of this call
374 * "non-unloadable stub", don't bother 'holding' module if it's already loade
    [all...]
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
Makefile 62 STUB.c = mib_handler.c $(AGENT)_tree.c $(AGENT)_appl.c $(AGENT)_trap.c
63 STUB.h = $(AGENT)_stub.h
72 $(STUB.c)
90 $(STUB.h)\

Completed in 420 milliseconds