| /src/usr.sbin/apmd/ |
| apm-proto.h | 52 enum apm_state newstate; member in struct:apm_reply
|
| /src/sys/dev/acpi/ |
| acpi_apm.c | 150 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;
|
| /src/sys/dev/i2c/ |
| pcagpio.c | 295 uint32_t newstate; local 297 newstate = sc->sc_state & ~l->mask; 298 newstate |= val ? l->v_on : l->v_off; 300 sc->sc_state, newstate, l->mask, l->v_on, l->v_off); 301 if (newstate != sc->sc_state) 302 pcagpio_writereg(sc, PCAGPIO_OUTPUT, newstate);
|
| pcf8574.c | 380 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);
|
| /src/sys/dev/wscons/ |
| wsemul_sun.c | 223 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...] |
| /src/external/bsd/tradcpp/dist/ |
| directive.c | 157 struct ifstate *newstate; local 159 newstate = ifstate_create(ifstate, p, startstate); 161 newstate->curtrue = false; 162 newstate->evertrue = true; 164 ifstate = newstate;
|
| /src/external/mpl/dhcp/dist/common/ |
| comapi.c | 446 unsigned long newstate; local 453 status = omapi_get_int_value (&newstate, value); 457 (control -> state, newstate);
|
| /src/games/atc/ |
| input.c | 251 int newstate, newpos; local 258 newstate = st[T_STATE].rule[ruleno].to_state; 266 T_STATE = newstate;
|
| /src/sys/arch/sun3/dev/ |
| xy.c | 542 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;
|
| xd.c | 604 int rqno, err, spt, mb, blk, lcv, fullmode, newstate; local 608 newstate = XD_DRIVE_UNKNOWN; 684 newstate = XD_DRIVE_NOLABEL; 710 newstate = XD_DRIVE_ONLINE; 749 xd->state = newstate;
|
| /src/sys/netinet6/ |
| nd6.c | 1337 int newstate = 0; local 1408 newstate = ND_LLINFO_STALE; 1414 newstate = ND_LLINFO_NOSTATE; 1416 newstate = ND_LLINFO_STALE; 1423 ln->ln_state = newstate;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| regex_internal.c | 1477 /* Finish initialization of the new state NEWSTATE, and using its hash value 1483 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; 1526 re_dfastate_t *newstate; local 1576 re_dfastate_t *newstate; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-disasm.c | 640 PyObject *newstate; local 643 &newstate)) 646 if (!PyBool_Check (newstate)) 653 python_print_insn_enabled = newstate == Py_True;
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-disasm.c | 640 PyObject *newstate; local 643 &newstate)) 646 if (!PyBool_Check (newstate)) 653 python_print_insn_enabled = PyObject_IsTrue (newstate);
|
| /src/sys/dev/ic/ |
| bwfmvar.h | 203 struct bwfm_cmd_newstate newstate; member in union:bwfm_task::__anon2755 207 #define t_newstate t_u.newstate
|
| /src/sys/dev/vme/ |
| xd.c | 714 int rqno, spt = 0, mb, blk, lcv, fmode, s = 0, newstate; local 759 newstate = XD_DRIVE_UNKNOWN; 836 newstate = XD_DRIVE_NOLABEL; 863 newstate = XD_DRIVE_ONLINE; 906 xd->state = newstate;
|
| xy.c | 613 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;
|
| /src/external/gpl2/rcs/dist/src/ |
| rlog.c | 821 struct stateattri *newstate; local 832 newstate = talloc(struct stateattri); 833 newstate->nextstate = statelist; 834 newstate->status = argv; 835 statelist = newstate;
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_core.c | 167 vchiq_set_service_state(VCHIQ_SERVICE_T *service, int newstate) 172 srvstate_names[newstate]); 173 service->srvstate = newstate; 417 vchiq_set_conn_state(VCHIQ_STATE_T *state, VCHIQ_CONNSTATE_T newstate) 423 conn_state_names[newstate]); 424 state->conn_state = newstate; 425 vchiq_platform_conn_state_changed(state, oldstate, newstate); 2846 int newstate; local 2856 newstate = VCHIQ_SRVSTATE_LISTENING; 2858 newstate = VCHIQ_SRVSTATE_CLOSEWAIT [all...] |
| /src/external/bsd/nsd/dist/ |
| remote.c | 1975 uint8_t newstate = 0; local 1977 newstate = REPAT_SLAVE; 1979 newstate = REPAT_MASTER; 1983 newstate |= REPAT_CATALOG_CONSUMER; 1986 newstate |= REPAT_CATALOG_CONSUMER_DEINIT; 1989 if (p->implicit && newstate) { 1993 if ((newstate & REPAT_SLAVE)) { 2001 } else if ((newstate & REPAT_MASTER)) { 2005 if ((newstate & REPAT_CATALOG_CONSUMER)) { 2013 } else if ((newstate & REPAT_CATALOG_CONSUMER_DEINIT)) [all...] |
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_main.c | 3526 vdev_state_t newstate; local 3562 if (zpool_vdev_online(zhp, argv[i], flags, &newstate) == 0) { 3563 if (newstate != VDEV_STATE_HEALTHY) { 3567 if (newstate == VDEV_STATE_FAULTED)
|
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 2961 vdev_state_t newstate = VDEV_STATE_UNKNOWN; local 2969 error = vdev_online(spa, guid, ZFS_ONLINE_EXPAND, &newstate); 2975 * vdev_open fails is by checking the returned newstate. 2977 if (error || newstate != VDEV_STATE_HEALTHY) { 2980 "error %d\n", (u_longlong_t)newstate, error); 2984 ASSERT3U(newstate, ==, VDEV_STATE_HEALTHY);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_ioctl.c | 1990 vdev_state_t newstate = VDEV_STATE_UNKNOWN; local 1996 error = vdev_online(spa, zc->zc_guid, zc->zc_obj, &newstate); 2022 zc->zc_cookie = newstate;
|