Searched refs:si_pend (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_resv.c | 683 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 D | nsc_dev.c | 808 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 D | nsc_dev.h | 142 int si_pend; /* Operation is pending */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 1354 mdb_printf("pend: %08x <%b>\n", iodev->si_pend, in nsc_iodev() 1355 iodev->si_pend, nsc_availpend_bits); in nsc_iodev()
|