Searched refs:running (Results 1 - 25 of 162) sorted by relevance

1234567

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dapp.c46 static isc_boolean_t running = ISC_FALSE; variable
110 if (running) {
143 if (!running) {
144 running = ISC_TRUE;
206 REQUIRE(running);
225 REQUIRE(running);
247 REQUIRE(running);
256 REQUIRE(running);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmcs.c190 vmcs_getreg(struct vmcs *vmcs, int running, int ident, uint64_t *retval) argument
210 if (!running)
215 if (!running)
222 vmcs_setreg(struct vmcs *vmcs, int running, int ident, uint64_t val) argument
237 if (!running)
242 if (!running)
249 vmcs_setdesc(struct vmcs *vmcs, int running, int seg, struct seg_desc *desc) argument
258 if (!running)
271 if (!running)
277 vmcs_getdesc(struct vmcs *vmcs, int running, in argument
[all...]
H A Dvmcs.h50 int vmcs_getreg(struct vmcs *vmcs, int running, int ident, uint64_t *rv);
51 int vmcs_setreg(struct vmcs *vmcs, int running, int ident, uint64_t val);
52 int vmcs_getdesc(struct vmcs *vmcs, int running, int ident,
54 int vmcs_setdesc(struct vmcs *vmcs, int running, int ident,
/freebsd-11-stable/sys/powerpc/mambo/
H A Dmambo_disk.c50 int running; member in struct:mambodisk_softc
137 sc->running = 1;
150 sc->running = 0;
156 while (sc->running != -1)
207 while (sc->running) {
213 } while (bp == NULL && sc->running);
217 if (!sc->running)
255 sc->running = -1;
/freebsd-11-stable/sys/mips/rmi/
H A Dfmn.c86 int running; /* number of threads running */ member in struct:msgring_thread
88 struct mtx lock; /* for changing running/active */
248 msgrng_setconfig(int running, int nthr) argument
256 KASSERT(running <= nthr, ("Bad value of running %d", running));
258 if (running == nthr) {
261 switch (running) {
300 nt = mthd->running;
[all...]
/freebsd-11-stable/sys/i386/bios/
H A Dapm.h38 int initialized, active, running, bios_busy; member in struct:apm_softc
/freebsd-11-stable/sys/kern/
H A Dsubr_autoconf.c119 static int running; local
127 * Let the currently running session issue these
130 if (running != 0) {
134 running = 1;
144 running = 0;
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dntp-status39 echo $HOSTNAME: Not running NTP
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c54 * Send the address. If the I2C link is running, this 'restarts'
71 aux_data->running = true;
92 if (aux_data->running) {
94 aux_data->running = false;
100 * the I2C link must be running or this returns -EIO
110 if (!aux_data->running)
119 * I2C link must be running or this returns -EIO
129 if (!aux_data->running)
250 data->running = false;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c31 * indicates whether the operation should run/is running or is
38 * to running but not the opposite.
39 * 2] Only the zthr can change the work indicator from running to stopped
45 * running and wakes up the zthr.
56 * Every zthr needs three inputs to start running:
75 * windows. We want to hold the zthr_lock while running checkfunc
76 * but not while running func. This way the zthr can be cancelled
127 * For the rare cases where the zthr wants to stop running voluntarily
128 * while running its ZTHR function (func), we provide zthr_exit().
129 * When a zthr has voluntarily stopped running, i
336 boolean_t running; local
[all...]
/freebsd-11-stable/sys/dev/sound/macio/
H A Daoa.c67 int running; member in struct:aoa_dma
155 KASSERT(!dma->running, ("dma is running"));
214 if (!dma->running)
267 dma->running = 1;
281 dma->running = 0;
322 if (!(dma = sc->sc_intrp) || !dma->running)
/freebsd-11-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in27 @echo running compat regress tests
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c124 isc_boolean_t running; member in struct:isc__appctx
178 * running, even if they're not in the set being waited for. This makes
260 ctx->running = ISC_FALSE;
396 if (isc_g_appctx.running) {
588 if (!ctx->running) {
589 ctx->running = ISC_TRUE;
720 REQUIRE(ctx->running);
775 REQUIRE(ctx->running);
840 REQUIRE(isc_g_appctx.running);
859 REQUIRE(isc_g_appctx.running);
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim.c200 if (ctrls[ctrl_num].running) {
226 ctrl->running = ctrls[ctrl->num].running;
279 if (ctrl_conf->running)
324 if (ctrls[num].running)
352 ctrls[num].running = 1;
371 if (!ctrls[num].created || !ctrls[num].running) {
388 ctrls[num].running = 0;
443 if (!ctrls[error->ctrl_num].created || !ctrls[error->ctrl_num].running)
H A Dnandsim_chip.h125 uint8_t running; member in struct:sim_ctrl_conf
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim.c79 #define MSG_NOTRUNNING "Controller#%d is not running.Please start" \
81 #define MSG_RUNNING "Controller#%d is already running!"
353 int chip = 0, ctl = 0, err = 0, fd, running, state; local
367 err = is_ctrl_running(ctl, &running);
371 if (running) {
390 int chip = 0, ctl = 0, err = 0, fd, running; local
396 err = is_ctrl_running(ctl, &running);
400 if (!running) {
1130 /* There is no such chip running */
1241 printf("\trunning: %s\n", ctrl->running
1257 is_ctrl_running(int ctrl_no, int *running) argument
1325 int created, running; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh37 * not work if not running with kernel permissions.
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c113 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h64 int running; member in struct:cpsw_queue
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h94 bool running; member in struct:__tsan::ReportThread
H A Dtsan_debugging.cpp167 int *running, const char **name, int *parent_tid,
174 *running = thread->running;
166 __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, int *running, const char **name, int *parent_tid, void **trace, uptr trace_size) argument
/freebsd-11-stable/sys/riscv/htif/
H A Dhtif_block.c91 int running; member in struct:htif_blk_softc
175 sc->running = 1;
274 if (sc->running > 0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp122 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, argument
126 if (running) *running = running_threads_;
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.h208 uint8_t running; member in struct:ngm_atm_if_change
214 { "running", &ng_parse_uint8_type }, \
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.h193 uint32_t running; member in struct:pf_status

Completed in 174 milliseconds

1234567