Searched refs:newstate (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/usr.sbin/apmd/
H A Dapm-proto.h52 enum apm_state newstate; member in struct:apm_reply
H A Dapmd.c206 reply.newstate = NORMAL;
209 reply.newstate = SUSPENDING;
212 reply.newstate = STANDING_BY;
220 return reply.newstate;
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.c1483 register_state (const re_dfa_t *dfa, re_dfastate_t *newstate, re_hashval_t hash)
1489 newstate->hash = hash;
1490 err = re_node_set_alloc (&newstate->non_eps_nodes, newstate->nodes.nelem);
1493 for (i = 0; i < newstate->nodes.nelem; i++)
1495 Idx elem = newstate->nodes.elems[i];
1498 bool ok = re_node_set_insert_last (&newstate->non_eps_nodes, elem);
1515 spot->array[spot->num++] = newstate;
1529 re_dfastate_t *newstate;
1531 newstate
1480 register_state(const re_dfa_t *dfa, re_dfastate_t *newstate, re_hashval_t hash) argument
1526 re_dfastate_t *newstate; local
1576 re_dfastate_t *newstate; local
[all...]
/netbsd-current/sys/dev/wscons/
H A Dwsemul_sun.c223 u_int newstate = SUN_EMUL_STATE_NORMAL; local
268 newstate = SUN_EMUL_STATE_HAVEESC;
316 return (newstate);
322 u_int newstate; local
327 newstate = SUN_EMUL_STATE_CONTROL;
333 newstate = wsemul_sun_output_normal(edp, c, 0);
337 return (newstate);
465 u_int newstate = SUN_EMUL_STATE_CONTROL; local
482 newstate = SUN_EMUL_STATE_NORMAL;
485 return (newstate);
492 u_int newstate; local
[all...]
/netbsd-current/sys/dev/acpi/
H A Dacpi_apm.c150 int newstate, error, *ref, cap, oldcap; local
161 newstate = *ref;
163 node.sysctl_data = &newstate;
168 if (newstate < ACPI_APM_STATE_MIN || newstate > ACPI_APM_STATE_MAX)
171 *ref = newstate;
173 capabilities = newstate != 0 ? oldcap | cap : oldcap & ~cap;
/netbsd-current/sys/dev/i2c/
H A Dpcagpio.c340 uint32_t newstate; local
342 newstate = sc->sc_state & ~l->mask;
343 newstate |= val ? l->v_on : l->v_off;
345 sc->sc_state, newstate, l->mask, l->v_on, l->v_off);
346 if (newstate != sc->sc_state)
347 pcagpio_writereg(sc, PCAGPIO_OUTPUT, newstate);
H A Dpcf8574.c380 uint32_t newstate; local
382 newstate = sc->sc_state & ~l->mask;
383 newstate |= val ? l->v_on : l->v_off;
385 device_xname(sc->sc_dev), sc->sc_state, newstate, l->mask, l->v_on, l->v_off);
386 if (newstate != sc->sc_state) {
387 pcf8574_write(sc, newstate | sc->sc_mask);
/netbsd-current/sys/dev/ic/
H A Dbwfmvar.h203 struct bwfm_cmd_newstate newstate; member in union:bwfm_task::__anon3
207 #define t_newstate t_u.newstate
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmkerr.pl290 my $newstate = 0;
296 $newstate = 1;
668 if ( $newstate ) {
/netbsd-current/external/mpl/dhcp/dist/dhcpctl/
H A Dcltest.c78 control_object_state_t newstate)
77 dhcp_set_control_state(control_object_state_t oldstate, control_object_state_t newstate) argument
H A Dcltest2.c311 control_object_state_t newstate)
310 dhcp_set_control_state(control_object_state_t oldstate, control_object_state_t newstate) argument
H A Domshell.c826 control_object_state_t newstate)
828 if (newstate != server_shutdown)
825 dhcp_set_control_state(control_object_state_t oldstate, control_object_state_t newstate) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-disasm.c403 PyObject *newstate; local
406 &newstate))
409 if (!PyBool_Check (newstate))
416 python_print_insn_enabled = PyObject_IsTrue (newstate);
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drlog.c821 struct stateattri *newstate; local
832 newstate = talloc(struct stateattri);
833 newstate->nextstate = statelist;
834 newstate->status = argv;
835 statelist = newstate;
/netbsd-current/games/atc/
H A Dinput.c251 int newstate, newpos; local
258 newstate = st[T_STATE].rule[ruleno].to_state;
266 T_STATE = newstate;
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dmkerr.pl418 my $newstate = 0;
425 $newstate = 1;
717 if ( $newstate ) {
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.h703 VCHIQ_CONNSTATE_T oldstate, VCHIQ_CONNSTATE_T newstate);
709 vchiq_set_conn_state(VCHIQ_STATE_T *state, VCHIQ_CONNSTATE_T newstate);
H A Dvchiq_core.c167 vchiq_set_service_state(VCHIQ_SERVICE_T *service, int newstate) argument
172 srvstate_names[newstate]);
173 service->srvstate = newstate;
417 vchiq_set_conn_state(VCHIQ_STATE_T *state, VCHIQ_CONNSTATE_T newstate) argument
423 conn_state_names[newstate]);
424 state->conn_state = newstate;
425 vchiq_platform_conn_state_changed(state, oldstate, newstate);
2839 int newstate; local
2849 newstate = VCHIQ_SRVSTATE_LISTENING;
2851 newstate
[all...]
/netbsd-current/usr.sbin/apm/
H A Dapm.c322 switch (reply.newstate) {
/netbsd-current/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c1216 bwfm_sdio_clkctl(struct bwfm_sdio_softc *sc, enum bwfm_sdio_clkstate newstate, argument
1222 if (oldstate == newstate)
1225 switch (newstate) {
1233 sc->sc_clkstate = newstate;
1238 sc->sc_clkstate, newstate);
1243 sc->sc_clkstate = newstate;
1249 DPRINTF(("%s: %d -> %d = %d\n", DEVNAME(sc), oldstate, newstate,
/netbsd-current/sys/netinet6/
H A Dnd6.c1343 int newstate = 0; local
1414 newstate = ND_LLINFO_STALE;
1420 newstate = ND_LLINFO_NOSTATE;
1422 newstate = ND_LLINFO_STALE;
1429 ln->ln_state = newstate;
/netbsd-current/external/bsd/nsd/dist/
H A Dremote.c1759 uint8_t newstate = 0; local
1761 newstate = REPAT_SLAVE;
1763 newstate = REPAT_MASTER;
1766 if (p->implicit && newstate) {
1770 if (newstate == REPAT_SLAVE) {
1778 } else if (newstate == REPAT_MASTER) {
1786 } else if(!p->implicit && newstate) {
1789 origp->xfrd_flags = newstate;
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dcomapi.c446 unsigned long newstate; local
453 status = omapi_get_int_value (&newstate, value);
457 (control -> state, newstate);
/netbsd-current/sys/dev/vme/
H A Dxy.c613 int spt, mb, blk, lcv, fmode, s = 0, newstate; local
664 newstate = XY_DRIVE_UNKNOWN;
720 newstate = XY_DRIVE_NOLABEL;
775 newstate = XY_DRIVE_ONLINE;
820 xy->state = newstate;
/netbsd-current/sys/arch/sun3/dev/
H A Dxy.c542 int err, spt, mb, blk, lcv, fullmode, newstate; local
546 newstate = XY_DRIVE_UNKNOWN;
598 newstate = XY_DRIVE_NOLABEL;
656 newstate = XY_DRIVE_ONLINE;
696 xy->state = newstate;

Completed in 347 milliseconds

12