Home
last modified time | relevance | path

Searched refs:parent_handle (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dprovider_child.c299 const OSSL_CORE_HANDLE *parent_handle; in ossl_provider_up_ref_parent() local
307 parent_handle = ossl_provider_get_parent(prov); in ossl_provider_up_ref_parent()
308 if (parent_handle == gbl->handle) in ossl_provider_up_ref_parent()
310 return gbl->c_prov_up_ref(parent_handle, activate); in ossl_provider_up_ref_parent()
316 const OSSL_CORE_HANDLE *parent_handle; in ossl_provider_free_parent() local
324 parent_handle = ossl_provider_get_parent(prov); in ossl_provider_free_parent()
325 if (parent_handle == gbl->handle) in ossl_provider_free_parent()
/freebsd/sys/dev/mps/
H A Dmps_sas.h68 uint16_t parent_handle; member
H A Dmps_sas.c2961 if (targ->parent_handle == 0x0) { in mpssas_action_smpio()
2970 targ->parent_handle); in mpssas_action_smpio()
2997 targ->handle, targ->parent_handle); in mpssas_action_smpio()
3005 __func__, targ->handle, targ->parent_handle); in mpssas_action_smpio()
H A Dmps_sas_lsi.c746 targ->parent_handle = le16toh(config_page.ParentDevHandle); in mpssas_add_device()
/freebsd/sys/dev/mpr/
H A Dmpr_sas.h69 uint16_t parent_handle; member
H A Dmpr_sas_lsi.c955 targ->parent_handle = le16toh(config_page.ParentDevHandle); in mprsas_add_device()
1351 targ->parent_handle = le16toh(config_page.ParentDevHandle); in mprsas_add_pcie_device()
H A Dmpr_sas.c3148 if (targ->parent_handle == 0x0) { in mprsas_action_smpio()
3156 targ->parent_handle); in mprsas_action_smpio()
3180 targ->handle, targ->parent_handle); in mprsas_action_smpio()
3187 targ->handle, targ->parent_handle); in mprsas_action_smpio()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.h102 uint16_t parent_handle; member
H A Dmpi3mr.c3322 tgtdev->parent_handle = (dev_pg0->ParentDevHandle); in mpi3mr_update_device()