Searched refs:nextstate (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 290 hotplug_state_t nextstate; in disk_state_change_thread() local 333 nextstate = DISK_STATE(diskp->state) | HPS_FAULTED; in disk_state_change_thread() 336 nextstate = DISK_STATE(diskp->state); in disk_state_change_thread() 343 nextstate = HPS_ABSENT; in disk_state_change_thread() 345 nextstate = dscp->newstate | DISK_FAULTED(diskp->state); in disk_state_change_thread() 367 DISK_STATE(nextstate) != HPS_UNKNOWN && in disk_state_change_thread() 371 DISK_STATE(diskp->state), DISK_STATE(nextstate)); in disk_state_change_thread() 375 DISK_STATE(nextstate) == HPS_CONFIGURED) { in disk_state_change_thread() 405 diskp->state = nextstate; in disk_state_change_thread() 415 DISK_STATE(nextstate) == HPS_ABSENT) { in disk_state_change_thread() [all …]
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 74 static void nextstate(int); 77 static void nextstate(); 1059 nextstate(DS_BITS); in main() 1066 nextstate(DS_DIRS); in main() 1076 nextstate(DS_FILES); in main() 1140 nextstate(DS_INIT); in main() 1262 nextstate(int state) in nextstate() function
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | collect.c | 583 nextstate: 605 goto nextstate; 656 goto nextstate;
|
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 36 static void nextstate(int s, int c); 415 nextstate(s, i); in cgoto() 455 nextstate(int s, int c) in nextstate() function
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 1248 int newsock, nextstate; in channel_post_port_listener() local 1258 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1262 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener() 1265 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1278 nextstate, newsock, newsock, -1, in channel_post_port_listener() 1285 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 90 int nextstate; /* enter this state if <TERMINAL*/ member 618 if ((n = fp->nextstate) >= TERMINAL) n = ~n; in ppfsm()
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 252 static State *nextstate(re_re *r, State *s, int a); 522 else s = nextstate(r, s, (int)c); in re_reexec() 676 nextstate(re_re *r, State *s, int a) in nextstate() function
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 6026 uint32_t nextstate; in ql_blink_led() local 6034 nextstate = (xp->ledstate.LEDflags) & in ql_blink_led() 6037 nextstate = (xp->ledstate.LEDflags) & in ql_blink_led() 6042 ql_drive_led(ha, nextstate); in ql_blink_led()
|