Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_resv.c683 if (iodev->si_pend)
709 &iodev->si_avail, &iodev->si_pend, _NSC_ATTACH,
746 if (iodev->si_pend == _NSC_CLOSE) in _nsc_detach_iodev()
749 if (iodev->si_pend) in _nsc_detach_iodev()
785 &iodev->si_avail, &iodev->si_pend, av, flag, iodev)); in _nsc_detach_iodev()
H A Dnsc_dev.c808 fd->sf_iodev->si_pend = 0;
848 if (iodev->si_pend) {
855 iodev->si_pend = _NSC_OPEN;
862 iodev->si_pend = 0;
980 if (iodev->si_pend)
996 iodev->si_pend = _NSC_CLOSE;
1006 iodev->si_pend = 0;
1052 iodev->si_pend = 0;
1945 while (iodev->si_pend || iodev->si_rpend || iodev->si_busy) in _nsc_free_iodev()
H A Dnsc_dev.h142 int si_pend; /* Operation is pending */ member
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1354 mdb_printf("pend: %08x <%b>\n", iodev->si_pend, in nsc_iodev()
1355 iodev->si_pend, nsc_availpend_bits); in nsc_iodev()