Searched refs:state (Results 126 - 150 of 1690) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp36 ProgramStateRef state = C.getState(); local
42 SVal V = state->getSVal(RetE, C.getLocationContext());
58 = C.getStoreManager().getSizeInElements(state, ER->getSuperRegion(),
61 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true);
62 ProgramStateRef StOutBound = state->assumeInBound(Idx, NumElements, false);
H A DChrootChecker.cpp28 // enum value that represent the jail state
35 // The state transition:
88 ProgramStateRef state = C.getState(); local
89 ProgramStateManager &Mgr = state->getStateManager();
93 state = Mgr.addGDM(state, ChrootChecker::getTag(), (void*) ROOT_CHANGED);
94 C.addTransition(state);
98 ProgramStateRef state = C.getState(); local
99 ProgramStateManager &Mgr = state->getStateManager();
101 // If there are no jail state i
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dinherited_props.c44 /* The current state of our XML parsing. */
92 iprops_state_e state;
94 state = parser->state->current_state;
95 if (state == NONE
100 else if (state == IPROPS_REPORT &&
110 else if (state == IPROPS_ITEM &&
119 else if (state == IPROPS_ITEM &&
124 else if (state == IPROPS_ITEM &&
129 else if (state
90 iprops_state_e state; local
142 iprops_state_e state; local
220 iprops_state_e state = parser->state->current_state; local
[all...]
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_rwlock.c130 prwlock->state = 0;
166 if (prwlock->state == MAX_READ_LOCKS) {
172 if ((curthread->rdlock_count > 0) && (prwlock->state > 0)) {
188 while (prwlock->blocked_writers || prwlock->state < 0) {
205 prwlock->state++; /* indicate we are locked for reading */
210 * lock. Decrementing 'state' is no good because we probably
258 if (prwlock->state == MAX_READ_LOCKS)
260 else if ((curthread->rdlock_count > 0) && (prwlock->state > 0)) {
263 prwlock->state++;
266 else if (prwlock->blocked_writers || prwlock->state <
[all...]
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsati_start_stop_unit.c105 if ( sequence->state != SATI_SEQUENCE_STATE_INCOMPLETE )
112 sequence->state = SATI_SEQUENCE_STATE_INCOMPLETE;
169 //Power Condition Field is set to 0x01(Device to transition to Active state)
172 if( sequence->state != SATI_SEQUENCE_STATE_INCOMPLETE )
175 sequence->state = SATI_SEQUENCE_STATE_INCOMPLETE;
185 //Power Condition Field is set to 0x02(Device to transition to Idle state)
189 sequence->state != SATI_SEQUENCE_STATE_INCOMPLETE )
193 sequence->state = SATI_SEQUENCE_STATE_INCOMPLETE;
209 //Power Condition Field is set to 0x03(Device to transition to Standby state)
212 sequence->state !
[all...]
/freebsd-10.0-release/sys/dev/pccard/
H A Dpccard_cis.c81 struct cis_state state; local
83 bzero(&state, sizeof state);
84 state.card = &sc->card;
85 state.card->error = 0;
86 state.card->cis1_major = -1;
87 state.card->cis1_minor = -1;
88 state.card->cis1_info[0] = NULL;
89 state.card->cis1_info[1] = NULL;
90 state
649 struct cis_state *state = arg; local
[all...]
/freebsd-10.0-release/tools/regression/poll/
H A Dpipeselect.c36 report(int num, const char *state, int expected, int got) argument
42 printf(" %s state %s: expected %s; got %s\n",
45 state, decode_events(expected), decode_events(got));
51 static volatile sig_atomic_t state; variable
56 state++;
80 * This state (a reader for which there has never been a
84 * distinguish this state from the one of a reader for which
96 while (state != 1)
104 state = 4;
114 while (state !
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dguess.d23 state = 1;
31 /state == 1 && pid == $pid/
33 state = 2;
40 /state == 2 && ppid == $pid && arg0 == 3/
82 state = 3;
100 /state == 3 && curthread->t_procp->p_parent->p_ppid == $pid && arg0 == 0/
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Misc/
H A Dguess.d23 state = 1;
31 /state == 1 && pid == $pid/
33 state = 2;
40 /state == 2 && ppid == $pid && arg0 == 3/
82 state = 3;
100 /state == 3 && curthread->t_procp->p_parent->p_ppid == $pid && arg0 == 0/
/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcmdline.c109 static int state = state_start; local
121 if (state == state_start) {
125 state = state_next_word;
131 if (state == state_next_word) {
149 state = state_long;
153 state = state_short;
161 if (state == state_short) {
166 state = state_next_word;
193 state = state_long;
196 state
[all...]
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge_mcdi.c57 KASSERT(mcdi->state != SFXGE_MCDI_UNINITIALIZED,
60 while (mcdi->state != SFXGE_MCDI_INITIALIZED)
62 mcdi->state = SFXGE_MCDI_BUSY;
73 KASSERT((mcdi->state == SFXGE_MCDI_BUSY ||
74 mcdi->state == SFXGE_MCDI_COMPLETED),
77 mcdi->state = SFXGE_MCDI_INITIALIZED;
164 KASSERT(mcdi->state == SFXGE_MCDI_BUSY, ("MCDI not busy"));
165 mcdi->state = SFXGE_MCDI_COMPLETED;
203 KASSERT(mcdi->state == SFXGE_MCDI_UNINITIALIZED,
208 mcdi->state
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_thread.c65 p_thread->osd.state = CL_UNINITIALIZED;
89 p_thread->osd.state = CL_INITIALIZED;
97 CL_ASSERT(cl_is_state_valid(p_thread->osd.state));
99 if (p_thread->osd.state == CL_INITIALIZED)
102 p_thread->osd.state = CL_UNINITIALIZED;
136 CL_ASSERT(p_thread->osd.state == CL_INITIALIZED);
H A Dcl_event.c49 p_event->state = CL_UNINITIALIZED;
63 p_event->state = CL_INITIALIZED;
70 CL_ASSERT(cl_is_state_valid(p_event->state));
73 if (p_event->state == CL_INITIALIZED) {
79 p_event->state = CL_UNINITIALIZED;
85 CL_ASSERT(p_event->state == CL_INITIALIZED);
103 CL_ASSERT(p_event->state == CL_INITIALIZED);
122 CL_ASSERT(p_event->state == CL_INITIALIZED);
135 /* If just testing the state, return CL_TIMEOUT. */
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscfu.c89 sscf->state = SSCFU_RELEASED;
103 sscf->state = SSCFU_RELEASED;
121 return (sscf->state);
163 sprintf(str, "BAD SSCFU state %u", s);
175 set_state(struct sscfu *sscf, enum sscfu_state state) argument
178 "change state from %s to %s",
179 sscf_states[sscf->state], sscf_states[state]));
180 sscf->state = state;
[all...]
/freebsd-10.0-release/tools/tools/net80211/scripts/
H A Dsetup.simple210 athdebug state
16 wlandebug -i $WLAN state+scan+assoc
23 wlandebug -i $WLAN state+scan+assoc
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darc-dis.h79 #define __TRANSLATION_REQUIRED(state) ((state).acnt != 0)
/freebsd-10.0-release/contrib/serf/buckets/
H A Ddechunk_buckets.c29 } state; member in struct:__anon4139
48 ctx->state = STATE_SIZE;
72 switch (ctx->state) {
82 if (ctx->linebuf.state == SERF_LINEBUF_READY) {
97 ctx->state = STATE_DONE;
102 ctx->state = STATE_CHUNK;
134 ctx->state = STATE_TERM;
162 ctx->state = STATE_SIZE;
/freebsd-10.0-release/tools/tools/net80211/scripts/mesh/
H A Dcommon13 wlandebug -i $WLAN mesh+hwmp+state+scan+assoc
/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c142 struct zlib_state *state = local
145 if (state == NULL)
148 state->istream.zalloc = zlib_zalloc;
149 state->istream.zfree = zlib_zfree;
150 state->istream.opaque = Z_NULL;
151 state->istream.next_in = Z_NULL;
152 state->istream.next_out = Z_NULL;
153 state->istream.avail_in = 0;
154 state->istream.avail_out = 0;
155 err = inflateInit_(&state
182 struct zlib_state *state = local
195 struct zlib_state *state = local
223 struct zlib_state *state = local
[all...]
/freebsd-10.0-release/bin/sh/
H A Dmain.c91 * exception occurs. When an exception occurs the variable "state"
99 volatile int state; local
104 state = 0;
119 if (state == 0 || iflag == 0 || ! rootshell ||
127 if (state == 1)
129 else if (state == 2)
131 else if (state == 3)
151 state = 1;
154 state = 2;
161 state
[all...]
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dworkarounds.c275 static char *state; local
279 state = buf;
280 while ((result = strsep(&state, sep)) && result[0] == 0)
300 static char *state; local
304 state = buf;
309 if (*(state += strspn(state, sep)) == 0)
315 result = state;
316 if (*(state += strcspn(state, se
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_vendor_test.c29 enum { INIT, CONFIRM, SUCCESS } state; member in struct:eap_vendor_test_data
40 data->state = INIT;
79 if (data->state == INIT && *pos != 1) {
81 "%d in INIT state", *pos);
86 if (data->state == CONFIRM && *pos != 3) {
88 "%d in CONFIRM state", *pos);
93 if (data->state == SUCCESS) {
95 "in SUCCESS state");
100 if (data->state == CONFIRM) {
124 if (data->state
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_md5_data
32 data->state = CONTINUE;
52 data->state = FAILURE;
61 data->state = FAILURE;
70 data->state = CONTINUE;
110 data->state = FAILURE;
125 data->state = FAILURE;
131 data->state = SUCCESS;
134 data->state = FAILURE;
142 return data->state !
[all...]
/freebsd-10.0-release/usr.sbin/keyserv/
H A Dcrypt_server.c75 unsigned char state[256]; member in struct:arcfour_key
90 unsigned char* state; local
93 state = &key->state[0];
95 state[counter] = counter;
102 index2 = (key_data_ptr[index1] + state[counter] +
104 swap_byte(&state[counter], &state[index2]);
114 unsigned char* state; local
121 state
[all...]
/freebsd-10.0-release/contrib/binutils/gas/
H A Dapp.c126 in state 5 of do_scrub_chars must be changed. */
195 /* Saved state of the scrubber. */
196 static int state; variable
207 /* Data structure for saving the state of app across #include's. Note that
209 state at the time .include is interpreted is completely unrelated.
214 int state; member in struct:app_save
237 saved->state = state;
261 state = 0;
273 state
[all...]

Completed in 342 milliseconds

1234567891011>>