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

/osnet-11/usr/src/lib/libpower/common/
H A Dlibpower.c46 static struct pm_authorities_s pm_authorities[] = { variable in typeref:struct:pm_authorities_s
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) / sizeo
[all...]

Completed in 39 milliseconds