Searched refs:PM_NUM (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | port_link.c | 87 #define PM_NUM(p) ((p) / PM_GRPSZ) macro 88 #define PM_SLOT(p) (PM_NUM(p) * PM_GRPSZ) 870 " -l 9600 -p \\\"login: \\\"`\"", PM_NUM(port), port, port, port); in add_pm_entry() 924 PM_NUM(port)); in delete_port_monitor() 942 "/usr/sbin/sacadm -r -p ttymon%d", PM_NUM(port)); in delete_port_monitor() 946 PM_NUM(port)); in delete_port_monitor() 952 modname, PM_NUM(port)); in delete_port_monitor() 967 "/usr/sbin/sacadm -l -p ttymon%d", PM_NUM(port)); in add_port_monitor() 973 " -V`\" -y \"Ports %d-%d\"", PM_NUM(port), PM_SLOT(port), in add_port_monitor() 979 PM_NUM(port)); in add_port_monitor() [all …]
|