Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6309 un->un_retry_bp->av_forw = un->un_waitq_headp; in sd_ddi_suspend()
6310 un->un_waitq_headp = un->un_retry_bp; in sd_ddi_suspend()
14658 if (un->un_waitq_headp == NULL) {
14660 un->un_waitq_headp = un->un_waitq_tailp = bp;
14696 ap = un->un_waitq_headp;
14878 } else if ((bp = un->un_waitq_headp) != NULL) {
14917 un->un_waitq_headp = bp->av_forw;
14918 if (un->un_waitq_headp == NULL) {
15110 bp->av_forw = un->un_waitq_headp;
15111 un->un_waitq_headp = bp;
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h246 struct buf *un_waitq_headp; member