Searched refs:new_state (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dparse.c197 DviState *new_state; local
199 new_state = (DviState *) XtMalloc (sizeof (*new_state));
201 *new_state = *(dw->dvi.state);
203 new_state->font_size = 10;
204 new_state->font_number = 1;
205 new_state->x = 0;
206 new_state->y = 0;
208 new_state->next = dw->dvi.state;
209 dw->dvi.state = new_state;
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Drandom.c328 register long int *new_state = (long int *) arg_state;
329 register int type = new_state[0] % MAX_TYPES;
330 register int rear = new_state[0] / MAX_TYPES;
355 state = &new_state[1];
325 register long int *new_state = (long int *) arg_state; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Drandom.c328 register long int *new_state = (long int *) arg_state;
329 register int type = new_state[0] % MAX_TYPES;
330 register int rear = new_state[0] / MAX_TYPES;
355 state = &new_state[1];
325 register long int *new_state = (long int *) arg_state; local
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_aux.h68 enum fst_session_state new_state; member in struct:fst_event_extra::fst_event_extra_session_state
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c1475 svn_error_t *(*fn)(enum parse_state *new_state, char *input,
1507 diff_minus(enum parse_state *new_state, char *line, svn_patch_t *patch, argument
1519 *new_state = state_minus_seen;
1526 diff_plus(enum parse_state *new_state, char *line, svn_patch_t *patch, argument
1538 *new_state = state_unidiff_found;
1545 git_start(enum parse_state *new_state, char *line, svn_patch_t *patch, argument
1572 *new_state = state_start;
1578 *new_state = state_start;
1586 *new_state = state_start;
1592 *new_state
1650 git_minus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1672 git_plus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1756 git_old_mode(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1774 git_new_mode(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1793 git_index(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1827 git_move_from(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1840 git_move_to(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1855 git_copy_from(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1868 git_copy_to(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1882 git_new_file(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1899 git_deleted_file(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1916 binary_patch_start(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c189 __mf_set_state (enum __mf_state_enum new_state) argument
192 data->state = new_state;
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.h206 enum vc_suspend_status new_state);
210 enum vc_resume_status new_state);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c421 register unsigned long *new_state = (unsigned long *) arg_state; local
422 register long type = new_state[0] % MAX_TYPES;
423 register long rear = new_state[0] / MAX_TYPES;
444 state = (new_state + 1);
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c378 uint32_t *new_state = (uint32_t *)arg_state; local
379 uint32_t type = new_state[0] % MAX_TYPES;
380 uint32_t rear = new_state[0] / MAX_TYPES;
392 state = new_state + 1;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c89 enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state,
141 if (cur_state >= MLX4_QP_NUM_STATE || new_state >= MLX4_QP_NUM_STATE ||
142 !op[cur_state][new_state])
145 if (op[cur_state][new_state] == MLX4_CMD_2RST_QP) {
164 if (cur_state == MLX4_QP_STATE_RST && new_state == MLX4_QP_STATE_INIT) {
172 (new_state == MLX4_QP_STATE_RTS) &&
185 new_state == MLX4_QP_STATE_RST ? 2 : 0,
186 op[cur_state][new_state], MLX4_CMD_TIME_CLASS_C, native);
192 new_state == MLX4_QP_STATE_ERR) {
197 } else if (new_state
88 __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp, int native) argument
209 mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-winsource.c348 int new_state; local
351 new_state = TRUE;
353 new_state = FALSE;
354 if (new_state != content[i]->which_element.source.is_exec_point)
357 content[i]->which_element.source.is_exec_point = new_state;
/freebsd-11-stable/sys/net/
H A Dieee8023ad_lacp.c1444 enum lacp_mux_state new_state; local
1461 new_state = lp->lp_mux_state;
1465 new_state = LACP_MUX_WAITING;
1473 new_state = LACP_MUX_ATTACHED;
1475 new_state = LACP_MUX_DETACHED;
1480 new_state = LACP_MUX_COLLECTING;
1482 new_state = LACP_MUX_DETACHED;
1487 new_state = LACP_MUX_DISTRIBUTING;
1489 new_state = LACP_MUX_ATTACHED;
1494 new_state
1512 lacp_set_mux(struct lacp_port *lp, enum lacp_mux_state new_state) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnotify.c85 enum wpa_states new_state,
96 if (new_state == WPA_COMPLETED)
99 new_state < WPA_ASSOCIATED)
104 if (new_state == WPA_COMPLETED)
106 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED)
115 new_state,
84 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp88 kmp_uint64 new_state = team_bar->b_arrived + KMP_BARRIER_STATE_BUMP; local
101 &other_threads[i]->th.th_bar[bt].bb.b_arrived, new_state));
105 new_state);
139 team_bar->b_arrived = new_state;
143 new_state));
306 kmp_uint64 new_state; local
325 new_state = team->t.t_bar[bt].b_arrived + KMP_BARRIER_STATE_BUMP;
340 team->t.t_id, child_tid, &child_bar->b_arrived, new_state));
342 kmp_flag_64 flag(&child_bar->b_arrived, new_state);
392 team->t.t_bar[bt].b_arrived = new_state;
521 kmp_uint64 new_state = KMP_BARRIER_UNUSED_STATE; local
876 kmp_uint64 new_state; local
[all...]
/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h148 void yy_push_state( int new_state );
/freebsd-11-stable/sys/x86/cpufreq/
H A Dsmist.c237 int new_state; local
253 "=b" (new_state),
262 eax, new_state, result);
264 *state = new_state & 1;
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c5 static core *new_state(int symbol);
207 sp = sp->link = new_state(symbol);
215 state_set[key] = sp = new_state(symbol);
284 new_state(int symbol) function
293 fprintf(stderr, "Entering new_state(%d)\n", symbol);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.h127 void MaybeLogStateChange(lldb::StateType new_state);
H A DMachException.cpp45 mach_msg_type_number_t old_stateCnt, thread_state_t new_state,
53 mach_msg_type_number_t old_stateCnt, thread_state_t new_state,
65 mach_msg_type_number_t old_stateCnt, thread_state_t new_state,
84 thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) {
61 catch_mach_exception_raise_state( mach_port_t exc_port, exception_type_t exc_type, const mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int *flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
79 catch_mach_exception_raise_state_identity( mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, exception_type_t exc_type, mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.h243 enum ecore_iwarp_qp_state new_state,
313 enum ecore_iwarp_qp_state OSAL_UNUSED new_state,
311 ecore_iwarp_modify_qp(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_rdma_qp OSAL_UNUSED *qp, enum ecore_iwarp_qp_state OSAL_UNUSED new_state, bool OSAL_UNUSED internal) argument
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_drive.c384 drive_set_state(char *drive, uint16_t new_state) argument
413 if (info.fw_state == new_state) {
420 mbox[4] = new_state & 0xff;
421 mbox[5] = new_state >> 8;
426 mfi_pdstate(new_state));
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1621 enum ib_qp_state cur_state, enum ib_qp_state new_state)
1644 context->flags = cpu_to_be32((to_mlx4_state(new_state) << 28) |
1692 if (new_state == IB_QPS_RESET && qp->counter_index)
1695 if (cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) {
1714 if (cur_state == IB_QPS_SQD && new_state == IB_QPS_SQD &&
1721 if (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR) {
1800 (cur_state == IB_QPS_INIT && new_state == IB_QPS_RTR)) {
1913 if (qp->rq.wqe_cnt && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
1917 new_state == IB_QPS_RTR &&
1963 if (ibqp->qp_type == IB_QPT_UD && (new_state
1619 __mlx4_ib_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
2164 enum ib_qp_state cur_state, new_state; local
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c361 enum call_state new_state)
433 map_callstate(new_state), NULL, 0);
459 set_call_state(c, new_state);
470 enum call_state new_state)
535 set_call_state(c, new_state);
548 enum call_state new_state)
609 map_callstate(new_state), NULL, 0);
630 set_call_state(c, new_state);
732 enum call_state new_state)
822 set_call_state(c, new_state);
360 un0_setup(struct call *c, struct uni_msg *m, struct uni_all *u, enum call_state new_state) argument
469 un0_setup_request(struct call *c, struct uni_msg *m, uint32_t cookie, enum call_state new_state) argument
547 u1n6_call_proc(struct call *c, struct uni_msg *m, struct uni_all *u, enum call_state new_state) argument
731 unx_alerting(struct call *c, struct uni_msg *m, struct uni_all *u, enum call_state new_state) argument
832 u6n1_proceeding_request(struct call *c, struct uni_msg *m, uint32_t cookie, enum call_state new_state) argument
869 unx_alerting_request(struct call *c, struct uni_msg *m, uint32_t cookie, enum call_state new_state) argument
918 unx_setup_response(struct call *c, struct uni_msg *m, uint32_t cookie, enum call_state new_state) argument
983 n8_setup_compl_request(struct call *c, struct uni_msg *m, uint32_t cookie, enum call_state new_state) argument
1028 unx_connect(struct call *c, struct uni_msg *m, struct uni_all *u, enum call_state new_state) argument
1176 u8_connect_ack(struct call *c, struct uni_msg *m, struct uni_all *u, enum call_state new_state) argument
1388 unx_release(struct call *c, struct uni_msg *m, struct uni_all *u, enum call_state new_state) argument
1579 unx_release_request(struct call *c, struct uni_msg *m, uint32_t cookie, enum call_state new_state) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c204 struct hardwire_ttystate new_state; local
209 new_state = *(struct hardwire_ttystate *) new_ttystate;
217 new_state.sgttyb.sg_flags |= RAW;
219 new_state.sgttyb.sg_flags &= ~RAW;
224 new_state.sgttyb.sg_flags |= CBREAK;
226 new_state.sgttyb.sg_flags &= ~CBREAK;
229 return set_tty_state (scb, &new_state);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h441 aic_power_state new_state);
444 aic_power_state_change(struct aic_softc *aic, aic_power_state new_state) argument
446 return (pci_set_powerstate(aic->dev_softc, new_state));

Completed in 200 milliseconds

1234