Searched defs:fcnname (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 76 #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 152 #define STUB_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument 175 #define SCALL_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 98 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument 119 #define STUB_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument 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
|