Searched refs:bin (Results 1 - 25 of 1672) sorted by relevance

1234567891011>>

/netbsd-current/external/amdgpu-firmware/radeon/lc/
H A DMakefile8 banks_k_2_smc.bin \
9 bonaire_ce.bin bonaire_k_smc.bin bonaire_mc.bin bonaire_me.bin \
10 bonaire_mec.bin bonaire_pfp.bin bonaire_rlc.bin bonaire_sdma.bin \
11 bonaire_sdma1.bin bonaire_sm
[all...]
/netbsd-current/sys/dev/microcode/radeon/
H A DMakefile10 R100_cp.bin \
11 R200_cp.bin \
12 R300_cp.bin \
13 R420_cp.bin \
14 R520_cp.bin \
15 RS600_cp.bin \
16 RS690_cp.bin \
17 R600_me.bin R600_pfp.bin R600_rlc.bin R600_uv
[all...]
/netbsd-current/external/amdgpu-firmware/radeon/uc/
H A DMakefile10 R100_cp.bin \
11 R200_cp.bin \
12 R300_cp.bin \
13 R420_cp.bin \
14 R520_cp.bin \
15 RS600_cp.bin \
16 RS690_cp.bin \
17 R600_me.bin R600_pfp.bin R600_rlc.bin R600_uv
[all...]
/netbsd-current/sys/arch/dreamcast/conf/
H A DMakefile.dreamcast.inc9 echo ${OBJCOPY} -O binary $@ $@.bin; \
10 ${OBJCOPY} -O binary $@ $@.bin; \
11 chmod 755 $@.bin
/netbsd-current/external/amdgpu-firmware/amdgpu/
H A DMakefile6 dist/arcturus_asd.bin \
7 dist/arcturus_gpu_info.bin \
8 dist/arcturus_mec.bin \
9 dist/arcturus_mec2.bin \
10 dist/arcturus_rlc.bin \
11 dist/arcturus_sdma.bin \
12 dist/arcturus_smc.bin \
13 dist/arcturus_sos.bin \
14 dist/arcturus_ta.bin \
15 dist/arcturus_vcn.bin \
[all...]
/netbsd-current/sys/arch/x68k/usr.bin/
H A DMakefile.inc4 BINDIR?= /usr/bin
/netbsd-current/usr.bin/spell/
H A DMakefile.inc4 BINDIR?=/usr/bin
/netbsd-current/usr.bin/machine/
H A Dmachine.sh0 #!/bin/sh
2 exec /usr/bin/uname -m
/netbsd-current/external/apache2/llvm/bin/
H A DMakefile.inc3 BINDIR= /usr/bin
/netbsd-current/external/bsd/ntp/bin/ntptrace/
H A Dntptrace.awk0 #!/bin/sh
3 /usr/bin/awk '
/netbsd-current/external/bsd/ntp/dist/html/hints/
H A Dsolaris.xtra.S99ntpd0 #!/bin/sh
3 if [ -x /usr/local/bin/xntpd ]; then
8 /usr/local/bin/tickadj -s
9 /usr/local/bin/ntpdate -v server1 server2
11 /usr/local/bin/xntpd
15 pid=`/usr/bin/ps -e | /usr/bin/grep xntpd | /usr/bin/sed -e 's/^ *//' -e 's/ .*//'`
18 /usr/bin/kill ${pid}
/netbsd-current/external/bsd/tre/
H A DMakefile2 SUBDIR= lib .WAIT bin
/netbsd-current/external/bsd/ppp/dist/sample/
H A Dip-down0 #!/bin/sh
19 PATH=/usr/sbin:/sbin:/usr/bin:/bin
H A Dip-up0 #!/bin/sh
20 PATH=/usr/sbin:/sbin:/usr/bin:/bin
/netbsd-current/usr.bin/c11/
H A Dc11.sh0 #!/bin/sh
2 exec /usr/bin/cc -std=c11 "$@"
/netbsd-current/usr.bin/c89/
H A Dc89.sh0 #!/bin/sh
2 exec /usr/bin/cc -std=c89 "$@"
/netbsd-current/usr.bin/c99/
H A Dc99.sh0 #!/bin/sh
2 exec /usr/bin/cc -std=c99 "$@"
/netbsd-current/external/gpl3/binutils/usr.bin/
H A DMakefile.inc3 BINDIR?= /usr/bin
/netbsd-current/external/cddl/osnet/usr.bin/
H A DMakefile.inc3 BINDIR?= /usr/bin
/netbsd-current/sys/dev/microcode/qat/
H A DMakefile10 FILES+= mmp_firmware_c2xxx.bin mof_firmware_c2xxx.bin
11 FILES+= qat_c3xxx.bin qat_c3xxx_mmp.bin
12 FILES+= qat_c62x.bin qat_c62x_mmp.bin
13 FILES+= qat_d15xx.bin qat_d15xx_mmp.bin
/netbsd-current/external/gpl3/binutils.old/usr.bin/
H A DMakefile.inc3 BINDIR?= /usr/bin
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dexecl-update-breakpoints.c32 char *bin; local
35 bin = malloc (len + 1);
36 memcpy (bin, argv[0], len + 1);
37 if (bin[len - 1] == '1')
38 bin[len - 1] = '2';
40 execl (bin, bin, (char *) NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dexecl-update-breakpoints.c32 char *bin; local
35 bin = malloc (len + 1);
36 memcpy (bin, argv[0], len + 1);
37 if (bin[len - 1] == '1')
38 bin[len - 1] = '2';
40 execl (bin, bin, (char *) NULL);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) argument
21 opos = bin;
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
55 bin[0], bin[1], bin[2], bin[3],
56 bin[4], bin[5], bin[
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Code/Shell/
H A Dfunc_waste.sh5 /usr/bin/echo "Function C"
11 /usr/bin/echo "Function B"
18 /usr/bin/echo "Function A"

Completed in 347 milliseconds

1234567891011>>