Home
last modified time | relevance | path

Searched refs:chandle (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c69 smb_cache_create(smb_cache_t *chandle, uint32_t waittime, in smb_cache_create() argument
75 assert(chandle); in smb_cache_create()
78 (void) mutex_lock(&chandle->ch_mtx); in smb_cache_create()
79 if (chandle->ch_state != SMB_CACHE_STATE_NOCACHE) { in smb_cache_create()
80 (void) mutex_unlock(&chandle->ch_mtx); in smb_cache_create()
84 avl_create(&chandle->ch_cache, cmpfn, sizeof (smb_cache_node_t), in smb_cache_create()
87 chandle->ch_state = SMB_CACHE_STATE_READY; in smb_cache_create()
88 chandle->ch_nops = 0; in smb_cache_create()
89 chandle->ch_wait = waittime; in smb_cache_create()
90 chandle->ch_sequence = random(); in smb_cache_create()
[all …]
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c107 mac_bpf_tx(uintptr_t chandle, mblk_t *pkt) in mac_bpf_tx() argument
114 return (mac_tx((mac_client_handle_t)chandle, pkt, 0, in mac_bpf_tx()
119 mac_bpf_promisc_add(uintptr_t chandle, int how, void *arg, uintptr_t *promisc, in mac_bpf_promisc_add() argument
122 return (mac_promisc_add((mac_client_handle_t)chandle, how, bpf_mtap, in mac_bpf_promisc_add()
141 mac_bpf_client_close(uintptr_t chandle) in mac_bpf_client_close() argument
143 mac_client_close((mac_client_handle_t)chandle, 0); in mac_bpf_client_close()
147 mac_bpf_client_name(uintptr_t chandle) in mac_bpf_client_name() argument
149 return (mac_client_name((mac_client_handle_t)chandle)); in mac_bpf_client_name()
/titanic_41/usr/src/uts/common/inet/ipnet/
H A Dipnet_bpf.c115 ipnet_bpf_tx(uintptr_t chandle, mblk_t *pkt) in ipnet_bpf_tx() argument
135 ipnet_bpf_promisc_add(uintptr_t chandle, int how, void *arg, in ipnet_bpf_promisc_add() argument
157 return (ipnet_promisc_add((void *)chandle, newhow, in ipnet_bpf_promisc_add()
177 ipnet_bpf_client_close(uintptr_t chandle) in ipnet_bpf_client_close() argument
179 ipnet_client_close((ipnetif_t *)chandle); in ipnet_bpf_client_close()
183 ipnet_bpf_client_name(uintptr_t chandle) in ipnet_bpf_client_name() argument
185 return (ipnet_bpf_name(chandle)); in ipnet_bpf_client_name()
/titanic_41/usr/src/uts/sun/io/
H A Dsocal.c4415 ddi_dma_handle_t chandle = NULL; in socal_els_alloc() local
4447 DDI_DMA_DONTWAIT, NULL, &chandle) != DDI_SUCCESS) in socal_els_alloc()
4449 privp->cmd_handle = chandle; in socal_els_alloc()
4451 if (ddi_dma_mem_alloc(chandle, cmd_size, &socal_acc_attr, in socal_els_alloc()
4461 if (ddi_dma_addr_bind_handle(chandle, (struct as *)NULL, in socal_els_alloc()
4565 ddi_dma_handle_t chandle = NULL; in socal_lbf_alloc() local
4593 DDI_DMA_DONTWAIT, NULL, &chandle) != DDI_SUCCESS) in socal_lbf_alloc()
4595 privp->cmd_handle = chandle; in socal_lbf_alloc()
4597 if (ddi_dma_mem_alloc(chandle, cmd_size, &socal_acc_attr, in socal_lbf_alloc()
4607 if (ddi_dma_addr_bind_handle(chandle, (struct as *)NULL, in socal_lbf_alloc()
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dosl.c1043 AcpiOsDerivePciId(ACPI_HANDLE rhandle, ACPI_HANDLE chandle, in AcpiOsDerivePciId() argument
1059 if (AcpiGetParent(chandle, &handle) != AE_OK) in AcpiOsDerivePciId()
/titanic_41/usr/src/lib/librsm/common/
H A Drsmlib.c685 rsm_get_controller_attr(rsmapi_controller_handle_t chandle, in rsm_get_controller_attr() argument
693 if (!chandle) { in rsm_get_controller_attr()
705 p = (rsm_controller_t *)chandle; in rsm_get_controller_attr()