Lines Matching defs:library
50 * LIBRARY_NUM is a shortcut to figure out which library we need to call.
51 * The top 16 bits of handle are the library index
56 * VENDOR_HANDLE turns a global library handle into a vendor specific handle,
61 #define HBA_HANDLE_FROM_LOCAL(library, vendor) \
62 (((library)<<16) | ((vendor)&0x0000FFFF))
155 * a vendor specific library function that might invoke a callback function
192 HBA_LIBRARY_STATUS status; /* info on this library */
247 HBA_LIBRARY_INFO *library;
263 * Common library internal. Mutex handling
389 adapt_infop->library = lib_infop;
463 lib_infop = adapt_infop->library;
470 /* or this with the library index to get the common handle */