Home
last modified time | relevance | path

Searched refs:pd_provider_list (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c770 new->pl_next = p2->pd_provider_list; in add_provider_to_array()
771 p2->pd_provider_list = new; in add_provider_to_array()
789 for (pl = p2->pd_provider_list, prev = &p2->pd_provider_list; in remove_provider_from_array()
854 for (e = pp->pd_provider_list; e != NULL; e = next) { in remove_provider()
858 p->pd_provider_list == NULL) in remove_provider()
864 pp->pd_provider_list = NULL; in remove_provider()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c144 if (old->pd_provider_list == NULL) { in kcf_get_hardware_provider()
154 p = old->pd_provider_list; in kcf_get_hardware_provider()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h211 struct kcf_provider_list *pd_provider_list; member