Searched refs:state (Results 226 - 250 of 2035) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_gtc_data
28 data->state = CONTINUE;
65 data->state = FAILURE;
71 data->state = CONTINUE;
113 data->state = FAILURE;
125 data->state = FAILURE;
139 data->state = FAILURE;
146 data->state = FAILURE;
156 data->state = FAILURE;
172 data->state
[all...]
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_tls_data
29 static const char * eap_tls_state_txt(int state) argument
31 switch (state) {
46 static void eap_tls_state(struct eap_tls_data *data, int state) argument
49 eap_tls_state_txt(data->state),
50 eap_tls_state_txt(state));
51 data->state = state;
52 if (state == FAILURE)
79 data->state
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Ddeflate_buckets.c57 } state; member in struct:__anon63
104 ctx->state = STATE_READING_HEADER;
108 ctx->state = STATE_INIT;
129 if (ctx->state > STATE_INIT &&
130 ctx->state <= STATE_FINISH)
155 switch (ctx->state) {
171 ctx->state++;
190 ctx->state++;
209 ctx->state++;
219 ctx->state
[all...]
H A Dresponse_buckets.c40 } state; member in struct:__anon73
85 ctx->state = STATE_STATUS_LINE;
113 if (ctx->state != STATE_STATUS_LINE) {
184 if (ctx->linebuf.state == SERF_LINEBUF_READY && ctx->linebuf.used) {
217 /* Perform one iteration of the state machine.
220 * 1) a state change
229 switch (ctx->state) {
238 if (ctx->linebuf.state == SERF_LINEBUF_READY) {
248 ctx->state = STATE_DONE;
253 ctx->state
[all...]
/freebsd-11-stable/contrib/dialog/
H A Drangebox.c216 int state = dlg_default_button(); local
307 button = (state < 0) ? 0 : state;
309 if (state < 0) {
310 data.value_col = data.value_len + state;
328 if (state < 0 && state > -data.value_len) {
329 --state;
331 state = dlg_prev_ok_buttonindex(state,
[all...]
H A Dinputbox.c74 int state; local
95 state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT;
96 first = (state == sTEXT);
159 dlg_draw_buttons(dialog, height - 2, 0, buttons, state, FALSE, width);
170 key = dlg_mouse_wgetch((state == sTEXT) ? editor : dialog, &fkey);
186 if (state == sTEXT) { /* Input box selected */
214 state = 0;
218 state = dlg_prev_ok_buttonindex(state, sTEXT);
222 state
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c92 } state[10]; member in struct:soft_token
93 #define MAX_NUM_SESSION (sizeof(soft_token.state)/sizeof(soft_token.state[0]))
153 #define VERIFY_SESSION_HANDLE(s, state) \
156 xret = verify_session_handle(s, state); \
164 struct session_state **state)
169 if (soft_token.state[i].session_handle == hSession)
177 if (state)
178 *state = &soft_token.state[
163 verify_session_handle(CK_SESSION_HANDLE hSession, struct session_state **state) argument
644 find_object_final(struct session_state *state) argument
661 reset_crypto_state(struct session_state *state) argument
674 close_session(struct session_state *state) argument
1144 struct session_state *state; local
1253 struct session_state *state; local
1302 struct session_state *state; local
1353 struct session_state *state; local
1390 struct session_state *state; local
1464 struct session_state *state; local
1497 struct session_state *state; local
1597 struct session_state *state; local
1630 struct session_state *state; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A Dmd2_dgst.c125 memset(c->state, 0, sizeof(c->state));
172 MD2_INT state[48]; local
174 sp1 = c->state;
178 state[i] = sp1[i];
179 state[i + 16] = t = d[i];
180 state[i + 32] = (t ^ sp1[i]);
186 t = state[j + 0] ^= S[t];
187 t = state[j + 1] ^= S[t];
188 t = state[
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp61 static RegionRawOffsetV2 computeOffset(ProgramStateRef state,
128 ProgramStateRef state = checkerContext.getState(); local
132 RegionRawOffsetV2::computeOffset(state, svalBuilder, location);
155 SVal lowerBound = svalBuilder.evalBinOpNN(state, BO_LT, rawOffsetVal, *NV,
164 state->assume(*lowerBoundToCheck);
174 state = state_withinLowerBound;
194 SVal upperbound = svalBuilder.evalBinOpNN(state, BO_GE, rawOffsetVal,
204 state->assume(*upperboundToCheck);
209 if (isTainted(state, ByteOffset)) {
223 state
283 scaleValue(ProgramStateRef state, NonLoc baseVal, CharUnits scaling, SValBuilder &sb) argument
293 addValue(ProgramStateRef state, SVal x, SVal y, SValBuilder &svalBuilder) argument
307 computeOffset(ProgramStateRef state, SValBuilder &svalBuilder, SVal location) argument
[all...]
H A DPthreadLockChecker.cpp94 ProgramStateRef resolvePossiblyDestroyedMutex(ProgramStateRef state,
150 // the 'possibly destroyed' state. There is a short time frame for the
153 // function to see if the return value was checked by now and set the lock state
154 // - either to destroyed state or back to its previous state.
159 ProgramStateRef state, const MemRegion *lockR, const SymbolRef *sym) const {
160 const LockState *lstate = state->get<LockMap>(lockR);
162 // Existence in Destroyed also ensures that the lock state for lockR is either
167 ConstraintManager &CMgr = state->getConstraintManager();
168 ConditionTruthVal retZero = CMgr.isNull(state, *sy
158 resolvePossiblyDestroyedMutex( ProgramStateRef state, const MemRegion *lockR, const SymbolRef *sym) const argument
[all...]
/freebsd-11-stable/contrib/ipfilter/rules/
H A DBASIC_1.FW60 pass in quick proto udp from any to any port = 53 keep state group 202
65 #pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state group 202
66 #pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state
70 pass in quick proto tcp from any to any port = ftp keep state group 201
71 pass in quick proto tcp from any to any port = ftp-data keep state group 201
72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101
76 pass in quick proto udp from any to any port = ntp keep state group 202
80 pass in quick proto tcp from any to any port = 22 keep state group 201
81 pass in quick proto tcp from any to any port = telnet keep state group 201
82 pass in quick proto tcp from any to any port = www keep state grou
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_read_buffer.c112 sequence->state = SATI_SEQUENCE_STATE_AWAIT_RESPONSE;
125 sequence->state = SATI_SEQUENCE_STATE_FINAL;
143 sequence->state = SATI_SEQUENCE_STATE_FINAL;
153 sequence->state = SATI_SEQUENCE_STATE_FINAL;
168 sequence->state = SATI_SEQUENCE_STATE_FINAL;
230 sequence->state = SATI_SEQUENCE_STATE_FINAL;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsminfo.c75 static int prio, state = SMINFO_STANDBY; variable
84 state = strtoul(optarg, 0, 0);
105 {"state", 's', 1, "<0-3>", "set SM state"},
140 mad_encode_field(sminfo, IB_SMINFO_STATE_F, &state);
154 mad_decode_field(sminfo, IB_SMINFO_STATE_F, &state);
157 ", activity count %u priority %d state %d %s\n", portid.lid,
158 guid, act, prio, state, STATESTR(state));
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h298 cl_state_t state; member in struct:_cl_qcpool
335 * state
355 * [in] Pointer to a cl_qcpool_t structure whose state to initialize.
385 /* CL_ASSERT that the pool is not in some invalid state. */
386 CL_ASSERT(cl_is_state_valid(p_pool->state));
388 return (p_pool->state == CL_INITIALIZED);
402 * Allows checking the state of a quick composite pool to determine if
484 * If initialization fails, the pool is left in a destroyed state. Callers
544 CL_ASSERT(p_pool->state == CL_INITIALIZED);
609 CL_ASSERT(p_pool->state
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcheck.h42 /// Internal state
43 uint32_t state[8]; member in struct:__anon4419
77 /// \brief Structure to hold internal state of the check being calculated
94 } state; member in struct:__anon4420
117 /// Update the check state
127 /// Prepare SHA-256 state for new input.
130 /// Update the SHA-256 hash state
143 LZMA_SHA256FUNC(Init)(&check->state.sha256);
154 LZMA_SHA256FUNC(Update)(&check->state.sha256, buf, UINT32_MAX);
160 LZMA_SHA256FUNC(Update)(&check->state
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h23 lldb::StateType state; // Valid values are eStateStopped/eStateSuspended, member in struct:lldb_private::ResumeAction
59 void AppendAction(lldb::tid_t tid, lldb::StateType state, int signal = 0) { argument
60 ResumeAction action = {tid, state, signal};
88 size_t NumActionsWithState(lldb::StateType state) const {
92 if (m_actions[i].state == state)
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_27 # env.statefile /usr/local/var/munin/plugin-state/unbound-state
69 env.statefile /usr/local/var/munin/plugin-state/unbound-state
101 state=${statefile:-/usr/local/var/munin/plugin-state/unbound-state}
106 lock=$state.lock
118 value="`grep '^'$1'=' $state | sed -e 's/^.*=//'`"
124 # download the state fro
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_hx.c161 int state = 0; local
166 if (state) {
168 state = 0;
174 if (state == 0) {
176 state++;
179 state = 0;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dauth.c228 svn_auth_iterstate_t **state,
306 *state = NULL;
310 /* Build an abstract iteration state. */
320 *state = iterstate;
336 svn_auth_iterstate_t *state,
339 svn_auth_baton_t *auth_baton = state->auth_baton;
341 provider_set_t *table = state->table;
346 state->provider_idx < table->providers->nelts;
347 state->provider_idx++)
350 state
227 svn_auth_first_credentials(void **credentials, svn_auth_iterstate_t **state, const char *cred_kind, const char *realmstring, svn_auth_baton_t *auth_baton, apr_pool_t *pool) argument
335 svn_auth_next_credentials(void **credentials, svn_auth_iterstate_t *state, apr_pool_t *pool) argument
389 svn_auth_save_credentials(svn_auth_iterstate_t *state, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_lockf.c187 * (s) locked by state->ls_lock
413 struct lockf *state, *freestate = NULL; local
581 * Do the requested operation. First find our state structure
583 * variable and the state's ls_threads count is protected by
594 * Allocate a state structure if necessary.
596 state = *statep;
597 if (state == NULL) {
628 state = *statep = ls;
631 state = *statep;
632 state
780 struct lockf *state; local
994 lf_add_outgoing(struct lockf *state, struct lockf_entry *lock) argument
1062 lf_add_incoming(struct lockf *state, struct lockf_entry *lock) argument
1095 lf_insert_lock(struct lockf *state, struct lockf_entry *lock) argument
1122 lf_wakeup_lock(struct lockf *state, struct lockf_entry *wakelock) argument
1149 lf_update_dependancies(struct lockf *state, struct lockf_entry *lock, int all, struct lockf_entry_list *granted) argument
1174 lf_set_start(struct lockf *state, struct lockf_entry *lock, off_t new_start, struct lockf_entry_list *granted) argument
1190 lf_set_end(struct lockf *state, struct lockf_entry *lock, off_t new_end, struct lockf_entry_list *granted) argument
1215 lf_activate_lock(struct lockf *state, struct lockf_entry *lock) argument
1328 lf_cancel_lock(struct lockf *state, struct lockf_entry *lock) argument
1379 lf_setlock(struct lockf *state, struct lockf_entry *lock, struct vnode *vp, void **cookiep) argument
1553 lf_clearlock(struct lockf *state, struct lockf_entry *unlock) argument
1578 lf_getlock(struct lockf *state, struct lockf_entry *lock, struct flock *fl) argument
1607 lf_cancel(struct lockf *state, struct lockf_entry *lock, void *cookie) argument
1660 lf_getblock(struct lockf *state, struct lockf_entry *lock) argument
1812 lf_split(struct lockf *state, struct lockf_entry *lock1, struct lockf_entry *lock2, struct lockf_entry_list *granted) argument
[all...]
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_rcfile.c216 int state = stNewLine, c; local
225 if (state == stNewLine) {
230 state = stHeader;
235 state = stSkipToEOL;
237 state = stGetKey;
240 if (state == stSkipToEOL || next == last) {/* ignore long lines */
242 state = stNewLine;
247 if (state == stHeader) {
252 state = stSkipToEOL;
257 if (state
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dvsscanf.c215 ScanState state;
231 state = sUnknown;
235 for (n = 0; format[n] != 0 && state != sFinal; ++n) {
237 switch (state) {
240 state = sPercent;
244 state = sUnknown;
246 state = sLeft;
248 state = sNormal;
253 state = sRange;
261 state
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/arm/
H A Ddtrace_isa.c71 struct unwind_state state; local
83 state.registers[FP] = (uint32_t)__builtin_frame_address(0);
84 state.registers[SP] = sp;
85 state.registers[LR] = (uint32_t)__builtin_return_address(0);
86 state.registers[PC] = (uint32_t)dtrace_getpcstack;
91 done = unwind_stack_one(&state, 1);
101 pcstack[depth++] = state.registers[PC];
144 struct unwind_state state; local
152 state.registers[FP] = (uint32_t)__builtin_frame_address(0);
153 state
[all...]
/freebsd-11-stable/tools/tools/ath/athpoke/
H A Dathpoke.c51 static dumpregs_t state; variable
91 atd.ad_out_data = (caddr_t) &state.revs;
92 atd.ad_out_size = sizeof(state.revs);
167 const int existing_regs = state.nregs;
181 struct dumpreg *r = state.regs[j];
209 if (state.nregs == MAXREGS)
211 state.regs[state.nregs++] = nr;
215 qsort(state.regs, state
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h148 #define __wait_event_common(wqh, cond, timeout, state, lock) ({ \
155 linux_prepare_to_wait(&(wqh), &__wq, state); \
159 __timeout, state, lock); \
282 #define prepare_to_wait(wqh, wq, state) linux_prepare_to_wait(wqh, wq, state)
291 #define wait_on_bit(word, bit, state) \
292 linux_wait_on_bit_timeout(word, bit, state, MAX_SCHEDULE_TIMEOUT)
293 #define wait_on_bit_timeout(word, bit, state, timeout) \
294 linux_wait_on_bit_timeout(word, bit, state, timeout)
302 #define wait_on_atomic_t(a, state) linux_wait_on_atomic_
[all...]

Completed in 253 milliseconds

1234567891011>>