Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c75 assert(chandle); in smb_cache_create()
88 chandle->ch_nops = 0; in smb_cache_create()
122 (void) cond_wait(&chandle->ch_cv, &chandle->ch_mtx); in smb_cache_destroy()
140 chandle->ch_sequence++; in smb_cache_flush()
173 if (chandle->ch_free) in smb_cache_add()
184 chandle->ch_sequence++; in smb_cache_add()
211 if (chandle->ch_free) in smb_cache_remove()
260 chandle->ch_copy(node->cn_data, data, chandle->ch_datasz); in smb_cache_iterate()
404 chandle->ch_nops++; in smb_cache_lock()
450 chandle->ch_nops--; in smb_cache_unlock()
[all …]
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c185 uint16_t chandle; /* chassis handle */ member
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c683 rsm_get_controller_attr(rsmapi_controller_handle_t chandle, in rsm_get_controller_attr() argument
691 if (!chandle) { in rsm_get_controller_attr()
703 p = (rsm_controller_t *)chandle; in rsm_get_controller_attr()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1037 AcpiOsDerivePciId(ACPI_HANDLE rhandle, ACPI_HANDLE chandle, in AcpiOsDerivePciId() argument
1053 if (AcpiGetParent(chandle, &handle) != AE_OK) in AcpiOsDerivePciId()