Home
last modified time | relevance | path

Searched defs:fcnname (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S76 #define STUB(module, fcnname, retfcn) \ argument
82 #define WSTUB(module, fcnname, retfcn) \ argument
91 #define NO_UNLOAD_STUB(module, fcnname, retfcn) \ argument
100 #define SCALL_NU_STUB(module, fcnname, retfcn) \ argument
103 #define NO_UNLOAD_WSTUB(module, fcnname, retfcn) \ argument
106 #define STUB_DATA(module, fcnname, install_fcn, retfcn, weak) \ argument
129 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument
130 ENTRY_NP(fcnname); \ function
152 #define STUB_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument
153 ENTRY_NP(fcnname); \ function
[all …]
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S98 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument
99 ENTRY(fcnname); \ function
119 #define STUB_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument
120 ENTRY(fcnname); \ function
212 #define STUB(module, fcnname, retfcn) \ argument
218 #define WSTUB(module, fcnname, retfcn) \ argument
227 #define NO_UNLOAD_STUB(module, fcnname, retfcn) \ argument
233 #define NO_UNLOAD_WSTUB(module, fcnname, retfcn) \ argument