Searched refs:isp_hdl_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h310 } isp_hdl_t; typedef in typeref:struct:__anon4656
582 isp_hdl_t *isp_xflist;
583 isp_hdl_t *isp_xffree;
H A Disp_sbus.c527 len = sizeof (isp_hdl_t *) * isp->isp_maxcmds;
528 isp->isp_xflist = (isp_hdl_t *) malloc(len, M_DEVBUF, M_WAITOK | M_ZERO);
H A Disp_pci.c1701 len = sizeof (isp_hdl_t) * isp->isp_maxcmds;
1702 isp->isp_xflist = (isp_hdl_t *) malloc(len, M_DEVBUF, M_WAITOK | M_ZERO);
H A Disp_library.c296 isp_hdl_t *hdp;
611 isp_hdl_t *hdp;
H A Disp.c5701 isp_hdl_t *hdp;

Completed in 111 milliseconds