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

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c646 struct sd_lun sdLun; local
675 else if (mdb_vread(&sdLun, sizeof (struct sd_lun), (uintptr_t)addr) ==
676 sizeof (sdLun)) {
688 process_xbuf((uintptr_t)sdLun.un_xbuf_attr, silent);
691 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent);
694 if (sdLun.un_semoclose._opaque[1] == 0) {
695 process_semo_sleepq((uintptr_t)sdLun.un_semoclose._opaque[0],
725 struct sd_lun sdLun; local
747 if (mdb_vread(&sdLun, sizeof (struct sd_lun),
748 (uintptr_t)addr) == sizeof (sdLun)) {
797 struct sd_lun sdLun; local
[all...]

Completed in 54 milliseconds