Searched defs:st_runout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c530 static int st_runout(caddr_t);
6434 * st_runout() to retry when scsi_pkt allocation fails on previous attempt(s).
6493 func fnc = (func)st_runout;
6496 "Sending delayed start to st_runout()\n");
6511 st_make_cmd(un, bp, st_runout);
6536 * If so return and wait for the callback through st_runout.
6722 * st_runout a callback that is called what a resource allocatation failed
6725 st_runout(caddr_t arg) function
6733 ST_FUNC(ST_DEVINFO, st_runout);
6737 ST_DEBUG3(ST_DEVINFO, st_label, SCSI_DEBUG, "st_runout()\
[all...]

Completed in 64 milliseconds