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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c643 static buf_t *st_remove_from_queue(buf_t **head, buf_t **tail, buf_t *bp);
6582 (void) st_remove_from_queue(&un->un_quef, &un->un_quel, bp);
6701 (void) st_remove_from_queue(&un->un_runqf, &un->un_runql, bp);
6774 (void) st_remove_from_queue(&un->un_quef, &un->un_quel,
6831 (void) st_remove_from_queue(&un->un_runqf, &un->un_runql, bp);
9152 (void) st_remove_from_queue(&un->un_quef, &un->un_quef, bp);
10158 (void) st_remove_from_queue(&un->un_runqf, &un->un_runql, bp);
18139 st_remove_from_queue(buf_t **head, buf_t **tail, buf_t *bp) function

Completed in 95 milliseconds