Searched defs:retfcn (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 108 #define STUB(module, fcnname, retfcn) \ argument 114 #define WSTUB(module, fcnname, retfcn) \ argument 123 #define NO_UNLOAD_STUB(module, fcnname, retfcn) \ argument 132 #define SCALL_NU_STUB(module, fcnname, retfcn) \ argument 135 NO_UNLOAD_WSTUB(module,fcnname,retfcn) global() argument 138 STUB_DATA(module,fcnname,install_fcn,retfcn,weak) global() argument 161 STUB_COMMON(module,fcnname,install_fcn,retfcn,weak) global() argument 184 STUB_UNLOADABLE(module,fcnname,install_fcn,retfcn,weak) global() argument 207 SCALL_UNLOADABLE(module,fcnname,install_fcn,retfcn,weak) global() argument [all...] |
/titanic_51/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 126 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument 146 #define STUB_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument 277 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument 297 #define STUB_UNLOADABLE(module, fcnname, install_fcn, retfcn, wea argument 364 STUB(module,fcnname,retfcn) global() argument 370 WSTUB(module,fcnname,retfcn) global() argument 379 NO_UNLOAD_STUB(module,fcnname,retfcn) global() argument 385 NO_UNLOAD_WSTUB(module,fcnname,retfcn) global() argument [all...] |