| /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...] |
| 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
|
| 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
|
| 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
|
| 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.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
|
| 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_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;
|
| 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);
|
| 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));
|
| 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...] |