Searched refs:ecmd (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_cnf.c97 CONF_VALUE *ecmd = NULL; local
116 ecmd = sk_CONF_VALUE_value(ecmds, i);
117 ctrlname = skip_dot(ecmd->name);
118 ctrlvalue = ecmd->value;
184 ecmd = NULL;
192 if (ecmd)
193 ERR_add_error_data(6, "section=", ecmd->section,
194 ", name=", ecmd->name,
195 ", value=", ecmd->value);
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c62 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t ddir, ispds64_t *ecmd) argument
H A Disp_freebsd.c4313 isp_ecmd_t *ecmd = isp->isp_osinfo.ecmd_free; local
4314 if (ecmd) {
4315 isp->isp_osinfo.ecmd_free = ecmd->next;
4317 return (ecmd);
4321 isp_put_ecmd(ispsoftc_t *isp, isp_ecmd_t *ecmd) argument
4323 ecmd->next = isp->isp_osinfo.ecmd_free;
4324 isp->isp_osinfo.ecmd_free = ecmd;
H A Disp_pci.c1478 isp_ecmd_t *ecmd; local
1549 for (ecmd = isp->isp_osinfo.ecmd_free;
1550 ecmd < &isp->isp_osinfo.ecmd_free[N_XCMDS]; ecmd++) {
1551 if (ecmd == &isp->isp_osinfo.ecmd_free[N_XCMDS - 1])
1552 ecmd->next = NULL;
1554 ecmd->next = ecmd + 1;

Completed in 128 milliseconds