| /netbsd-src/sbin/fsck/ |
| H A D | preen.c | 85 static int nrun = 0, ndisks = 0; variable 222 nrun--; in checkfstab() 237 } else if (nrun < maxrun && nrun < ndisks) { in checkfstab() 365 p->p_auxarg, &d->d_pid)) != 0 && nrun > 0) in startdisk() 369 nrun++; in startdisk()
|
| /netbsd-src/regress/sys/kern/allocfree/ |
| H A D | allocfree.c | 55 static int nrun; variable 182 if (--nrun == 0) { in test_thread() 208 nrun++; in run2() 215 while (nrun > 0) { in run2()
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | xd.c | 463 xdc->nrun = 0; in xdcattach() 1530 xdcsc->nrun++; in xdc_submit_iorq() 1571 while (xdcsc->nwait || xdcsc->nrun) { in xdc_piodriver() 1574 xdcsc->nwait, xdcsc->nrun); in xdc_piodriver() 1598 if (xdcsc->nrun < XDC_MAXIOPB) { in xdc_piodriver() 1698 xdcsc->nrun--; /* it isn't running any more */ in xdc_reset() 1743 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone; in xdc_reset() 1840 xdcsc->nrun--; in xdc_remove_iorq() 2047 int nwait, nrun, nfree, ndone, whd = 0; in xdc_tick() local 2051 nrun in xdc_tick() [all...] |
| H A D | xdvar.h | 154 u_char nrun; /* number running */ member
|
| /netbsd-src/sys/dev/vme/ |
| H A D | xd.c | 619 xdc->nrun = 0; in xdcattach() 1702 xdcsc->nrun++; in xdc_submit_iorq() 1743 while (xdcsc->nwait || xdcsc->nrun) { in xdc_piodriver() 1746 xdcsc->nwait, xdcsc->nrun); in xdc_piodriver() 1771 if (xdcsc->nrun < XDC_MAXIOPB) { in xdc_piodriver() 1868 xdcsc->nrun--; /* it isn't running any more */ in xdc_reset() 1921 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone; in xdc_reset() 2016 xdcsc->nrun--; in xdc_remove_iorq() 2233 int nwait, nrun, nfree, ndone, whd = 0; in xdc_tick() local 2237 nrun = xdcsc->nrun; in xdc_tick() [all …]
|
| H A D | xdvar.h | 155 u_char nrun; /* number running */ member
|
| /netbsd-src/external/gpl3/gdb/dist/sim/or1k/ |
| H A D | README | 23 sim/common/nrun.c - the main() calls sim_open(), sim_resume() and others 24 sim/or1k/sim-if.c - implements sim_open() and others used by nrun
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/or1k/ |
| H A D | README | 23 sim/common/nrun.c - the main() calls sim_open(), sim_resume() and others 24 sim/or1k/sim-if.c - implements sim_open() and others used by nrun
|
| /netbsd-src/sys/kern/ |
| H A D | kern_synch.c | 1151 int nrun; in sched_pstats() local 1156 nrun = 0; in sched_pstats() 1204 nrun++; in sched_pstats() 1269 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT; in sched_pstats()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/common/ |
| H A D | ChangeLog-2021 | 277 * cgen-utils.c, nrun.c, sim-core.c, sim-engine.c, sim-reason.c, 296 * nrun.c, sim-hw.c, sim-io.c, sim-syscall.c, sim-trace.c: Likewise. 364 * nrun.c (main): Set default_callback.target_endian to 470 nrun.c, sim-basics.h, sim-load.c, sim-memopt.c, sim-module.c, 480 * nrun.c: Include environ.h. 641 * nrun.c (strsignal): New prototype. 913 hw-ports.c, hw-properties.c, hw-tree.c, nrun.c, sim-arange.c, 988 * nrun.c: Include stdlib.h. 1254 * dv-cfi.c, nrun.c, sim-basics.h, sim-load.c, sim-memopt.c, 1333 * nrun.c (myname): Mark const. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/m68hc11/ |
| H A D | ChangeLog-2021 | 1092 * Makefile.in (SIM_RUN_OBJS): Define to use nrun.c
|
| /netbsd-src/external/gpl3/gdb/dist/sim/v850/ |
| H A D | ChangeLog-2021 | 1396 * Makefile.in (SIM_RUN_OBJS): Use nrun.o.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
| H A D | ChangeLog-2021 | 3578 * Makefile.in (SIM_RUN_OBJS): Set to nrun.o - use new version or
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 77651 nrun.c. Since then, we've migrated to gnulib as our portability layer, 78796 sim: build: drop common/nrun.o subdir hack 93252 used to provide a run-compatible interface in the pre-nrun days, but 93254 commit 465fb143c87076b6416a8d0d5dd79bb016060fe3 ("sim: make nrun the 159302 sim: nrun: add --env-{set,unset,clear} command line options
|