Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/usr.bin/talk/
Dmsgs.c51 char *current_state; variable
58 message(current_state);
66 message(current_state); in start_msgs()
Dlook_up.c68 current_state = "Waiting to connect with caller"; in check_local()
100 current_state = "Checking for invitation on caller's machine"; in look_for_invite()
Dtalk.h52 extern char *current_state;
Dinvite.c176 current_state = "Trying to connect to your party's talk daemon"; in announce_invite()
Dinit_disp.c97 current_state = "No connection yet"; in init_display()
/mirbsd/src/sys/dev/raidframe/
Drf_states.c96 RF_AccessState_t current_state = desc->states[current_state_index]; in rf_ContinueRaidAccess() local
101 current_state = desc->states[current_state_index]; in rf_ContinueRaidAccess()
103 switch (current_state) { in rf_ContinueRaidAccess()
145 " 0x%ld %s.\n", unit, StateName(current_state), in rf_ContinueRaidAccess()
149 } while (!suspended && current_state != rf_LastState); in rf_ContinueRaidAccess()
/mirbsd/src/usr.bin/lex/
DFlexLexer.h146 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
Dflex.skl295 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
927 * next_state = yy_try_NUL_trans( current_state );
Dinitscan.c282 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
/mirbsd/src/sys/dev/pci/
Demuxkivar.h111 u_int16_t current_state; /* 0x8000-n == 666*n usec delay */ member
Demuxki.c981 chan->volume.envelope.current_state = 0x8000; /* 0 msec delay */ in emuxki_chanparms_set_defaults()
998 chan->modulation.envelope.current_state = 0x8000; in emuxki_chanparms_set_defaults()
1130 chan->modulation.envelope.current_state); in emuxki_channel_commit_parms()
1135 chan->volume.envelope.current_state); in emuxki_channel_commit_parms()