Searched defs:nauths (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpower/common/
H A Dlibpower.c310 int nauths; local
318 nauths = sizeof (pm_authorities) / sizeof (struct pm_authorities_s);
319 for (i = 0; i < nauths; i++) {
342 int nauths; local
346 nauths = sizeof (pm_authorities) / sizeof (struct pm_authorities_s);
347 for (i = 0; i < nauths && result == NULL &&
364 int nauths; local
375 nauths = sizeof (pm_authorities) / sizeof (struct pm_authorities_s);
376 while (i < nauths) {
385 if (i < nauths) {
[all...]

Completed in 20 milliseconds