Searched refs:state (Results 251 - 275 of 2035) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c233 int token, state; local
252 state = S_DISCARD;
258 state = S_CODE;
262 state = S_DISCARD;
266 state = S_COMMENT;
270 state = S_KEYWORD;
274 state = S_DISCARD;
278 state = S_KEYWORD;
282 state = S_KEYWORD;
286 state
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_filter.c131 enum bufferevent_flush_mode state)
134 return state == BEV_NORMAL &&
143 enum bufferevent_flush_mode state)
146 return state == BEV_NORMAL &&
155 enum bufferevent_flush_mode state, void *ctx)
157 (void)state;
287 enum bufferevent_flush_mode state,
293 if (state == BEV_NORMAL) {
297 be_readbuf_full(bevf, state))
303 if (state
130 be_underlying_writebuf_full(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state) argument
142 be_readbuf_full(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state) argument
154 be_null_filter(struct evbuffer *src, struct evbuffer *dst, ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx) argument
286 be_filter_process_input(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state, int *processed_out) argument
325 be_filter_process_output(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state, int *processed_out) argument
426 enum bufferevent_flush_mode state; local
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c274 cantfindbranch(revno, date, author, state)
275 char const *revno, date[datesize], *author, *state;
285 state ? " and state "+(date||author?0:4) : "",
286 state ? state : ""
388 struct hshentry * genrevs(revno,date,author,state,store)
389 char const *revno, *date, *author, *state;
392 * revision given by revno, date, author, and state, and stores pointers
438 (state
861 char state[20]; local
[all...]
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c1243 int state = *shiftstate; local
1249 f = state & (AGRS | ALKED);
1253 i = ((state & SHIFTS) ? 1 : 0)
1254 | ((state & CTLS) ? 2 : 0)
1255 | ((state & ALTS) ? 4 : 0);
1256 if (((key->flgs & FLAG_LOCK_C) && (state & CLKED))
1257 || ((key->flgs & FLAG_LOCK_N) && (state & NLKED)) )
1265 if (state & SHIFTAON) {
1266 set_lockkey_state(kbd, state, ALK);
1267 state
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_ssl.h46 The state of an SSL object to be used when creating a new
63 @param state The current state of the SSL connection
72 enum bufferevent_ssl_state state,
81 @param state The current state of the SSL connection
90 enum bufferevent_ssl_state state,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c61 static void cvmx_debug_remote_mem_wait_for_resume(volatile cvmx_debug_core_context_t *context, cvmx_debug_state_t state) argument
67 if(!state.step_isr &&
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c220 pop_state state = INIT; local
286 while(state != QUIT) {
296 fprintf (stderr, "state: %s count: %d asked_for: %d "
298 pop_state_string[state],
301 if (((state == STAT || state == RETR || state == TOP)
303 || (state == XDELE && !sent_xdele)
304 || (state == DELE && asked_deleted < count))
340 if (state
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c51 * 4. The hash function is defined to perform 64 rounds of initial state
72 blf_ctx state; local
81 Blowfish_initstate(&state);
82 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
84 Blowfish_expand0state(&state, sha2salt, shalen);
85 Blowfish_expand0state(&state, sha2pass, shalen);
94 blf_enc(&state, cdata, sizeof(cdata) / sizeof(uint64_t));
107 explicit_bzero(&state, sizeof(state));
/freebsd-11-stable/etc/rc.d/
H A Dpower_profile3 # Modify the power profile based on AC line state. This script is
18 desc="Modify the power profile based on AC line state"
66 # Find the next state (performance or economy).
67 state=$1
68 case ${state} in
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdglobl.h62 #define TD_XCHG_GET_STATE(xchg) (xchg->state)
63 #define TD_XCHG_SET_STATE(xchg, val) (xchg->state) = (val)
/freebsd-11-stable/tools/tools/net80211/scripts/
H A Dsetup.local14 wlandebug -i $WLAN state+scan+assoc+11n
H A Dsetup.tdma-slave14 wlandebug -i $WLAN state+scan+tdma
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_state_machine.h61 * common to all state machines defined in SCI.
73 * This macro simply provides simplified retrieval of an objects state
76 #define SET_STATE_HANDLER(object, table, state) \
77 (object)->state_handlers = &(table)[(state)]
82 * @brief This structure defines the fields common to all state machines.
88 * The state machine object participates in the observer design pattern.
90 * state machine to be easily monitored by a user.
96 * This field points to the start of the state machine's state table.
101 * This field points to the object to which this state machin
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_detach.c59 const int state = PTHREAD_CREATE_JOINABLE; local
68 PTHREAD_REQUIRE(pthread_attr_setdetachstate(&attr, state));
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_identity_data
28 data->state = CONTINUE;
72 data->state = FAILURE;
111 data->state = FAILURE;
134 data->state = FAILURE;
138 data->state = SUCCESS;
146 return data->state != CONTINUE;
153 return data->state == SUCCESS;
H A Deap_server_sake.c18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; member in struct:eap_sake_data
33 static const char * eap_sake_state_txt(int state) argument
35 switch (state) {
52 static void eap_sake_state(struct eap_sake_data *data, int state) argument
55 eap_sake_state_txt(data->state),
56 eap_sake_state_txt(state));
57 data->state = state;
68 data->state = CHALLENGE;
129 data->state
[all...]
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_aux.c66 const char * fst_session_state_name(enum fst_session_state state) argument
68 return fst_get_str_name(state, session_state_names,
/freebsd-11-stable/contrib/mdocml/
H A Dmandocd.c128 int state, opt; local
190 state = 1; /* work to do */
197 state = -1; /* error */
200 while (state == 1 && (state = read_fds(clientfd, fds)) == 1) {
205 state = -1;
223 state = -1;
240 return state == -1 ? 1 : 0;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c107 enum S command = COMMAND, state; local
187 state = COMMAND;
202 chkcmd(state);
203 state = KEY;
207 chkcmd(state);
216 chkcmd(state);
217 state = KEY;
221 chkcmd(state);
222 state = KEY;
226 chkcmd(state);
763 chkcmd(enum S state) argument
770 chkdata(enum S state) argument
777 chkkey(enum S state) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_true.c153 * used by the state machine
178 enum true_state state; /* state machine */ member in struct:true_unit
313 up->state = s_Base;
400 * will be run through the state machine to tweak driver options
652 * state machine for initializing and controlling a clock
667 msyslog(LOG_INFO, "TRUE: clock %s, state %s, event %s",
669 stateStr(up->state),
673 true_debug(peer, "clock %s, state %s, event %s\n",
674 typeStr(up->type), stateStr(up->state), eventSt
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_smt.h45 SMT_STATE_ERROR /* entry is in error state */
49 uint16_t state; /* entry state */ member in struct:smt_entry
81 e->state = SMT_STATE_UNUSED;
/freebsd-11-stable/sys/netinet/
H A Dsctp_peeloff.c54 uint32_t state; local
75 state = SCTP_GET_STATE(stcb);
76 if ((state == SCTP_STATE_EMPTY) ||
77 (state == SCTP_STATE_INUSE)) {
92 uint32_t state; local
105 state = SCTP_GET_STATE(stcb);
106 if ((state == SCTP_STATE_EMPTY) ||
107 (state == SCTP_STATE_INUSE)) {
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c54 uint64_t state[8]; member in struct:_SHA512_CTX
266 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH);
278 a = context->state[0];
279 b = context->state[1];
280 c = context->state[2];
281 d = context->state[3];
282 e = context->state[4];
283 f = context->state[5];
284 g = context->state[6];
285 h = context->state[
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_conn.c79 int state; member in struct:bio_connect_st
91 * called when the connection is initially made callback(BIO,state,ret);
92 * The callback should return 'ret'. state is for compatibility with the
95 int (*info_callback) (const BIO *bio, int state, int ret);
135 switch (c->state) {
168 c->state = BIO_CONN_S_GET_IP;
174 c->state = BIO_CONN_S_GET_PORT;
183 c->state = BIO_CONN_S_CREATE_SOCKET;
196 c->state = BIO_CONN_S_CREATE_SOCKET;
207 c->state
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpf_print_state.c267 if (src->state <= TCPS_TIME_WAIT &&
268 dst->state <= TCPS_TIME_WAIT)
269 printf(" %s:%s\n", tcpstates[src->state],
270 tcpstates[dst->state]);
271 else if (src->state == PF_TCPS_PROXY_SRC ||
272 dst->state == PF_TCPS_PROXY_SRC)
274 else if (src->state == PF_TCPS_PROXY_DST ||
275 dst->state == PF_TCPS_PROXY_DST)
279 src->state, dst->state);
[all...]

Completed in 321 milliseconds

<<11121314151617181920>>