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

1234567891011>>

/illumos-gate/usr/src/lib/sun_fc/common/
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);
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);
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetProtocolStatistics.c34 HBA_HANDLE handle,
33 Sun_sasGetProtocolStatistics( HBA_HANDLE handle, HBA_UINT32 portindex, HBA_UINT32 protocoltype, SMHBA_PROTOCOLSTATISTICS *pstatistics) argument
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);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rx_rd32.h46 * handle The NPI handle to use.
51 * If handle.regp is a virtual address (the address of a VR),
69 * RXDMA_REG_READ32(handle, RX_DMA_CTL_STAT_REG, channel);
96 * RXDMA_REG_READ32(handle, RX_DMA_CTL_STAT_REG, channel);
115 npi_handle_t handle,
119 if (handle.is_vraddr) {
126 return (ddi_get32(handle.regh, (uint32_t *)(handle.regp + offset)));
114 RXDMA_REG_READ32( npi_handle_t handle, uint32_t offset, int channel) argument
H A Dnpi_rx_rd64.h44 * #define RXDMA_REG_READ64(handle, reg, channel, data_p) { \
45 * NXGE_REG_RD64(handle, (NXGE_RXDMA_OFFSET(reg, \
46 * handle.is_vraddr, channel)), (data_p))
51 * #define NXGE_REG_RD64(handle, offset, val_p) { \
52 * *(val_p) = NXGE_NPI_PIO_READ64(handle, offset); \
53 * npi_rtrace_update(handle, B_FALSE, &npi_rtracebuf, (uint32_t)offset, \
57 * #define NXGE_REG_RD64(handle, offset, val_p) {\
58 * *(val_p) = NXGE_NPI_PIO_READ64(handle, offset);\
62 * #define NXGE_REG_RD64(handle, offset, val_p) {\
66 * *(val_p) = NXGE_NPI_PIO_READ64(handle, offse
222 RXDMA_REG_READ64( npi_handle_t handle, uint64_t offset, int channel, uint64_t *value) argument
[all...]
H A Dnpi_rx_wr64.h44 * #define RXDMA_REG_WRITE64(handle, reg, channel, data) { \
45 * NXGE_REG_WR64(handle, (NXGE_RXDMA_OFFSET(reg, handle.is_vraddr,\
51 * #define NXGE_REG_WR64(handle, offset, val) { \
52 * NXGE_NPI_PIO_WRITE64(handle, (offset), (val)); \
53 * npi_rtrace_update(handle, B_TRUE, &npi_rtracebuf, (uint32_t)offset, \
57 * #define NXGE_REG_WR64(handle, offset, val) {\
58 * NXGE_NPI_PIO_WRITE64(handle, offset, (val));\
62 * #define NXGE_REG_WR64(handle, offset, val) {\
63 * NXGE_NPI_PIO_WRITE64(handle, (offse
200 RXDMA_REG_WRITE64( npi_handle_t handle, uint64_t offset, int channel, uint64_t value) argument
[all...]
H A Dnpi_tx_rd64.h46 * handle The NPI handle to use.
54 * #define TXDMA_REG_READ64(handle, reg, channel, val_p) \
55 * NXGE_REG_RD64(handle, \
56 * (NXGE_TXDMA_OFFSET(reg, handle.is_vraddr, channel)), val_p)
58 * If handle.regp is a virtual address (the address of a VR),
76 * TXDMA_REG_READ64(handle, TX_CS_REG, channel, &value);
102 * TXDMA_REG_READ64(handle, TX_CS_REG, channel, &value);
123 npi_handle_t handle,
131 if (handle
122 TXDMA_REG_READ64( npi_handle_t handle, uint64_t offset, int channel, uint64_t *value) argument
[all...]
H A Dnpi_tx_wr64.h46 * handle The NPI handle to use.
54 * #define TXDMA_REG_WRITE64(handle, reg, channel, data) \
55 * NXGE_REG_WR64(handle, \
56 * NXGE_TXDMA_OFFSET(reg, handle.is_vraddr, channel), data)
58 * If handle.regp is a virtual address (the address of a VR),
76 * TXDMA_REG_WRITE64(handle, TX_CS_REG, channel, value);
102 * TXDMA_REG_WRITE64(handle, TX_CS_REG, channel, value);
123 npi_handle_t handle,
131 if (handle
122 TXDMA_REG_WRITE64( npi_handle_t handle, uint64_t offset, int channel, uint64_t value) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_misc_free.c37 kadm5_server_handle_t handle = server_handle; local
43 krb5_free_principal(handle->context, val->principal);
45 krb5_free_principal(handle->context, val->mod_name);
51 if (handle->api_version == KADM5_API_VERSION_1)
/illumos-gate/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);
/illumos-gate/usr/src/lib/libumem/common/
H A Dinit_lib.c41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); local
43 if (handle != NULL) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmbtowc.c49 char *handle; /* handle */ local
103 handle = _ml_open_library();
104 if (handle == (char *)NULL)
106 p = (int (*)()) dlsym(handle, "_mbtowc");
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret2.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.c33 handle(int sig) function
43 sa.sa_handler = handle;
H A Dtst.raise3.c33 handle(int sig) function
43 sa.sa_handler = handle;
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclnt_privs.c45 kadm5_server_handle_t handle = server_handle; local
47 r = get_privs_2(&handle->api_version, handle->clnt);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcix.c46 ddi_acc_handle_t handle; local
48 if (pci_config_setup(child, &handle) != DDI_SUCCESS)
54 if ((pci_config_get8(handle, PCI_CONF_HEADER) & PCI_HEADER_TYPE_M)
58 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) ==
68 if ((pcix_cmd = PCI_CAP_GET16(handle, NULL, pcix_cap_ptr, 2))
81 PCI_CAP_PUT16(handle, NULL, pcix_cap_ptr, 2, pcix_cmd);
84 pci_config_teardown(&handle);

Completed in 99 milliseconds

1234567891011>>