Searched defs:handle (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_handle.c22 int _kadm5_check_handle(void *handle) argument
24 CHECK_HANDLE(handle);
H A Dclnt_privs.c40 kadm5_server_handle_t handle = server_handle; local
42 r = get_privs_2(&handle->api_version, handle->clnt);
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_handle.c25 int _kadm5_check_handle(void *handle) argument
27 CHECK_HANDLE(handle);
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcCloseAdapter.cc38 * @param handle the handle to close
42 void Sun_fcCloseAdapter(HBA_HANDLE handle) { argument
45 Handle::closeHandle(handle);
H A DSun_fcDoForceLip.cc37 * @param handle The desired HBA
41 HBA_STATUS Sun_fcDoForceLip(HBA_HANDLE handle, argument
46 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetAdapterAttributes.cc39 * @param handle The desired HBA
43 HBA_STATUS Sun_fcGetAdapterAttributes(HBA_HANDLE handle, argument
54 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetEventBuffer.cc38 HBA_STATUS Sun_fcGetEventBuffer(HBA_HANDLE handle, argument
H A DSun_fcGetFCPStatistics.cc38 HBA_STATUS Sun_fcGetFCPStatistics(HBA_HANDLE handle, argument
H A DSun_fcGetFcpPersistentBinding.cc38 HBA_STATUS Sun_fcGetFcpPersistentBinding(HBA_HANDLE handle, argument
H A DSun_fcGetPortStatistics.cc37 HBA_STATUS Sun_fcGetPortStatistics(HBA_HANDLE handle, argument
H A DSun_fcNPIVGetAdapterAttributes.cc34 HBA_STATUS Sun_fcNPIVGetAdapterAttributes(HBA_HANDLE handle, argument
45 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcOpenAdapterByWWN.cc40 * @param handle Output argument where open handle is stored
43 HBA_STATUS Sun_fcOpenAdapterByWWN(HBA_HANDLE *handle, HBA_WWN wwn) { argument
47 if (handle == NULL) {
48 log.userError("NULL handle pointer");
52 *handle = HBAList::instance()->
H A DSun_fcOpenTgtAdapterByWWN.cc40 * @param handle Output argument where open handle is stored
43 HBA_STATUS Sun_fcOpenTgtAdapterByWWN(HBA_HANDLE *handle, HBA_WWN wwn) { argument
47 if (handle == NULL) {
48 log.userError("NULL handle pointer");
52 *handle = HBAList::instance()->
H A DSun_fcRefreshInformation.cc37 * @param handle The HBA to refresh
39 void Sun_fcRefreshInformation(HBA_HANDLE handle) { argument
42 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcResetStatistics.cc38 void Sun_fcResetStatistics(HBA_HANDLE handle, HBA_UINT32 port) { argument
H A DSun_fcAdapterReturnWWN.cc36 HBA_STATUS Sun_fcAdapterReturnWWN(HBA_HANDLE handle, argument
H A DSun_fcGetFC4Statistics.cc38 HBA_STATUS Sun_fcGetFC4Statistics(HBA_HANDLE handle, argument
H A DSun_fcGetPortAttributesByWWN.cc39 * @param handle The HBA to operate on
44 HBA_STATUS Sun_fcGetPortAttributesByWWN(HBA_HANDLE handle, HBA_WWN pwwn, argument
54 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSetRNIDMgmtInfo.cc47 * @param handle The HBA to operate on
50 HBA_STATUS Sun_fcSetRNIDMgmtInfo(HBA_HANDLE handle, argument
56 Handle *myHandle = Handle::findHandle(handle);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgetuid.c45 void *handle; local
54 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) ||
55 ((gptr = (uid_t (*)())dlsym(handle, KRB5_UID)) == NULL)) {
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregalloc.c31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) argument
35 state.disc.re_resizehandle = handle;
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetLUNStatistics.c34 HBA_HANDLE handle,
33 Sun_sasGetLUNStatistics( HBA_HANDLE handle, const HBA_SCSIID *lunit, SMHBA_PROTOCOLSTATISTICS *pstatistics) argument
H A DSun_sasGetProtocolStatistics.c34 HBA_HANDLE handle,
33 Sun_sasGetProtocolStatistics( HBA_HANDLE handle, HBA_UINT32 portindex, HBA_UINT32 protocoltype, SMHBA_PROTOCOLSTATISTICS *pstatistics) argument
/osnet-11/usr/src/lib/libast/common/misc/
H A Derrorf.c33 errorf(void* handle, void* discipline, int level, ...) argument
38 errorv((discipline && handle) ? *((char**)handle) : (char*)handle, (discipline || level < 0) ? level : (level | ERROR_LIBRARY), ap);
/osnet-11/usr/src/lib/libumem/common/
H A Dinit_lib.c41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); local
43 if (handle != NULL) {

Completed in 70 milliseconds

1234567891011>>