Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c691 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in sd_callback()
764 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in dcmd_sd_state()
835 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in dcmd_ssd_state()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6296 un->un_retry_bp->av_forw = un->un_waitq_headp; in sd_ddi_suspend()
6297 un->un_waitq_headp = un->un_retry_bp; in sd_ddi_suspend()
14653 if (un->un_waitq_headp == NULL) {
14655 un->un_waitq_headp = un->un_waitq_tailp = bp;
14691 ap = un->un_waitq_headp;
14873 } else if ((bp = un->un_waitq_headp) != NULL) {
14912 un->un_waitq_headp = bp->av_forw;
14913 if (un->un_waitq_headp == NULL) {
15105 bp->av_forw = un->un_waitq_headp;
15106 un->un_waitq_headp = bp;
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h246 struct buf *un_waitq_headp; member