Searched refs:state2 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 582 void *state = NULL, *state2 = NULL; in __profile_remove_xrealm_mapping() local 607 PROFILE_ITER_LIST_SECTION, &state2); in __profile_remove_xrealm_mapping() 609 code2 = profile_iterator(&state2, &target, in __profile_remove_xrealm_mapping() 649 if (state2 != NULL) in __profile_remove_xrealm_mapping() 650 profile_iterator_free(&state2); in __profile_remove_xrealm_mapping()
|
/titanic_41/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 1301 UInt32 state2 = kLiteralNextStates[state]; in GetOptimum() local 1304 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum() 1305 GET_PRICE_1(p->isRep[state2]); in GetOptimum() 1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() 1372 UInt32 state2 = kRepNextStates[state]; in GetOptimum() local 1376 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum() 1379 state2 = kLiteralNextStates[state2]; in GetOptimum() 1382 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum() 1383 GET_PRICE_1(p->isRep[state2]); in GetOptimum() 1392 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/ |
H A D | psvcpolicy.c | 313 change_of_state_str(char *state1, char *check1, char *state2, char *check2) in change_of_state_str() argument 317 if ((strcmp(state1, check1) == 0) && (strcmp(state2, check2) != 0)) in change_of_state_str() 319 if ((strcmp(state1, check1) != 0) && (strcmp(state2, check2) == 0)) in change_of_state_str()
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 1111 uint32_t state2; member
|