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

/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c80 * create port monitors for each group of PM_GRPSZ port devices.
82 #define PM_GRPSZ 64 macro
87 #define PM_NUM(p) ((p) / PM_GRPSZ)
88 #define PM_SLOT(p) (PM_NUM(p) * PM_GRPSZ)
706 * entries that should be there but are not. Every PM_GRPSZ entries
747 if (((i + 1) % PM_GRPSZ) != 0)
765 if ((i % PM_GRPSZ != 0) &&
974 PM_SLOT(port) + (PM_GRPSZ - 1));

Completed in 58 milliseconds