Lines Matching refs:pm_authorities
46 static struct pm_authorities_s pm_authorities[] = {
318 nauths = sizeof (pm_authorities) / sizeof (struct pm_authorities_s);
323 np = pm_authorities[i].a_name;
330 return (pm_authorities[i].a_auth);
346 nauths = sizeof (pm_authorities) / sizeof (struct pm_authorities_s);
348 pm_authorities[i].a_auth != PM_AUTHORITY_INVALID; i++) {
349 if (authority == pm_authorities[i].a_auth) {
351 result = pm_authorities[i].a_name;
369 result = pm_authorities[0].a_auth;
375 nauths = sizeof (pm_authorities) / sizeof (struct pm_authorities_s);
377 if (start == pm_authorities[i].a_auth) {
387 result = pm_authorities[i].a_auth;