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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c77 #define state1 "statmon/state" macro
530 (void) strcpy(STATE, state1);
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1765 int state, state1 = -3; /* state1 is previous state */ local
1774 if (state == state1) /* same state, expand size */
1777 if (state1 != -3) /* not first FBA */
1779 state1 = state; /* new previous state */
1789 if (state1 != -3)
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c313 change_of_state_str(char *state1, char *check1, char *state2, char *check2) argument
317 if ((strcmp(state1, check1) == 0) && (strcmp(state2, check2) != 0))
319 if ((strcmp(state1, check1) != 0) && (strcmp(state2, check2) == 0))
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1110 uint32_t state1; member in struct:connp_s

Completed in 120 milliseconds