| /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 493 zstd->state = resetting; in drive_compressor() 495 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/amd64/vmm/io/ |
| H A D | ppt.c | 93 bool resetting; /* guest FLR in progress */ member 251 if (!ppt->resetting) in ppt_find() 505 ppt->resetting = true; in ppt_reset_device() 584 ppt->resetting = false; in ppt_reset_device()
|
| /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 | 373 bool resetting; // global reset is in progress member
|
| /freebsd/sys/dev/ufshci/ |
| H A D | ufshci_ctrlr.c | 75 ufshci_ctrlr_start(struct ufshci_controller *ctrlr, bool resetting) in ufshci_ctrlr_start() argument 84 if (resetting) { in ufshci_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/sys/dev/nvme/ |
| H A D | nvme_ctrlr.c | 507 * Controller is already resetting. Return immediately since 1078 nvme_ctrlr_start(void *ctrlr_arg, bool resetting) in nvme_ctrlr_start() 1093 if (resetting) { in nvme_ctrlr_start() 1107 if (resetting && !ctrlr->is_initialized) in nvme_ctrlr_start() 1110 if (resetting && nvme_ctrlr_identify(ctrlr) != 0) { in nvme_ctrlr_start() 1123 if (resetting) { in nvme_ctrlr_start() 1258 * We're resetting, so just punt. in nvme_ctrlr_aer_task() 1069 nvme_ctrlr_start(void * ctrlr_arg,bool resetting) nvme_ctrlr_start() argument
|
| /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/crypto/openssl/doc/man3/ |
| H A D | BIO_set_flags.pod | 131 is set, resetting the B<BIO> does not clear the underlying buffer but only
|