HomeSort by: relevance | last modified time | path
    Searched defs:oldstate (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/stdio/
flockfile.c 111 int oldstate; local in function:__flockfile_internal
112 thr_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate);
115 thr_setcancelstate(oldstate, NULL);
  /src/usr.sbin/kgmon/
kgmon.c 302 int mib[5], miblen, mibparam, oldstate; local in function:setprof
319 if (sysctl(mib, miblen, &oldstate, &sz, NULL, 0) < 0)
321 if (oldstate == state)
  /src/sys/dev/ieee1394/
firewire.c 1062 int i, len, oldstate; local in function:fw_rcv
1111 oldstate = rb->xfer->flag;
1113 switch (oldstate) {
  /src/usr.bin/mail/
thread.c 939 state_t oldstate; local in function:thread_on_reference
944 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1036 if (!S_IS_EXPOSE(oldstate))
1039 restore_state(oldstate);
1095 state_t oldstate; local in function:tagbelowcmd
1100 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1111 restore_state(oldstate);
1632 state_t oldstate; local in function:thread_current_on
1634 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0);
1645 if (!S_IS_EXPOSE(oldstate))
1717 state_t oldstate; local in function:deldupscmd
    [all...]
  /src/sys/netinet/
dccp_usrreq.c 2880 u_char oldstate, st; local in function:dccp_generate_ackvector
2885 oldstate = 0x04; /* bad value */
2899 oldstate = 0x03;
2919 if (st == oldstate) {
2924 oldstate = st;
2931 if (st == oldstate && oldlen < 64) {
2934 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);
2937 oldstate = st;
2949 if (st == oldstate && oldlen < 64) {
2952 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f)
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 419 VCHIQ_CONNSTATE_T oldstate = state->conn_state; local in function:vchiq_set_conn_state
422 conn_state_names[oldstate],
425 vchiq_platform_conn_state_changed(state, oldstate, newstate);
  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 1219 enum bwfm_sdio_clkstate oldstate; local in function:bwfm_sdio_clkctl
1221 oldstate = sc->sc_clkstate;
1222 if (oldstate == newstate)
1227 if (oldstate == CLK_NONE)
1232 if (oldstate == CLK_NONE)
1234 else if (oldstate == CLK_AVAIL)
1241 if (oldstate == CLK_AVAIL)
1249 DPRINTF(("%s: %d -> %d = %d\n", DEVNAME(sc), oldstate, newstate,
  /src/sys/arch/mips/sibyte/dev/
sbmac.c 326 sbmac_state_t oldstate; local in function:sbmac_mii_statchg
329 oldstate = sbmac_set_channel_state(sc, sbmac_state_off);
357 sbmac_set_channel_state(sc, oldstate);
1385 sbmac_state_t oldstate = sc->sbm_state; local in function:sbmac_set_channel_state
1391 if (state == oldstate)
1392 return oldstate;
1407 return oldstate;
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 3230 const struct intel_crtc_state *oldstate = local in function:ilk_compute_intermediate_wm
3232 const struct intel_pipe_wm *b = &oldstate->wm.ilk.optimal;

Completed in 48 milliseconds