Searched refs:running (Results 76 - 100 of 162) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/ena/
H A Dena.h356 /* For Tx ring to indicate if it's running or not */
357 bool running; member in union:ena_ring::__anon6
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkcm.c1170 krb5_boolean running; local
1176 running = (_krb5_kcm_noop(context, id) == 0);
1180 return running;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c610 /* Make sure that no kloop is currently running. */
917 bool running = true; local
941 while (running) {
944 running = (NM_ACCESS_ONCE(priv->np_kloop_state)
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dni.c218 u32 mem_type, running, blackout = 0; local
250 running = RREG32(MC_SEQ_SUP_CNTL) & RUN_MASK;
252 if ((mem_type == MC_SEQ_MISC0_GDDR5_VALUE) && (running == 0)) {
253 if (running) {
284 if (running)
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c255 uint32_t running; member in struct:uaudio_chan
2339 if (ch->running == 0 || ch->start == ch->end) {
2340 DPRINTF("not running or no buffer!\n");
2456 /* handle free running clock case */
2563 if (ch->running == 0 || ch->cur_alt != ch->set_alt)
2602 if (ch->running != 0)
2817 pchan->running != 0 &&
2820 rchan->running == 0);
2827 pchan->running == 0 &&
2829 rchan->running
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-vx.c227 /* Save the name of the running function */
714 /* Refuse to load the module if a debugged task is running. Doing so
715 can have a number of unpleasant consequences to the running task. */
719 if (query ("You may not load a module while the target task is running.\n\
1066 running vxWorks and connects to it to initialize remote network
1269 /* vx_kill -- takes a running task and wipes it out. */
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dfilter.c179 if (!status.running)
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dfilter.c186 if (!status.running) {
/freebsd-11-stable/crypto/openssh/regress/
H A Dtest-exec.sh301 echo no sshd running
502 # If PuTTY is present and we are running a PuTTY test, prepare keys and
567 test -f $PIDFILE || fatal "no sshd running on port $PORT"
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c603 chg->running = (ev->running != 0);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c192 * We need a flag that is neither hooked nor running to know when
1105 if (V_pf_status.running)
1116 V_pf_status.running = 1;
1128 if (!V_pf_status.running)
1131 V_pf_status.running = 0;
1134 V_pf_status.running = 1;
1812 s->running = V_pf_status.running;
3982 V_pf_status.running = 0;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c882 int32_t running; member in struct:ocs_mgmt_sfp_result
895 result->running++;
896 if(result->running == 2) {
927 result->running++;
928 if(result->running == 1) {
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c760 * The CORB engine must not be running when this function is called.
811 * The RIRB engine must not be running when this function is called.
1405 if (s->running == 0)
1958 sc->streams[ss].running = 1;
1984 sc->streams[ss].running = 0;
/freebsd-11-stable/sys/xen/interface/
H A Ddomctl.h91 /* Domain is currently running. */
263 uint8_t running; /* currently scheduled on its CPU? */ member in struct:xen_domctl_getvcpuinfo
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh448 log_it Prepare running image
/freebsd-11-stable/sys/dev/ata/
H A Data-all.h441 struct ata_request *running; /* currently running request */ member in struct:ata_channel
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c179 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member in struct:emu_voice
585 m->running = 0;
607 s->running = 0;
1837 sc->voice[ch].running = 0;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h167 int *running, const char **name, int *parent_tid,
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk115 # for example the result of running configure
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in110 (restarting a non-existent or non-running service
295 # Detect the running init system.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c818 int running = g->gcrunning; local
826 g->gcrunning = running; /* restore state */
827 if (status != LUA_OK && propagateerrors) { /* error while running __gc? */
1004 markobject(g, L); /* mark running thread */
1175 ** performs a basic GC step only if collector is running
/freebsd-11-stable/share/mk/
H A Dbsd.lib.mk324 # installing to a running system. It is safe to avoid this for NO_ROOT builds
H A Dmeta.autodep.mk116 # for example the result of running configure
H A Dsys.mk458 # when running target scripts, this is a problem for many makefiles here.
/freebsd-11-stable/contrib/lua/src/
H A Dlgc.c31 ** collector should never be in this state while running regular code.
816 int running = g->gcrunning; local
824 L->ci->callstatus &= ~CIST_FIN; /* not running a finalizer anymore */
826 g->gcrunning = running; /* restore state */
827 if (status != LUA_OK && propagateerrors) { /* error while running __gc? */
991 markobject(g, L); /* mark running thread */
1127 ** performs a basic GC step when collector is running
1132 if (!g->gcrunning) { /* not running? */
1153 ** unexpected ways (running finalizers and shrinking some structures).
1154 ** Before running th
[all...]

Completed in 206 milliseconds

1234567