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

/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c46 * 2. FUNCCOMMON macro to map the appropriate entry point table
270 #define FUNCCOMMON(lib_infop, func) \ macro
485 FUNCCOMMON(vhlp->lib_info, RemoveCallbackHandler);
531 FUNCCOMMON(cbp->lib_info, RemoveCallbackHandler);
824 GetVersionFunc = FUNCCOMMON(lib_infop, GetVersionHandler);
849 LoadLibraryFunc = FUNCCOMMON(lib_infop, LoadLibraryHandler);
1040 if ((GetVersionFunc = FUNCCOMMON(lib_infop, GetVersionHandler))
1065 LoadLibraryFunc = FUNCCOMMON(lib_infop, LoadLibraryHandler);
1181 FreeLibraryFunc = FUNCCOMMON(lib_infop, FreeLibraryHandler);
1320 FUNCCOMMON(lib_info
[all...]

Completed in 54 milliseconds