/osnet-11/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_handle.c | 22 int _kadm5_check_handle(void *handle) argument 24 CHECK_HANDLE(handle);
|
H A D | clnt_privs.c | 40 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 D | server_handle.c | 25 int _kadm5_check_handle(void *handle) argument 27 CHECK_HANDLE(handle);
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcCloseAdapter.cc | 38 * @param handle the handle to close 42 void Sun_fcCloseAdapter(HBA_HANDLE handle) { argument 45 Handle::closeHandle(handle);
|
H A D | Sun_fcDoForceLip.cc | 37 * @param handle The desired HBA 41 HBA_STATUS Sun_fcDoForceLip(HBA_HANDLE handle, argument 46 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcGetAdapterAttributes.cc | 39 * @param handle The desired HBA 43 HBA_STATUS Sun_fcGetAdapterAttributes(HBA_HANDLE handle, argument 54 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcGetEventBuffer.cc | 38 HBA_STATUS Sun_fcGetEventBuffer(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetFCPStatistics.cc | 38 HBA_STATUS Sun_fcGetFCPStatistics(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetFcpPersistentBinding.cc | 38 HBA_STATUS Sun_fcGetFcpPersistentBinding(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetPortStatistics.cc | 37 HBA_STATUS Sun_fcGetPortStatistics(HBA_HANDLE handle, argument
|
H A D | Sun_fcNPIVGetAdapterAttributes.cc | 34 HBA_STATUS Sun_fcNPIVGetAdapterAttributes(HBA_HANDLE handle, argument 45 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcOpenAdapterByWWN.cc | 40 * @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 D | Sun_fcOpenTgtAdapterByWWN.cc | 40 * @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 D | Sun_fcRefreshInformation.cc | 37 * @param handle The HBA to refresh 39 void Sun_fcRefreshInformation(HBA_HANDLE handle) { argument 42 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcResetStatistics.cc | 38 void Sun_fcResetStatistics(HBA_HANDLE handle, HBA_UINT32 port) { argument
|
H A D | Sun_fcAdapterReturnWWN.cc | 36 HBA_STATUS Sun_fcAdapterReturnWWN(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetFC4Statistics.cc | 38 HBA_STATUS Sun_fcGetFC4Statistics(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetPortAttributesByWWN.cc | 39 * @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 D | Sun_fcSetRNIDMgmtInfo.cc | 47 * @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 D | getuid.c | 45 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 D | regalloc.c | 31 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 D | Sun_sasGetLUNStatistics.c | 34 HBA_HANDLE handle, 33 Sun_sasGetLUNStatistics( HBA_HANDLE handle, const HBA_SCSIID *lunit, SMHBA_PROTOCOLSTATISTICS *pstatistics) argument
|
H A D | Sun_sasGetProtocolStatistics.c | 34 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 D | errorf.c | 33 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 D | init_lib.c | 41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); local 43 if (handle != NULL) {
|