Home
last modified time | relevance | path

Searched refs:resetting (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/sys/dev/sfxge/common/
H A Defx_tunnel.c66 __out boolean_t *resetting) in efx_mcdi_set_tunnel_encap_udp_ports() argument
142 *resetting = MCDI_OUT_WORD_FIELD(req, in efx_mcdi_set_tunnel_encap_udp_ports()
227 boolean_t resetting; in efx_tunnel_fini() local
241 &resetting); in efx_tunnel_fini()
450 boolean_t resetting; in ef10_tunnel_reconfigure() local
474 &resetting); in ef10_tunnel_reconfigure()
483 return ((resetting) ? EAGAIN : 0); in ef10_tunnel_reconfigure()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_net.c112 int resetting; /* protected by tx_mtx */ member
181 sc->resetting = 1; in pci_vtnet_reset()
195 sc->resetting = 0; in pci_vtnet_reset()
517 while (sc->resetting || !vq_has_descs(vq)) { in pci_vtnet_tx_thread()
519 if (!sc->resetting && vq_has_descs(vq)) in pci_vtnet_tx_thread()
653 sc->resetting = 0; in pci_vtnet_init()
/freebsd/contrib/one-true-awk/testdir/
H A Dt.getval1 { # tests various resetting of $1, $0, etc.
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c66 resetting, enumerator
472 data->state = resetting; in drive_compressor()
474 case resetting: in drive_compressor()
/freebsd/sys/dev/mvs/
H A Dmvs.c224 if (ch->resetting) { in mvs_ch_detach()
225 ch->resetting = 0; in mvs_ch_detach()
298 if (ch->resetting) { in mvs_ch_suspend()
299 ch->resetting = 0; in mvs_ch_suspend()
1971 if (ch->resetting == 0) in mvs_reset_to()
1973 ch->resetting--; in mvs_reset_to()
1978 (310 - ch->resetting) * 100); in mvs_reset_to()
1980 ch->resetting = 0; in mvs_reset_to()
1984 if (ch->resetting == 0) { in mvs_reset_to()
2036 if (ch->resetting) { in mvs_reset()
[all …]
H A Dmvs.h573 int resetting; /* Hard-reset in progress. */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling_flags.inc24 "resetting the global state. This gives a chance to threads to "
/freebsd/sys/dev/ahci/
H A Dahci.c954 if (ch->resetting) { in ahci_ch_detach()
955 ch->resetting = 0; in ahci_ch_detach()
1032 if (ch->resetting) { in ahci_ch_suspend()
1033 ch->resetting = 0; in ahci_ch_suspend()
2435 if (ch->resetting == 0) in ahci_reset_to()
2437 ch->resetting--; in ahci_reset_to()
2438 if (ahci_wait_ready(ch, ch->resetting == 0 ? -1 : 0, in ahci_reset_to()
2439 (310 - ch->resetting) * 100) == 0) { in ahci_reset_to()
2440 ch->resetting = 0; in ahci_reset_to()
2445 if (ch->resetting == 0) { in ahci_reset_to()
[all …]
H A Dahci.h457 int resetting; /* Hard-reset in progress. */ member
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_i2c.txt21 - syna,reset-delay-ms: The number of milliseconds to wait after resetting the
/freebsd/sys/dev/ioat/
H A Dioat.c392 wakeup(&ioat->resetting); in ioat_detach()
1677 while (ioat->resetting && !ioat->destroying) in ioat_reset_hw()
1678 msleep(&ioat->resetting, &ioat->submit_lock, 0, "IRH_drain", 0); in ioat_reset_hw()
1683 ioat->resetting = TRUE; in ioat_reset_hw()
1815 ioat->resetting = FALSE; in ioat_reset_hw()
1816 wakeup(&ioat->resetting); in ioat_reset_hw()
2088 db_printf(" resetting: %d\n", (int)sc->resetting); in DB_SHOW_COMMAND()
H A Dioat_internal.h474 boolean_t resetting; /* submit_lock */ member
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsmsc911x.txt25 before resetting the controller
/freebsd/crypto/heimdal/admin/
H A DChangeLog56 * get.c: convert to slc; warn if resetting disallow-all-tix
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp141 CHECK(!ctx->resetting); in DoResetImpl()
142 ctx->resetting = true; in DoResetImpl()
228 ctx->resetting = false; in DoResetImpl()
394 resetting() {
H A Dtsan_sync.cpp34 CHECK(!ctx->resetting); in Reset()
H A Dtsan_rtl.h370 bool resetting; // global reset is in progress member
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c1071 nvme_ctrlr_start(void *ctrlr_arg, bool resetting) in nvme_ctrlr_start() argument
1086 if (resetting) { in nvme_ctrlr_start()
1100 if (resetting && !ctrlr->is_initialized) in nvme_ctrlr_start()
1103 if (resetting && nvme_ctrlr_identify(ctrlr) != 0) { in nvme_ctrlr_start()
1116 if (resetting) { in nvme_ctrlr_start()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dsyna.txt34 CPU control register allows various operations on CPUs, like resetting them
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KEYEXCH-ECDH.pod24 on, off, or resetting it to the default for the private key associated with the
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt40 resume. Applying power and resetting the core causes the core to warmboot
/freebsd/usr.bin/bmake/tests/
H A DREADME149 A list of file to be deleted when resetting.
/freebsd/contrib/nvi/cl/
H A DREADME.signal150 that somewhere in the middle of all of this, vi is resetting the terminal,
/freebsd/contrib/sendmail/
H A DKNOWNBUGS265 when a file is modified. Sendmail compensates by resetting the file mode
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c280 int resetting; /* Hard-reset in progress. */ member

12