Searched refs:PM_SLOT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c88 #define PM_SLOT(p) (PM_NUM(p) * PM_GRPSZ) macro
742 pma[PM_SLOT(i)].flags |= PM_NEEDED;
755 if ((pma[PM_SLOT(i)].flags & (PM_NEEDED | HAS_PORT_MON)) ==
766 ((pma[PM_SLOT(i)].flags & (PM_NEEDED | HAS_PORT_MON)) ==
835 pma[PM_SLOT(portnum)].flags |= HAS_PORT_MON;
929 pma[PM_SLOT(port)].flags &= ~HAS_PORT_MON;
953 pma[PM_SLOT(port)].flags &= ~HAS_PORT_MON;
962 if ((pma[PM_SLOT(port)].flags & HAS_PORT_MON) != 0) {
973 " -V`\" -y \"Ports %d-%d\"", PM_NUM(port), PM_SLOT(port),
974 PM_SLOT(por
[all...]

Completed in 47 milliseconds