Searched refs:oldstate (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_state.c125 int oldstate; local
129 oldstate = d->state;
131 if (newstate == oldstate)
141 if (d->state != oldstate) {
158 int oldstate, status; local
162 oldstate = s->state;
167 if (newstate == oldstate)
285 int oldstate, plexdown; local
289 oldstate = p->state;
293 if (newstate == oldstate)
339 int oldstate; local
378 int oldstate; local
417 int oldstate; local
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_cancel.c78 _pthread_setcancelstate(int state, int *oldstate) argument
97 if (oldstate) {
98 *oldstate = oldval ? PTHREAD_CANCEL_ENABLE :
/freebsd-11-stable/share/dtrace/
H A Dtcpstate43 oldstate = args[5]->tcps_state;
44 printf("%s\t\t%s\n", tcp_state_string[oldstate],
H A Dtcptrack79 oldstate = args[5]->tcps_state;
80 printf("State changed from %s\t\t%s\n", tcp_state_string[oldstate],
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_msgpack.c72 uint64_t oldstate = rng.state; local
74 rng.state = oldstate * 6364136223846793005ULL + (rng.inc | 1);
75 uint32_t xorshifted = ((oldstate >> 18u) ^ oldstate) >> 27u;
76 uint32_t rot = oldstate >> 59u;
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c2639 int32_t state, oldstate; local
2673 &oldstate, state + 1);
2678 if (oldstate == state) {
2685 state = oldstate;
2708 &oldstate, state | URWLOCK_READ_WAITERS);
2713 if (oldstate == state)
2715 state = oldstate;
2786 &oldstate, state & ~URWLOCK_READ_WAITERS);
2791 if (oldstate == state)
2793 state = oldstate;
2819 int32_t state, oldstate; local
3007 int32_t state, oldstate; local
[all...]
/freebsd-11-stable/usr.sbin/kgmon/
H A Dkgmon.c315 int mib[3], oldstate; local
322 if (sysctl(mib, 3, &oldstate, &sz, NULL, 0) < 0)
324 if (oldstate == state)
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c249 int oldstate = 0; local
280 if ((mouev.fs ^ oldstate) & MOUSE_BN1_DOWN)
283 if ((mouev.fs ^ oldstate) & MOUSE_BN2_DOWN)
286 if ((mouev.fs ^ oldstate) & MOUSE_BN3_DOWN)
291 oldstate = mouev.fs;
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h700 VCHIQ_CONNSTATE_T oldstate, VCHIQ_CONNSTATE_T newstate);
H A Dvchiq_arm.c2768 VCHIQ_CONNSTATE_T oldstate, VCHIQ_CONNSTATE_T newstate)
2772 get_conn_state_name(oldstate), get_conn_state_name(newstate));
2767 vchiq_platform_conn_state_changed(VCHIQ_STATE_T *state, VCHIQ_CONNSTATE_T oldstate, VCHIQ_CONNSTATE_T newstate) argument
H A Dvchiq_core.c412 VCHIQ_CONNSTATE_T oldstate = state->conn_state; local
414 conn_state_names[oldstate],
417 vchiq_platform_conn_state_changed(state, oldstate, newstate);
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c1908 int i, len, oldstate; local
1958 oldstate = rb->xfer->flag;
1960 switch (oldstate) {
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c2737 int oldstate, highest, delay; local
2747 oldstate = pci_get_powerstate(child);
2748 if (oldstate == state)
2763 highest = (oldstate > state) ? oldstate : state;
2794 pci_printf(cfg, "Transition from D%d to D%d\n", oldstate,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c3278 vdev_state_t oldstate; local
3289 oldstate = vd->vdev_state;
3337 (oldstate < VDEV_STATE_DEGRADED &&

Completed in 320 milliseconds