Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Disp_target.h558 int isp_target_async(struct ispsoftc *, int, int);
Disp.c3940 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
3985 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
3994 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
4086 if (isp_target_async(isp, handle, mbox)) in isp_parse_async()
4104 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
4139 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
4151 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
4163 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
4195 if (isp_target_async(isp, bus, mbox)) in isp_parse_async()
Disp_target.c494 isp_target_async(struct ispsoftc *isp, int bus, int event) in isp_target_async() function