Home
last modified time | relevance | path

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

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