Home
last modified time | relevance | path

Searched refs:state1 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c83 #define state1 "statmon/state" macro
563 (void) strcpy(STATE, state1); in main()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1765 int state, state1 = -3; /* state1 is previous state */ in _sd_ccent_rd() local
1774 if (state == state1) /* same state, expand size */ in _sd_ccent_rd()
1777 if (state1 != -3) /* not first FBA */ in _sd_ccent_rd()
1779 state1 = state; /* new previous state */ in _sd_ccent_rd()
1789 if (state1 != -3) in _sd_ccent_rd()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c313 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 Dnca.h1110 uint32_t state1; member