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

123

/netbsd-6-1-5-RELEASE/sys/net/agr/
H A Dieee8023ad_lacp_sm_mux.c52 enum lacp_mux_state new_state; local
65 new_state = lp->lp_mux_state;
69 new_state = LACP_MUX_WAITING;
76 new_state = LACP_MUX_ATTACHED;
78 new_state = LACP_MUX_DETACHED;
83 new_state = LACP_MUX_COLLECTING;
85 new_state = LACP_MUX_DETACHED;
90 new_state = LACP_MUX_DISTRIBUTING;
92 new_state = LACP_MUX_ATTACHED;
97 new_state
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dgenerate-random_r.c290 int *new_state = 1 + (int *) arg_state;
307 type = new_state[-1] % MAX_TYPES;
317 int rear = new_state[-1] / MAX_TYPES;
318 buf->rptr = &new_state[rear];
319 buf->fptr = &new_state[(rear + separation) % degree];
321 buf->state = new_state;
323 buf->end_ptr = &new_state[degree];
287 int *new_state = 1 + (int *) arg_state; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgenerate-random_r.c290 int *new_state = 1 + (int *) arg_state;
307 type = new_state[-1] % MAX_TYPES;
317 int rear = new_state[-1] / MAX_TYPES;
318 buf->rptr = &new_state[rear];
319 buf->fptr = &new_state[(rear + separation) % degree];
321 buf->state = new_state;
323 buf->end_ptr = &new_state[degree];
287 int *new_state = 1 + (int *) arg_state; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dgenerate-random_r.c290 int *new_state = 1 + (int *) arg_state;
307 type = new_state[-1] % MAX_TYPES;
317 int rear = new_state[-1] / MAX_TYPES;
318 buf->rptr = &new_state[rear];
319 buf->fptr = &new_state[(rear + separation) % degree];
321 buf->state = new_state;
323 buf->end_ptr = &new_state[degree];
287 int *new_state = 1 + (int *) arg_state; local
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/xditview/
H A Dparse.c199 DviState *new_state; local
201 new_state = (DviState *) XtMalloc (sizeof (*new_state));
203 *new_state = *(dw->dvi.state);
205 new_state->font_size = 10;
206 new_state->font_number = 1;
207 new_state->x = 0;
208 new_state->y = 0;
210 new_state->next = dw->dvi.state;
211 dw->dvi.state = new_state;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Drandom.c329 register long int *new_state = (long int *) arg_state;
330 register int type = new_state[0] % MAX_TYPES;
331 register int rear = new_state[0] / MAX_TYPES;
356 state = &new_state[1];
326 register long int *new_state = (long int *) arg_state; local
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_kmkbd.c460 enum kmkbd_state new_state = ST_DEBOUNCE; local
470 new_state = newbits == 0 ? ST_ALL_UP : ST_KEY_PRESSED;
474 kmkbd_new_state(sc, new_state);
485 int new_state = ST_KEY_PRESSED; local
492 new_state = ST_DEBOUNCE;
496 kmkbd_new_state(sc, new_state);
501 kmkbd_new_state(struct kmkbd_softc *sc, enum kmkbd_state new_state) argument
505 switch(new_state){
540 sc->state = new_state;
/netbsd-6-1-5-RELEASE/common/lib/libc/stdlib/
H A Drandom.c411 int *new_state; local
418 new_state = (int *)(void *)arg_state;
419 type = (int)(new_state[0] % MAX_TYPES);
420 rear = (int)(new_state[0] / MAX_TYPES);
441 state = (int *) (new_state + 1);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dntp_random.c409 register long *new_state = (long *) arg_state; local
410 register long type = new_state[0] % MAX_TYPES;
411 register long rear = new_state[0] / MAX_TYPES;
432 state = (long *) (new_state + 1);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_old.h81 enum wpa_states new_state,
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_l4.h55 extern void i4b_l4_ifstate_changed( call_desc_t *cd, int new_state );
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c108 static void new_state(struct ctl_cctx *, enum state);
215 new_state(ctx, connecting);
387 new_state(ctx, destroyed);
397 new_state(struct ctl_cctx *ctx, enum state new_state) { argument
398 static const char me[] = "isc/ctl_clnt::new_state";
401 state_names[ctx->state], state_names[new_state]);
402 ctx->state = new_state;
427 new_state(ctx, connected);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/
H A Dmf-hooks3.c185 __mf_set_state (enum __mf_state_enum new_state) argument
188 data->state = new_state;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dnotify.h27 enum wpa_states new_state,
H A Dnotify.c75 enum wpa_states new_state,
79 wpa_supplicant_dbus_notify_state_change(wpa_s, new_state,
74 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dser-unix.c220 struct hardwire_ttystate new_state; local
225 new_state = *(struct hardwire_ttystate *) new_ttystate;
233 new_state.sgttyb.sg_flags |= RAW;
235 new_state.sgttyb.sg_flags &= ~RAW;
240 new_state.sgttyb.sg_flags |= CBREAK;
242 new_state.sgttyb.sg_flags &= ~CBREAK;
245 return set_tty_state (scb, &new_state);
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dfailover.c1618 enum failover_state new_state)
1683 if (new_state != recover_wait && new_state != startup &&
1692 if (new_state == recover && saved_state == shut_down &&
1697 state -> me.state = new_state;
1698 if (new_state == startup && saved_state != startup)
1715 if (new_state != startup && saved_state == startup)
1725 switch (new_state) {
1811 enum failover_state new_state; local
1814 new_state
1617 dhcp_failover_set_state(dhcp_failover_state_t *state, enum failover_state new_state) argument
5056 binding_state_t new_state; local
5248 binding_state_t new_state; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Du3g.c828 uint16_t mask, new_state; local
845 new_state = sc->sc_outpins & ~mask;
847 new_state |= mask;
849 if (new_state == sc->sc_outpins)
852 sc->sc_outpins = new_state;
856 USETW(req.wValue, new_state);
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dlr0.c9 static core *new_state(int symbol);
209 sp = sp->link = new_state(symbol);
217 state_set[key] = sp = new_state(symbol);
286 new_state(int symbol) function
295 fprintf(stderr, "Entering new_state(%d)\n", symbol);
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A DFlexLexer.h150 void yy_push_state( int new_state );
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwskbd.c773 int new_state; local
777 new_state = sc->sc_ledstate;
782 new_state |= WSKBD_LED_SCROLL;
787 new_state &= ~WSKBD_LED_SCROLL;
789 if (new_state != sc->sc_ledstate) {
791 new_state);
792 sc->sc_ledstate = new_state;
1449 int new_state; local
1451 new_state = 0;
1453 new_state |
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-winsource.c378 int new_state; local
388 new_state = TRUE;
390 new_state = FALSE;
391 if (new_state != content[i]->which_element.source.is_exec_point)
394 content[i]->which_element.source.is_exec_point = new_state;

Completed in 214 milliseconds

123