Searched defs:handle (Results 51 - 75 of 719) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclnt_chpass_util.c31 kadm5_server_handle_t handle = server_handle; local
34 return _kadm5_chpass_principal_util(handle, handle->lhandle, princ,
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp.c40 * Allocate a handle and store it in `*handlep' upon success. Returns an IPMP
61 * Destroy the IPMP handle named by `handle'.
64 ipmp_close(ipmp_handle_t handle) argument
66 ipmp_state_t *statep = handle;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c52 handle(int sig) function
61 (void) signal(SIGUSR1, handle);
H A Dtst.weak1.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
H A Dtst.weak2.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dinittoken.c54 KMF_HANDLE_T handle; local
82 if ((rv = kmf_initialize(&handle, NULL, NULL)) != KMF_OK)
97 rv = kmf_pk11_init_token(handle, currlabel, newlabel,
100 (void) kmf_finalize(handle);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_buf.c31 * These routines handle IO mapped memory. They include routines to alloc and
80 * cookies can we handle, and alignment requirements. info is returned with
81 * all the info about the mapped buffer. handle is returned. It should be
86 hci1394_buf_info_t *info, hci1394_buf_handle_t *handle)
96 ASSERT(handle != NULL);
103 *handle = buf;
167 * Free IO mapped buffer. Notice that a pointer to the handle is used for
168 * the parameter. free() will set your handle to NULL before returning.
171 hci1394_buf_free(hci1394_buf_handle_t *handle) argument
175 ASSERT(handle !
85 hci1394_buf_alloc(hci1394_drvinfo_t *drvinfo, hci1394_buf_parms_t *parms, hci1394_buf_info_t *info, hci1394_buf_handle_t *handle) argument
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
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);
/illumos-gate/usr/src/lib/sun_sas/common/
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
H A DSun_sasGetPortType.c34 HBA_UINT32 Sun_sasGetPortType(HBA_HANDLE handle, HBA_UINT32 port, argument
49 index = RetrieveIndex(handle);
53 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx.", handle);
85 "Invalid port index %d for handle %08lx.",
86 port, handle);
H A DSun_sasGetSASPhyAttributes.c32 HBA_STATUS Sun_sasGetSASPhyAttributes(HBA_HANDLE handle, argument
48 if ((hba_ptr = Retrieve_Sun_sasHandle(handle)) == NULL) {
49 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx", handle);
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_types.h47 ddi_acc_handle_t handle; member in struct:baseaddru_t
/illumos-gate/usr/src/uts/common/sys/
H A Dvgasubr.h38 ddi_acc_handle_t handle; member in struct:vgaregmap
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_fm.c45 ql_fm_check_acc_handle(ddi_acc_handle_t handle) argument
49 ddi_fm_acc_err_get(handle, &err, DDI_FME_VERSION);
51 ddi_fm_acc_err_clear(handle, DDI_FME_VERSION);
56 ql_fm_check_dma_handle(ddi_dma_handle_t handle) argument
60 ddi_fm_dma_err_get(handle, &err, DDI_FME_VERSION);
/illumos-gate/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)

Completed in 99 milliseconds

1234567891011>>