Home
last modified time | relevance | path

Searched full:resetting (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/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
179 /* Set sc->resetting and give a chance to the TX thread to stop. */ in pci_vtnet_reset()
181 sc->resetting = 1; in pci_vtnet_reset()
191 * sc->resetting. 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/llvm-project/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp38 /// Whether we should abort immediately instead of resetting the function.
67 LLVM_DEBUG(dbgs() << "Resetting: " << MF.getName() << '\n'); in runOnMachineFunction()
/freebsd/sys/dev/isci/scil/
H A Dsci_base_controller.h96 * This state is entered from the RESETTING state.
131 * is in the process of resetting. Thus, the user is unable to perform
161 * This state is entered from the RESETTING state.
H A Dsci_base_phy.h91 * This state is entered from the RESETTING state.
100 * This state is entered from the RESETTING state.
/freebsd/contrib/one-true-awk/testdir/
H A Dt.getval1 { # tests various resetting of $1, $0, etc.
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp120 // If we're resetting this to an invalid thread id, then don't make an in SetThreadIndex()
142 // If we're resetting this to an invalid thread id, then don't make an in SetThreadName()
164 // If we're resetting this to an invalid thread id, then don't make an in SetQueueName()
670 // If we're resetting this to an invalid thread id, then don't make an in SetThreadIDInternal()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.inherit.ksh31 msg = "resetting " .. prop .. " on " .. fs .. " err=" .. err
/freebsd/share/man/man4/
H A Dath.4210 .It "ath%d: hardware error; resetting"
214 .It "ath%d: rx FIFO overrun; resetting"
H A Dbfe.489 .It "bfe%d: watchdog timeout -- resetting"
/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 …]
/freebsd/sys/dev/ioat/
H A Dioat.c392 wakeup(&ioat->resetting); in ioat_detach()
938 ioat_log_message(0, "Resetting channel to recover from error\n"); in ioat_process_events()
951 ioat_log_message(1, "%s: Resetting channel\n", __func__); in ioat_reset_hw_task()
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()
/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/contrib/device-tree/Bindings/net/
H A Dsmsc911x.txt25 before resetting the controller
/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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp141 CHECK(!ctx->resetting); in DoResetImpl()
142 ctx->resetting = true; in DoResetImpl()
200 DPrintf("Resetting shadow...\n"); in DoResetImpl()
225 DPrintf("Resetting meta shadow...\n"); in DoResetImpl()
228 ctx->resetting = false; in DoResetImpl()
394 resetting() {
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/
H A Dst,st-nci.yaml20 description: Output GPIO pin used for resetting the controller
/freebsd/crypto/heimdal/admin/
H A DChangeLog56 * get.c: convert to slc; warn if resetting disallow-all-tix
/freebsd/contrib/libfido2/man/
H A Dfido_dev_set_pin.393 resetting the device's PIN and erasing credentials stored on the
/freebsd/contrib/ncurses/man/
H A Dtput.1859 resetting the terminal modes and special characters.
862 \fB\%@TSET@\fP's repertoire of terminal capabilities for resetting the
885 The \fB\%@TSET@\fP program waits one second when resetting,
/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/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 …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dnvidia,tegra20-car.yaml25 RSTGEN provides the registers needed to control resetting of each block in
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dpwm-fan.yaml31 it must be self resetting edge interrupts.
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_reset.c65 "Resetting device qat_dev%d\n", in adf_c4xxx_dev_restore()

12345678910>>...18