Searched refs:nauths (Results 1 - 2 of 2) 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...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV2.java743 byte nauths = (byte)(b[0] & 0xFF);
745 if (nauths > 0) {
751 auth = getCheckedAuthBlockList(message, nauths, dis);
1057 byte nauths = (byte)(b[0] & 0xFF);
1059 if (nauths > 0) {
1060 auth = getCheckedAuthBlockList(message, nauths, dis);

Completed in 23 milliseconds