Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_cnf.c49 CONF_VALUE *ecmd = NULL; in int_engine_configure() local
65 ecmd = sk_CONF_VALUE_value(ecmds, i); in int_engine_configure()
66 ctrlname = skip_dot(ecmd->name); in int_engine_configure()
67 ctrlvalue = ecmd->value; in int_engine_configure()
130 ecmd = NULL; in int_engine_configure()
136 if (ecmd == NULL) in int_engine_configure()
141 ecmd->section, ecmd->name, ecmd->value); in int_engine_configure()
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c225 CONF_VALUE *ecmd = sk_CONF_VALUE_value(ecmds, i); in provider_conf_load() local
226 const char *confname = skip_dot(ecmd->name); in provider_conf_load()
227 const char *confvalue = ecmd->value; in provider_conf_load()
/freebsd/sys/dev/isp/
H A Disp_pci.c903 isp_ecmd_t *ecmd; in isp_pci_mbxdma() local
978 for (ecmd = isp->isp_osinfo.ecmd_free; in isp_pci_mbxdma()
979 ecmd < &isp->isp_osinfo.ecmd_free[N_XCMDS]; ecmd++) { in isp_pci_mbxdma()
980 if (ecmd == &isp->isp_osinfo.ecmd_free[N_XCMDS - 1]) in isp_pci_mbxdma()
981 ecmd->next = NULL; in isp_pci_mbxdma()
983 ecmd->next = ecmd + 1; in isp_pci_mbxdma()