Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c364 h->db_next = iodev->si_active; in _nsc_wait_dbuf()
365 iodev->si_active = h; in _nsc_wait_dbuf()
399 hpp = (nsc_dbuf_t **)&iodev->si_active; in _nsc_free_dbuf()
H A Dnsc_dev.h146 void *si_active; /* Active I/O chain */ member
H A Dnsc_ncallio.c327 h->next = iodev->si_active; in nsc_wait_ncio()
328 iodev->si_active = h; in nsc_wait_ncio()
371 for (hpp = (nsc_ncio_buf_t **)&iodev->si_active; in nsc_ncio_freeb()
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1349 iodev->si_open, iodev->si_active); in nsc_iodev()