HomeSort by: relevance | last modified time | path
    Searched defs:run (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/usr.bin/sys_info/
sys_info.sh 88 run() { function
89 # must send to stderr, as run is used in $() sometimes.
107 run "awk --version | awk '{ print \$1 \"-\" \$3 }'"
110 run "named -v | awk '{ gsub(\"-\", \"\", \$2); gsub(\"P\", \"pl\", \$2); print tolower(\$1) \"-\" \$2 }'"
113 v=$(run "${destdir}/usr/libexec/httpd -G")
116 run "strings -a ${destdir}/usr/libexec/httpd | awk -F/ '\$1 == \"bozohttpd\" && NF == 2 { print \$1 \"-\" \$2; exit }'"
124 run "bzip2 --help 2>&1 | awk '{ sub(\",\", \"\", \$7); print \"bzip2-\" \$7; exit }'"
127 v=$(run "calendar -v" || true)
134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q"
137 run "dtc --version | sed 's/Version: DTC /dtc-/'
    [all...]
  /src/sys/arch/bebox/stand/boot/
srt0.s 105 * run(startsym, endsym, args, bootinfo, entry)
107 .globl run
108 run: label
  /src/sbin/devpubd/
Makefile 10 CPPFLAGS+= -DDEVPUBD_RUN_HOOKS=\"/libexec/devpubd-run-hooks\"
12 SCRIPTS= devpubd-run-hooks
13 SCRIPTSDIR_devpubd-run-hooks= /libexec
25 CLEANFILES= devpubd-run-hooks
27 .for f in devpubd-run-hooks
  /src/sys/arch/prep/stand/boot/
srt0.s 112 * run(startsym, endsym, args, bootinfo, entry)
114 .globl run
115 run: label
  /src/sys/arch/rs6000/stand/boot/
srt0.s 119 * run(startsym, endsym, args, bootinfo, entry)
121 .globl run
122 run: label
srt0_pwr.s 121 * run(startsym, endsym, args, bootinfo, entry)
123 .globl run
124 run: label
  /src/tests/lib/libc/sys/
t_getcontext.c 46 run(int n, ...) function
111 makecontext(&uc[i], (void *)run, 10, i,
t_socketpair.c 66 run(int flags) function
119 run(0);
130 run(SOCK_NONBLOCK);
141 run(SOCK_CLOEXEC);
153 run(SOCK_CLOFORK);
t_pipe2.c 56 run(int flags) function
115 run(0);
137 * The heart of this test is to run against the number of open
160 run(O_NONBLOCK);
171 run(O_CLOEXEC);
183 run(O_CLOFORK);
197 run(O_NOSIGPIPE);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_perf_test.c 21 static volatile int run; variable
40 while (!run)
64 run = false;
77 run = true;
  /src/sys/ddb/
db_proc.c 133 bool run; local
198 run = (l.l_stat == LSONPROC ||
214 (run ? '>' : ' '), l.l_lid,
256 run = (l.l_stat == LSONPROC ||
266 (run ? '>' : ' '), l.l_lid,
290 bool run; local
334 run = (l.l_stat == LSONPROC ||
337 db_printf("%slwp %d", (run ? "> " : " "), l.l_lid);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
standalone_malloc_test.cc 62 static void *run(void *t) { function in struct:DeepStack
64 DeepStack<depth - 1>::run(t);
72 static void *run(void *t) { function in struct:DeepStack
82 pthread_create(&t[i], 0, DeepStack<200>::run, reinterpret_cast<void *>(i));
  /src/tests/lib/libpthread/
t_condwait.c 51 run(void *param) function
109 ATF_REQUIRE_EQ(pthread_create(&child, NULL, run, &clck), 0);
  /src/usr.sbin/certctl/
certctl.sh 55 nflag=false # dry run
105 # run <cmd> <args>...
107 # Print a command if verbose, and run it unless it's a dry run.
109 run() function
130 if ! $nflag; then # skip command if dry run
433 run rm -rf -- "$certsdir"
450 run rmdir -- "$certsdir"
455 run mkdir -- "$certsdir"
476 run ln -s -- "$cert" "$certsdir
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
hpcboot.cpp 76 ret = app->run(); // Main loop.
255 HpcBootApp::run(void) function in class:HpcBootApp
  /src/sys/arch/sandpoint/stand/altboot/
entry.S 163 * run(startsym, endsym, howto, bootinfo, entry)
165 .globl run
166 run: label
  /src/sys/lib/libkern/
rngtest.c 78 /* Run FIPS 140 statistical tests on a file */
172 /* end of run */
174 endrun(rngtest_t *const rc, const int last, int run)
176 if (run >= longrun) {
177 printf("Kernel RNG \"%s\" long run test FAILURE: "
178 "Run of %d %ds found\n", rc->rt_name, run, last);
181 if (run > 6)
182 run = 6;
183 ++rc->rt_runs[last][run];
194 int run; local
    [all...]
  /src/tests/fs/fifofs/
t_fifo.c 92 run(void) function
222 ATF_REQUIRE(run() == 0);
236 return run();
  /src/games/cribbage/
score.c 230 BOOLEAN run; local
232 run = TRUE;
257 if (i == (n - 1) && run) {
263 if (run) {
268 run = TRUE;
276 if (run)
278 run = FALSE;
  /src/games/hack/
def.flag.h 87 unsigned run:3; /* 0: h (etc), 1: H (etc), 2: fh (etc) */ member in struct:flag
  /src/regress/sys/kern/nameibench/
nameibench.c 163 run(int nt) function
222 run(i);
  /src/sbin/fsck_ffs/
pass5.c 386 int run = 0; local
390 run++;
391 } else if (run != 0) {
392 if (run > fs->fs_contigsumsize)
393 run = fs->fs_contigsumsize;
394 sump[run]++;
395 run = 0;
404 if (run != 0) {
405 if (run > fs->fs_contigsumsize)
406 run = fs->fs_contigsumsize
    [all...]
  /src/sys/rump/librump/rumpkern/
threads.c 71 /* don't allow threads to run before all CPUs have fully attached */
291 int run; local
296 /* do not run until we've been enqueued */
298 while ((run = td->runnable) == 0) {
309 if (run == -1) {
315 /* run, and don't come back! */
  /src/tests/kernel/
t_pty.c 47 static void run(void);
57 void run(void) function
307 run();
323 run();
337 run();
  /src/tests/lib/libc/regex/
t_exhaust.c 209 run(void) function
257 run();
270 run();

Completed in 48 milliseconds

1 2