Home
last modified time | relevance | path

Searched refs:running (Results 76 – 100 of 777) sorted by relevance

12345678910>>...32

/freebsd/crypto/openssh/.github/workflows/
H A Dselfhosted.yml20 # worker. The default is an ephemeral VM running under libvirt.
54 # Long-running/slow tests have access to high priority runners.
89 - name: shutdown VM if running
/freebsd/contrib/ntp/ntpsnmpd/
H A DREADME11 - start snmpd (sudo /usr/local/sbin/snmpd) and check that it is running correctly by running the co…
/freebsd/sys/dev/ata/
H A Data-all.c289 if ((request = ch->running)) { in ata_reinit()
290 ch->running = NULL; in ata_reinit()
366 if (!(request = ch->running)) in ata_interrupt_locked()
382 ch->running = NULL; in ata_interrupt_locked()
722 ch->running = NULL; in ata_timeout()
805 ch->running = request; in ata_cam_begin_transaction()
808 ch->running = NULL; in ata_cam_begin_transaction()
844 ch->running = request; in ata_cam_request_sense()
847 ch->running = NULL; in ata_cam_request_sense()
997 if (ch->running) in ataaction()
/freebsd/sys/dev/ena/
H A Dena_datapath.c118 while (!drbr_empty(ifp, tx_ring->br) && tx_ring->running && in ena_deferred_mq_start()
325 if (unlikely(!tx_ring->running && above_thresh)) { in ena_tx_cleanup()
329 if (!tx_ring->running && above_thresh) { in ena_tx_cleanup()
330 tx_ring->running = true; in ena_tx_cleanup()
1062 tx_ring->running = false; in ena_xmit_mbuf()
1076 tx_ring->running = true; in ena_xmit_mbuf()
1113 if (unlikely(!tx_ring->running)) { in ena_start_xmit()
1146 if (unlikely(!tx_ring->running)) in ena_start_xmit()
/freebsd/contrib/kyua/
H A DINSTALL.md90 3. Check that the built programs work by running `make check`. You do
94 4. Install the program by running `make install`. You may need to
100 6. Check that the installed programs work by running `make
128 without running any configuration tasks.
162 Specifies the `kyua.conf` configuration file to use when running any
260 Avoids running tests that crash subprocesses on purpose to make them
/freebsd/contrib/sendmail/test/
H A DResults5 The following are results of running t_setreuid on various architectures.
80 The following are results of running t_seteuid on various architectures.
115 The following are the results of running t_pathconf.c. Safe means that
176 The following are results of running t_dropgid on various architectures.
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp169 int *running, const char **name, int *parent_tid, in __tsan_get_report_thread() argument
176 *running = thread->running; in __tsan_get_report_thread()
/freebsd/contrib/smbfs/
H A DINSTALL18 If you're running any previous version of smbfs, unmount all mounted
28 If you're running smbfs for the first time, it is also necessary to
/freebsd/share/examples/FreeBSD_version/
H A DREADME2 a program was compiled on, and maybe running on (if 2.0 or better).
/freebsd/tools/build/options/
H A DWITH_DTRACE_TESTS4 amd64/amd64 and running it may cause system instability.
H A DWITH_INSTALL_AS_USER2 files with owner and group attributes set to that of the user running
/freebsd/sys/contrib/device-tree/Bindings/
H A Djailhouse.txt4 When running in a non-root Jailhouse cell (partition), the device tree of this
/freebsd/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m413 # running `make check` under a variety of Valgrind tools to check for
59 # The macro supports running with and without libtool.
180 # Support running with and without libtool.
196 # Valgrind running
/freebsd/crypto/openssl/
H A DNOTES-DJGPP.md27 running `./Configure` with appropriate arguments:
32 running in a DOS box under Windows. If so, just close the BASH
/freebsd/sys/dev/sound/pci/
H A Dhdsp-pcm.c408 int running; in hdsp_running() local
410 running = 0; in hdsp_running()
416 running = 1; /* On error, avoid channel config changes. */ in hdsp_running()
418 for (i = 0; running == 0 && i < devcount; i++) { in hdsp_running()
423 running = 1; in hdsp_running()
430 if (running == 1) in hdsp_running()
436 return (running); in hdsp_running()
/freebsd/tools/tools/drm/radeon/mkregtable/
H A DREADME3 driver. Headers are regenerated by running "make" in this directory.
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dbrcm,bcm7038-wdt.txt10 - clocks: The clock running the watchdog. If no clock is found the
/freebsd/crypto/openssh/regress/
H A DREADME.regress30 TEST_SHELL: shell used for running the test scripts.
36 before running each test.
38 ssh_config before running each test.
161 exporting) _POSIX2_VERSION=199209 before running the tests.
/freebsd/contrib/bmake/unit-tests/
H A Dsh-flags.mk121 CMD.${target}= echo running; false
123 CMD.${target}= echo running
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Darm,sp804.yaml14 16 or 32 bit operation and capable of running in one-shot, periodic, or
15 free-running mode. The input clock is shared, but can be gated and prescaled
H A Dsamsung,exynos4210-mct.yaml14 global timer and CPU local timers. The global timer is a 64-bit free running
16 four preset counter values. The CPU local timers are 32-bit free running
53 free-running counter with a different (main) processor.
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/
H A Dgoogle,cr50.txt3 H1 Secure Microcontroller running Cr50 firmware provides several
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A DREADME4 running in a rump kernel. In essence, it's:
/freebsd/contrib/ntp/scripts/deprecated/
H A Dntp-status39 echo $HOSTNAME: Not running NTP
/freebsd/contrib/ntp/html/hints/
H A Dfreebsd3 calls, it means you are running a kernel that does not have the POSIX

12345678910>>...32