Searched refs:PM_SLOT (Results 1 – 1 of 1) sorted by relevance
88 #define PM_SLOT(p) (PM_NUM(p) * PM_GRPSZ) macro742 pma[PM_SLOT(i)].flags |= PM_NEEDED; in update_sacadm_db()755 if ((pma[PM_SLOT(i)].flags & (PM_NEEDED | HAS_PORT_MON)) == in update_sacadm_db()766 ((pma[PM_SLOT(i)].flags & (PM_NEEDED | HAS_PORT_MON)) == in update_sacadm_db()835 pma[PM_SLOT(portnum)].flags |= HAS_PORT_MON; in load_ttymondb()929 pma[PM_SLOT(port)].flags &= ~HAS_PORT_MON; in delete_port_monitor()953 pma[PM_SLOT(port)].flags &= ~HAS_PORT_MON; in delete_port_monitor()962 if ((pma[PM_SLOT(port)].flags & HAS_PORT_MON) != 0) { in add_port_monitor()973 " -V`\" -y \"Ports %d-%d\"", PM_NUM(port), PM_SLOT(port), in add_port_monitor()974 PM_SLOT(port) + (PM_GRPSZ - 1)); in add_port_monitor()[all …]