Lines Matching defs:function
194 * a vendor specific library function that might invoke a callback function
239 SMHBA_ENTRYPOINTS smhbafunctionTable; /* smhba function pointers */
240 HBA_ENTRYPOINTSV2 functionTable; /* hba api function pointers */
259 * Macro to use the right function table between smhba and hbaapi.
267 * Macro to use the right function ptr between smhba and hbaapi function table.
276 * Macro to use the hbaapi function ptr.
283 * Macro to use the hbaapi function ptr.
665 * libraries and perform the function registration exercise
778 /* Call the registration function to get the list of pointers */
783 * Load the function pointers directly into
804 * Load the function points directly into
822 * they have the same function signature so use the same variable here.
966 /* Call the registration function to get the list of pointers */
971 * Load the function points directly into
987 * Load the function points directly into
1003 /* This function is required */
1006 "function not found. lib: %s\n", librarypath);
1008 "RegisterLibrary function not found. lib: %s\n",
1013 * Load the function points directly into
1022 "function encountered an error. lib: %s\n",
1026 "function encountered an error. lib: %s\n",
1038 * they have the same function signature so use the same variable here.
1067 /* this function is required */
1070 "function not found. lib: %s\n", librarypath);
1072 "function not found. lib: %s\n", librarypath, 0, 0);
1349 * call to this function
1557 * This function is VERY OS dependent. Wing it as best you can.
1714 * Need to release the mutex now incase the vendor function invokes the
1794 * At least one vendor library registered this function, but no
2305 * vendor specific function
3127 HBA_UINT8 function,
3143 vendorHandle, sourceWWN, destWWN, function, type,
3462 * This function returns SM-HBA version that the warpper library implemented.
3471 * This function returns the attributes for the warpper library.
3533 * This function returns the attributes for the warpper library.
4342 * since the callback function is same. For this implemneation, the userdata
4410 * Need to release the mutex now incase the vendor function invokes the
4482 * At least one vendor library registered this function, but no