/freebsd/sys/dev/sfxge/common/ |
H A D | efx_tunnel.c | 66 __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 D | pci_virtio_net.c | 112 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 D | t.getval | 1 { # tests various resetting of $1, $0, etc.
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_zstd.c | 66 resetting, enumerator 472 data->state = resetting; in drive_compressor() 474 case resetting: in drive_compressor()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs.c | 224 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 D | mvs.h | 573 int resetting; /* Hard-reset in progress. */ member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling_flags.inc | 24 "resetting the global state. This gives a chance to threads to "
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 954 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 D | ahci.h | 457 int resetting; /* Hard-reset in progress. */ member
|
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/ |
H A D | rmi_i2c.txt | 21 - syna,reset-delay-ms: The number of milliseconds to wait after resetting the
|
/freebsd/sys/dev/ioat/ |
H A D | ioat.c | 392 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 D | ioat_internal.h | 474 boolean_t resetting; /* submit_lock */ member
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | smsc911x.txt | 25 before resetting the controller
|
/freebsd/crypto/heimdal/admin/ |
H A D | ChangeLog | 56 * get.c: convert to slc; warn if resetting disallow-all-tix
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.cpp | 141 CHECK(!ctx->resetting); in DoResetImpl() 142 ctx->resetting = true; in DoResetImpl() 228 ctx->resetting = false; in DoResetImpl() 394 resetting() {
|
H A D | tsan_sync.cpp | 34 CHECK(!ctx->resetting); in Reset()
|
H A D | tsan_rtl.h | 370 bool resetting; // global reset is in progress member
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ctrlr.c | 1071 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 D | syna.txt | 34 CPU control register allows various operations on CPUs, like resetting them
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KEYEXCH-ECDH.pod | 24 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 D | qcom,idle-state.txt | 40 resume. Applying power and resetting the core causes the core to warmboot
|
/freebsd/usr.bin/bmake/tests/ |
H A D | README | 149 A list of file to be deleted when resetting.
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 150 that somewhere in the middle of all of this, vi is resetting the terminal,
|
/freebsd/contrib/sendmail/ |
H A D | KNOWNBUGS | 265 when a file is modified. Sendmail compensates by resetting the file mode
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.c | 280 int resetting; /* Hard-reset in progress. */ member
|