Searched refs:current_state (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/talk/
H A Dmsgs.c52 const char *current_state; variable
58 message(current_state);
66 message(current_state);
H A Dlook_up.c70 current_state = "Waiting to connect with caller";
107 current_state = "Checking for invitation on caller's machine";
H A Dtalk.h46 extern const char *current_state;
H A Dinvite.c106 current_state = "Waiting for your party to respond";
152 current_state = "Trying to connect to your party's talk daemon";
H A Dinit_disp.c93 current_state = "No connection yet";
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.c177 static char *current_state = "<uninit>"; variable
190 write(fd, current_state, strlen(current_state));
225 current_state = "init";
242 current_state = "encode";
258 current_state = "length";
267 current_state = "memcmp";
286 current_state = "decode";
300 current_state = "cmp";
307 current_state
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/iq2000/
H A Dsim-if.c33 SIM_DESC current_state; variable
156 current_state = sd;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Ddv-tx3904cpu.c148 #define SD current_state
195 #undef SD current_state
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dcgen-defs.h151 extern SIM_DESC current_state;
H A Dsim-base.h99 one of them for current_state. However on a machine with few registers
100 current_state can't permanently live in one and indirecting through it
102 current_state for faster access].
103 If CURRENT_STATE_REG is defined, it means current_state is living in
110 extern struct sim_state *current_state;
116 #define CURRENT_STATE current_state
H A Dgenmloop.sh401 SIM_DESC current_state = CPU_STATE (current_cpu);
545 SIM_DESC current_state = CPU_STATE (current_cpu);
606 SIM_DESC current_state = CPU_STATE (current_cpu);
714 SIM_DESC current_state = CPU_STATE (current_cpu);
784 SIM_DESC current_state = CPU_STATE (current_cpu);
1158 SIM_DESC current_state = CPU_STATE (current_cpu);
1250 SIM_DESC current_state = CPU_STATE (current_cpu);
H A Dsim-utils.c54 struct sim_state *current_state; variable in typeref:struct:sim_state
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Dsim-if.c37 SIM_DESC current_state; variable
160 current_state = sd;
H A Dmloop-compact.c504 SIM_DESC current_state = CPU_STATE (current_cpu); local
573 SIM_DESC current_state = CPU_STATE (current_cpu); local
H A Dmloop-media.c491 SIM_DESC current_state = CPU_STATE (current_cpu); local
561 SIM_DESC current_state = CPU_STATE (current_cpu); local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dsim-if.c37 SIM_DESC current_state; variable
198 current_state = sd;
H A Dreset.c109 sim_profile_set_option (current_state, "-model", PROFILE_MODEL_IDX, "0");
/netbsd-6-1-5-RELEASE/sys/arch/xen/xenbus/
H A Dxenbus_client.c120 u_long current_state; local
123 &current_state, 10);
127 if ((XenbusState)current_state == state)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.c592 struct staterecord current_state; variable in typeref:struct:staterecord
782 poprecord(&current_state, rchain->udesc.B2.ecount);
787 poprecord(&current_state, rchain->udesc.B3.ecount);
944 initrecord(&current_state);
959 pushrecord(&current_state);
970 pushrecord(&current_state);
980 pushrecord(&current_state);
994 modifyrecord(&current_state, &rchain[i], rdepth);
1001 modifyrecord(&current_state, &rchain[i], rlen - 1 - rdepth);
1014 dump_staterecord(&current_state);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A DFlexLexer.h155 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Dsim-if.c49 SIM_DESC current_state; variable
246 current_state = sd;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Dsim-if.c42 SIM_DESC current_state; variable
188 current_state = sd;
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_states.c101 RF_AccessState_t current_state = desc->states[current_state_index]; local
109 current_state = desc->states[current_state_index];
111 switch (current_state) {
153 unit, StateName(current_state),
158 } while (!suspended && current_state != rf_LastState);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Demuxkivar.h103 uint16_t current_state; /* 0x8000-n == 666*n usec delay */ member in struct:emuxki_chanparms_envelope
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c189 static state_t current_state = death; variable
578 utmpx_set_runlevel(get_runlevel(current_state),
580 current_state = s;

Completed in 246 milliseconds

12