Searched refs:state (Results 376 - 400 of 2035) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_sections.c162 uint8_t state = 0; local
180 linebuf[state][off] = c;
186 linebuf[state][off] = 0;
188 state++;
189 if (state == 3) {
219 state = 0;
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c103 ddi_get_soft_state(void *state, int item) argument
105 struct ddi_soft_state *ss = state;
115 ddi_soft_state_zalloc(void *state, int item) argument
117 struct ddi_soft_state *ss = state;
155 ddi_soft_state_free(void *state, int item) argument
157 struct ddi_soft_state *ss = state;
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_volume.c67 if (v == NULL || v->state != GV_VOL_UP) {
96 if ((p->state > GV_PLEX_DEGRADED) ||
97 (p->state >= GV_PLEX_DEGRADED &&
106 (p->org == GV_PLEX_RAID5 && p->state < GV_PLEX_DEGRADED) ||
107 (p->org != GV_PLEX_RAID5 && p->state <= GV_PLEX_DEGRADED)) {
130 if (p->state < GV_PLEX_DEGRADED)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h71 atomic_t state; member in struct:task_struct
101 #define set_task_state(task, x) atomic_set(&(task)->state, (x))
102 #define __set_task_state(task, x) ((task)->state.counter = (x))
128 bool linux_signal_pending_state(long state, struct task_struct *task);
133 #define signal_pending_state(state, task) \
134 linux_signal_pending_state(state, task)
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c99 dtrace_state_t *state; local
100 devfs_get_cdevpriv((void **) &state);
103 if (state == NULL)
106 if (state->dts_anon) {
108 state = state->dts_anon;
131 if ((agg = dtrace_aggid2agg(state, aggdesc.dtagd_id)) == NULL) {
240 buf = &state->dts_buffer[desc.dtbd_cpu];
242 buf = &state->dts_aggbuffer[desc.dtbd_cpu];
248 if (state
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_instr.c70 mbstate_t state; local
80 init_mb(state);
92 init_mb(state);
H A Dlib_slkset.c81 mbstate_t state; local
85 init_mb(state);
86 need = mbrtowc(0, p, strlen(p), &state);
89 mbrtowc(&wc, p, need, &state);
/freebsd-11-stable/usr.bin/tr/
H A Dtr.c215 if (s1.state == CCLASS_LOWER &&
216 s2.state == CCLASS_UPPER &&
225 } while (s1.state == CCLASS_LOWER && s1.cnt > 1);
230 } while (s2.state == CCLASS_UPPER && s2.cnt > 1);
232 } else if (s1.state == CCLASS_UPPER &&
233 s2.state == CCLASS_LOWER &&
242 } while (s1.state == CCLASS_UPPER && s1.cnt > 1);
247 } while (s2.state == CCLASS_LOWER && s2.cnt > 1);
270 s2.state = NORMAL;
282 if ((s2.state
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha512-internal.c120 /* copy state into S */
122 S[i] = md->state[i];
125 /* copy the state into 1024-bits into W[0..15] */
151 md->state[i] = md->state[i] + S[i];
160 Initialize the hash state
161 @param md The hash state you wish to initialize
168 md->state[0] = CONST64(0x6a09e667f3bcc908);
169 md->state[1] = CONST64(0xbb67ae8584caa73b);
170 md->state[
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_l2t.c59 * can change state or increment its ref count during allocation as both of
95 if (e->state < L2T_STATE_SWITCHING) {
105 e->state = L2T_STATE_UNUSED;
119 } else if (e->state == L2T_STATE_SWITCHING &&
133 if (e->state < L2T_STATE_SWITCHING) {
142 e->state = L2T_STATE_UNUSED;
181 if (sync && e->state != L2T_STATE_SWITCHING)
182 e->state = L2T_STATE_SYNC_WRITE;
207 e->state = L2T_STATE_SWITCHING;
251 e->state
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_cancel.c69 if (pthread->state != PS_DEAD)
78 _pthread_setcancelstate(int state, int *oldstate) argument
84 switch (state) {
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dsha1.h46 isc_uint32_t state[5]; member in struct:__anon4837
/freebsd-11-stable/contrib/gcc/
H A Dtree-eh.c300 /* Processing of TRY_FINALLY requires a bit more state. This is
315 /* The state outside this try_finally node. */
487 maybe_record_in_goto_queue (struct leh_state *state, tree stmt)
489 struct leh_tf_state *tf = state->tf;
564 verify_norecord_switch_expr (struct leh_state *state, tree switch_expr)
566 struct leh_tf_state *tf = state->tf;
583 #define verify_norecord_switch_expr(state, switch_expr)
754 the given try_finally state. The only tricky bit here is that
915 lower_try_finally_nofallthru (struct leh_state *state, struct leh_tf_state *tf)
942 lower_eh_constructs_1 (state,
482 maybe_record_in_goto_queue(struct leh_state *state, tree stmt) argument
559 verify_norecord_switch_expr(struct leh_state *state, tree switch_expr) argument
910 lower_try_finally_nofallthru(struct leh_state *state, struct leh_tf_state *tf) argument
946 lower_try_finally_onedest(struct leh_state *state, struct leh_tf_state *tf) argument
1024 lower_try_finally_copy(struct leh_state *state, struct leh_tf_state *tf) argument
1140 lower_try_finally_switch(struct leh_state *state, struct leh_tf_state *tf) argument
1346 lower_try_finally(struct leh_state *state, tree *tp) argument
1434 lower_catch(struct leh_state *state, tree *tp) argument
1494 lower_eh_filter(struct leh_state *state, tree *tp) argument
1534 lower_cleanup(struct leh_state *state, tree *tp) argument
1598 lower_eh_constructs_1(struct leh_state *state, tree *tp) argument
[all...]
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_md4.h68 /** state (ABCD) */
69 apr_uint32_t state[4]; member in struct:apr_md4_ctx_t
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c262 /* Setup in-directive state. */
263 pfile->state.in_directive = 1;
264 pfile->state.save_comments = 0;
275 if (pfile->state.in_deferred_pragma)
280 pfile->state.prevent_expansion--;
296 /* Restore state. */
297 pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments);
298 pfile->state.in_directive = 0;
299 pfile->state.in_expression = 0;
300 pfile->state
[all...]
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_pmu.h58 void rk30_pmu_gpio_pud(uint32_t pin, uint32_t state);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c58 ctx->state[0] = 0x67452301;
59 ctx->state[1] = 0xefcdab89;
60 ctx->state[2] = 0x98badcfe;
61 ctx->state[3] = 0x10325476;
83 MD5Transform(ctx->state, ctx->buffer);
91 MD5Transform(ctx->state, input);
134 PUT_32BIT_LE(digest + i * 4, ctx->state[i]);
157 MD5Transform(u_int32_t state[4], const u_int8_t block[MD5_BLOCK_LENGTH]) argument
173 a = state[0];
174 b = state[
[all...]
/freebsd-11-stable/sys/sys/
H A D_pthreadtypes.h94 int state; member in struct:pthread_once
/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_apm.c83 int state; local
85 state = APM_UNKNOWN;
87 if (battp->state & ACPI_BATT_STAT_DISCHARG) {
89 state = 0; /* high */
91 state = 1; /* low */
93 if (battp->state & ACPI_BATT_STAT_CRITICAL)
94 state = 2; /* critical */
95 if (battp->state & ACPI_BATT_STAT_CHARGING)
96 state = 3; /* charging */
99 if (state
[all...]
/freebsd-11-stable/sys/xen/interface/io/
H A Dtpmif.h78 * the request packet, changing the state to TPMIF_STATE_SUBMIT, and sending
80 * the state to TPMIF_STATE_FINISH and send an event channel notification.
83 * at any time change the state to TPMIF_STATE_CANCEL and send a notification.
84 * The TPM can either finish the command (changing state to TPMIF_STATE_FINISH)
85 * or can cancel the command and change the state to TPMIF_STATE_IDLE. The TPM
86 * can also change the state to TPMIF_STATE_IDLE instead of TPMIF_STATE_FINISH
100 /* Note: The backend should only change state to IDLE or FINISH, while the
124 uint8_t state; /* enum tpmif_state */ member in struct:tpmif_shared_page
/freebsd-11-stable/sys/dev/rp/
H A Drpvar.h48 unsigned char state; /* state of dtr */ member in struct:rp_port
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A Dmd2.h79 MD2_INT state[MD2_BLOCK]; member in struct:MD2state_st
/freebsd-11-stable/usr.sbin/blacklistctl/
H A DMakefile7 SRCS= blacklistctl.c conf.c state.c support.c internal.c \
/freebsd-11-stable/usr.sbin/blacklistd/
H A DMakefile7 SRCS= blacklistd.c conf.c run.c state.c support.c internal.c \
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.h14 void notify(const char *hostname, const int state);

Completed in 200 milliseconds

<<11121314151617181920>>