Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c589 struct sd_lun sdLun; in sd_callback() local
618 else if (mdb_vread(&sdLun, sizeof (struct sd_lun), (uintptr_t)addr) == in sd_callback()
619 sizeof (sdLun)) { in sd_callback()
631 process_xbuf((uintptr_t)sdLun.un_xbuf_attr, silent); in sd_callback()
634 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in sd_callback()
662 struct sd_lun sdLun; in dcmd_sd_state() local
684 if (mdb_vread(&sdLun, sizeof (struct sd_lun), in dcmd_sd_state()
685 (uintptr_t)addr) == sizeof (sdLun)) { in dcmd_sd_state()
698 process_xbuf((uintptr_t)sdLun.un_xbuf_attr, silent); in dcmd_sd_state()
701 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in dcmd_sd_state()
[all …]