Searched refs:state1 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_svc.c | 83 #define state1 "statmon/state" macro 563 (void) strcpy(STATE, state1);
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 1765 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)
|
/illumos-gate/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) argument 317 if ((strcmp(state1, check1) == 0) && (strcmp(state2, check2) != 0)) 319 if ((strcmp(state1, check1) != 0) && (strcmp(state2, check2) == 0))
|
/illumos-gate/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 1110 uint32_t state1; member in struct:connp_s
|
Completed in 196 milliseconds