Searched refs:LIBRARY_NUM (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c50 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
53 #define LIBRARY_NUM(handle) ((handle)>>16) macro
556 libraryIndex = LIBRARY_NUM(handle);
H A DHBAAPILIB.c53 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
56 #define LIBRARY_NUM(handle) ((handle)>>16) macro
337 libraryIndex = LIBRARY_NUM(handle);
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c89 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
92 #define LIBRARY_NUM(handle) ((handle)>>16) macro
438 libraryIndex = LIBRARY_NUM(handle);

Completed in 78 milliseconds