HomeSort by: relevance | last modified time | path
    Searched defs:stopped (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
comio_direct.c 81 static int stopped = 0; variable in typeref:typename:int
128 stopped = 0;
131 stopped = 1;
146 while (stopped)
230 stopped = 1;
  /src/sys/rump/kern/lib/libsimplehook_tester/
simplehook_tester.c 310 bool stopped = false; local in function:simplehook_tester_established
316 stopped = true;
323 if (stopped) {
604 CTLTYPE_BOOL, "stopped",
605 SYSCTL_DESCR("the hook is stopped"),
  /src/sys/external/bsd/drm2/dist/include/drm/
gpu_scheduler.h 79 * @stopped: Marks the enity as removed from rq and destined for termination.
108 bool stopped; member in struct:drm_sched_entity
  /src/sys/ufs/lfs/
ulfs_quota2.c 960 int stopped; /* true if we stopped quota_walk_list early */ member in struct:q2cursor_getids
1112 gi->stopped = 1;
1180 gi.stopped = 0;
1189 if (gi.stopped) {
1190 /* callback stopped before reading whole chain */
  /src/sys/ufs/ufs/
ufs_quota2.c 964 int stopped; /* true if we stopped quota_walk_list early */ member in struct:q2cursor_getids
1115 gi->stopped = 1;
1182 gi.stopped = 0;
1191 if (gi.stopped) {
1192 /* callback stopped before reading whole chain */
  /src/bin/ps/
ps.c 554 int i, onproc, running, sleeping, stopped, suspended; local in function:pick_representative_lwp
568 onproc = running = sleeping = stopped = suspended = -1;
581 stopped = i;
594 if (stopped != -1)
595 return &kl[stopped];
  /src/usr.sbin/lpr/lpd/
printjob.c 548 int n, fi, fo, child_pid, p[2], stopped = 0, nofile; local in function:print
727 stopped++;
757 if (stopped) { /* restart output filter */
  /src/bin/sh/
jobs.c 321 put after all stopped jobs. */
335 case 2: /* newly stopped job - becomes curjob */
401 error("Job [%d] has no stopped processes", JNUM(jp));
404 * Now change state of all stopped processes in the job to running
411 " from %#x (stopped) to -1 (running)\n",
1533 * process terminated/stopped will be reported by setting *changed,
1546 int stopped; local in function:dowait
1571 * if nothing exited/stopped/..., we have nothing else to do
1587 stopped = 1; /* and has stopped */
    [all...]
  /src/sys/dev/pci/
if_vmxreg.h 283 uint8_t stopped; member in struct:vmxnet3_txq_shared
307 uint8_t stopped; member in struct:vmxnet3_rxq_shared
  /src/sys/net/lagg/
if_lagg.c 2233 bool stopped, use_lagg_sadl; local in function:lagg_port_setup
2276 stopped = false;
2290 stopped = true;
2336 if (stopped) {
2383 if (stopped) {
2411 bool stopped, is_1st_port, iftype_changed; local in function:lagg_port_teardown
2417 stopped = false;
2470 stopped = true;
2504 if (stopped) {

Completed in 23 milliseconds