Home
last modified time | relevance | path

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

12

/freebsd-11-stable/usr.sbin/bhyve/
HDpci_virtio_net.c150 int resetting; /* protected by tx_mtx */ member
200 sc->resetting = 1; in pci_vtnet_reset()
218 sc->resetting = 0; in pci_vtnet_reset()
661 while (sc->resetting || !vq_has_descs(vq)) { in pci_vtnet_tx_thread()
663 if (!sc->resetting && vq_has_descs(vq)) in pci_vtnet_tx_thread()
850 sc->resetting = 0; in pci_vtnet_init()
/freebsd-11-stable/sys/dev/mvs/
HDmvs.c225 if (ch->resetting) { in mvs_ch_detach()
226 ch->resetting = 0; in mvs_ch_detach()
299 if (ch->resetting) { in mvs_ch_suspend()
300 ch->resetting = 0; in mvs_ch_suspend()
1977 if (ch->resetting == 0) in mvs_reset_to()
1979 ch->resetting--; in mvs_reset_to()
1984 (310 - ch->resetting) * 100); in mvs_reset_to()
1986 ch->resetting = 0; in mvs_reset_to()
1990 if (ch->resetting == 0) { in mvs_reset_to()
2042 if (ch->resetting) { in mvs_reset()
[all …]
HDmvs.h572 int resetting; /* Hard-reset in progress. */ member
/freebsd-11-stable/sys/dev/ahci/
HDahci.c900 if (ch->resetting) { in ahci_ch_detach()
901 ch->resetting = 0; in ahci_ch_detach()
978 if (ch->resetting) { in ahci_ch_suspend()
979 ch->resetting = 0; in ahci_ch_suspend()
2375 if (ch->resetting == 0) in ahci_reset_to()
2377 ch->resetting--; in ahci_reset_to()
2378 if (ahci_wait_ready(ch, ch->resetting == 0 ? -1 : 0, in ahci_reset_to()
2379 (310 - ch->resetting) * 100) == 0) { in ahci_reset_to()
2380 ch->resetting = 0; in ahci_reset_to()
2385 if (ch->resetting == 0) { in ahci_reset_to()
[all …]
HDahci.h448 int resetting; /* Hard-reset in progress. */ member
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_profiling_flags.inc24 "resetting the global state. This gives a chance to threads to "
/freebsd-11-stable/sys/dev/ioat/
HDioat.c341 wakeup(&ioat->resetting); in ioat_detach()
1480 while (ioat->resetting && !ioat->destroying) in ioat_reset_hw()
1481 msleep(&ioat->resetting, &ioat->submit_lock, 0, "IRH_drain", 0); in ioat_reset_hw()
1486 ioat->resetting = TRUE; in ioat_reset_hw()
1618 ioat->resetting = FALSE; in ioat_reset_hw()
1619 wakeup(&ioat->resetting); in ioat_reset_hw()
1890 db_printf(" resetting: %d\n", (int)sc->resetting); in DB_SHOW_COMMAND()
HDioat_internal.h469 boolean_t resetting; /* submit_lock */ member
/freebsd-11-stable/crypto/heimdal/admin/
HDChangeLog56 * get.c: convert to slc; warn if resetting disallow-all-tix
/freebsd-11-stable/contrib/groff/contrib/mom/
HDBUGS36 RULE not always resetting quad and quad value.
112 Footnote markers not resetting properly on new pages when COLUMNS
/freebsd-11-stable/usr.bin/bmake/tests/
HDREADME150 A list of file to be deleted when resetting.
/freebsd-11-stable/contrib/nvi/cl/
HDREADME.signal152 that somewhere in the middle of all of this, vi is resetting the terminal,
/freebsd-11-stable/contrib/sendmail/
HDKNOWNBUGS262 when a file is modified. Sendmail compensates by resetting the file mode
/freebsd-11-stable/contrib/serf/
HDCHANGES11 Reset state variables when resetting connection (r1708849)
/freebsd-11-stable/contrib/gcc/
HDparams.def172 scheduler will track anti-dependencies through without resetting
/freebsd-11-stable/contrib/groff/doc/
HDgroff-3570 * default indentation, resetting [man]: Man usage. (line 127)
1031 * indentaion, resetting to default [man]: Man usage. (line 127)
1279 * man macros, resetting default indentation: Man usage. (line 127)
/freebsd-11-stable/sys/dev/isp/
HDDriverManual.txt317 If isp_reset is successful at resetting the QLogic chipset and downloading
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-19951013 (lang_extdef): Delete resetting of prefix_attributes.
1019 (component_decl): Delete resetting of prefix_attributes.
1022 (simple_stmt): Delete resetting of prefix_attributes.
/freebsd-11-stable/contrib/tnftp/
HDChangeLog57 - Turn off the alarmtimer before resetting the SIGALRM handler
/freebsd-11-stable/contrib/amd/
HDNEWS293 * improved fix for '-opts' syntax for resetting map options
/freebsd-11-stable/contrib/libreadline/doc/
HDrltech.texi1337 resetting the terminal to its original state. If the application's signal
/freebsd-11-stable/sys/contrib/zlib/
HDChangeLog565 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDChangeLog-2.0965 o Fix a bug in resetting timeouts on persistent events when IO triggers. (38ec0a7)
/freebsd-11-stable/contrib/dialog/
HDCHANGES878 + modify tailboxbg by resetting tty modes at the point where it forks a
/freebsd-11-stable/contrib/tcsh/
HDFixes531 27. Fix interrupt resetting code when /etc startup scripts have syntax errors

12