Searched defs:handle (Results 26 - 50 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DIOError.cc52 * @memo Log a handle I/O error message
53 * @param handle The handle where the I/O error took place
55 IOError::IOError(Handle *handle) : HBAException(HBA_STATUS_ERROR) { argument
58 "On handle %08lx (%s)", handle->getHandle(), strerror(errno));
H A DSun_fcDeleteNPIVPort.cc35 HBA_STATUS Sun_fcDeleteNPIVPort(HBA_HANDLE handle, HBA_UINT32 portindex, argument
41 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetAdapterPortAttributes.cc40 * @param handle The desired HBA
45 HBA_STATUS Sun_fcGetAdapterPortAttributes(HBA_HANDLE handle, argument
56 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetDiscPortAttrs.cc40 * @param handle The handle for the desired HBA
46 HBA_STATUS Sun_fcGetDiscoveredPortAttributes(HBA_HANDLE handle, argument
58 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetFcpTargetMappingV2.cc50 * @param handle The HBA to fetch mappings on
57 HBA_STATUS Sun_fcGetFcpTargetMappingV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
62 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetPortNPIVAttributes.cc35 HBA_STATUS Sun_fcGetPortNPIVAttributes(HBA_HANDLE handle, argument
46 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetRNIDMgmtInfo.cc49 * @param handle The HBA to operate on
52 HBA_STATUS Sun_fcGetRNIDMgmtInfo(HBA_HANDLE handle, argument
57 Handle *myHandle = Handle::findHandle(handle);
H A DFCSyseventBridge.h77 FCSyseventBridge() :handle(NULL) { }
83 sysevent_handle_t *handle; member in class:FCSyseventBridge
H A DHandleNPIVPort.h50 HandleNPIVPort(Handle *handle, HandlePort *porthandle,
62 Handle *handle; member in class:HandleNPIVPort
H A DHandlePort.h49 * a given port for this open handle. This class is used exclusivly
54 HandlePort(Handle *handle, HBA *hba, HBAPort *port);
75 Handle *handle; member in class:HandlePort
H A DSun_fcCreateNPIVPort.cc35 HBA_STATUS Sun_fcCreateNPIVPort(HBA_HANDLE handle, HBA_UINT32 portindex, argument
41 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetNPIVPortInfo.cc35 HBA_STATUS Sun_fcGetNPIVPortInfo(HBA_HANDLE handle, HBA_UINT32 portindex, argument
40 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcRegisterForAdapterPortStatEvents.cc44 HBA_HANDLE handle,
38 Sun_fcRegisterForAdapterPortStatEvents( void (*callback)( void *data, HBA_WWN PortWWN, HBA_UINT32 eventType), void *userData, HBA_HANDLE handle, HBA_WWN PortWWN, HBA_PORTSTATISTICS stats, HBA_UINT32 statType, HBA_CALLBACKHANDLE *callbackHandle) argument
H A DSun_fcRegisterForLinkEvents.cc57 HBA_HANDLE handle,
47 Sun_fcRegisterForLinkEvents( void (*callback)( void *data, HBA_WWN adapterWWN, HBA_UINT32 eventType, void *pRLIRBuffer, HBA_UINT32 RLIRBufferSize), void *userData, void *pRLIRBuffer, HBA_UINT32 RLIRBufferSize, HBA_HANDLE handle, HBA_CALLBACKHANDLE *callbackHandle) argument
H A DSun_fcSendCTPassThruV2.cc47 * @param handle The HBA to operate on
54 HBA_STATUS Sun_fcSendCTPassThruV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
68 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendRLS.cc46 * @param handle The HBA to operate on
56 HBA_STATUS Sun_fcSendRLS(HBA_HANDLE handle, argument
64 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendSRL.cc38 * @param handle The HBA to operate on
45 HBA_STATUS Sun_fcSendSRL(HBA_HANDLE handle, argument
54 Handle *myHandle = Handle::findHandle(handle);
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasCloseAdapter.c32 * the handle is removed from the open_handles list
35 Sun_sasCloseAdapter(HBA_HANDLE handle) argument
43 "Attempted to close an invalid handle %08lx. "
45 handle);
49 /* Removing handle from open_handles; */
54 "Attempted to close an invalid handle %08lx. "
56 handle);
58 /* there is only one handle open */
59 if (global_hba_head->open_handles->handle == handle) {
[all...]
H A DSun_sasGetAdapterAttributes.c32 Sun_sasGetAdapterAttributes(HBA_HANDLE handle, argument
44 index = RetrieveIndex(handle);
49 "Invalid handle %08lx", handle);
H A DSun_sasGetAdapterPortAttributes.c33 Sun_sasGetAdapterPortAttributes(HBA_HANDLE handle, argument
49 index = RetrieveIndex(handle);
53 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx", handle);
91 "Invalid port index %d for handle %08lx.",
92 port, handle);
H A DSun_sasGetNumberOfPorts.c35 HBA_HANDLE handle, HBA_UINT32 *numberofports)
48 index = RetrieveIndex(handle);
52 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx.", handle);
60 log(LOG_DEBUG, ROUTINE, "No HBA Port found on handle %08lx.",
61 handle);
34 Sun_sasGetNumberOfPorts( HBA_HANDLE handle, HBA_UINT32 *numberofports) argument
/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp.c39 * Allocate a handle and store it in `*handlep' upon success. Returns an IPMP
60 * Destroy the IPMP handle named by `handle'.
63 ipmp_close(ipmp_handle_t handle) argument
65 ipmp_state_t *statep = handle;
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclnt_chpass_util.c30 kadm5_server_handle_t handle = server_handle; local
33 return _kadm5_chpass_principal_util(handle, handle->lhandle, princ,
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashwalk.c37 hashwalk(Hash_table_t* tab, int flags, register int (*walker)(const char*, char*, void*), void* handle) argument
47 if ((v = (*walker)(hashname(b), (tab->flags & HASH_VALUE) ? b->value : (char*)b, handle)) < 0)
/osnet-11/usr/src/lib/libast/common/string/
H A Dstreval.c39 userconv(const char* s, char** end, void* handle) argument
41 return((*((Handle_t*)handle)->convert)(s, end));
47 Handle_t handle; local
49 return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL));

Completed in 51 milliseconds

1234567891011>>