| /src/external/amdgpu-firmware/radeon/lc/ |
| Makefile | 8 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_smc.bin bonaire_uvd.bin bonaire_vce.bin [all...] |
| /src/sys/dev/microcode/radeon/ |
| Makefile | 10 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_uvd.bin [all...] |
| /src/external/amdgpu-firmware/radeon/uc/ |
| Makefile | 10 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_uvd.bin [all...] |
| /src/sys/arch/dreamcast/conf/ |
| Makefile.dreamcast.inc | 9 echo ${OBJCOPY} -O binary $@ $@.bin; \ 10 ${OBJCOPY} -O binary $@ $@.bin; \ 11 chmod 755 $@.bin
|
| /src/external/amdgpu-firmware/amdgpu/ |
| Makefile | 6 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...] |
| /src/usr.bin/machine/ |
| machine.sh | 0 #!/bin/sh 2 exec /usr/bin/uname -m
|
| /src/external/bsd/ntp/bin/ntptrace/ |
| ntptrace.awk | 0 #!/bin/sh 3 /usr/bin/awk '
|
| /src/external/bsd/ntp/dist/html/hints/ |
| solaris.xtra.S99ntpd | 0 #!/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}
|
| /src/external/bsd/ppp/dist/sample/ |
| ip-down | 0 #!/bin/sh 19 PATH=/usr/sbin:/sbin:/usr/bin:/bin
|
| ip-up | 0 #!/bin/sh 20 PATH=/usr/sbin:/sbin:/usr/bin:/bin
|
| /src/external/bsd/tre/ |
| Makefile | 2 SUBDIR= lib .WAIT bin
|
| /src/sys/dev/microcode/qat/ |
| Makefile | 10 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
|
| /src/usr.bin/c11/ |
| c11.sh | 0 #!/bin/sh 2 exec /usr/bin/cc -std=c11 "$@"
|
| /src/usr.bin/c17/ |
| c17.sh | 0 #!/bin/sh 2 exec /usr/bin/cc -std=c17 "$@"
|
| /src/usr.bin/c89/ |
| c89.sh | 0 #!/bin/sh 2 exec /usr/bin/cc -std=c89 "$@"
|
| /src/usr.bin/c99/ |
| c99.sh | 0 #!/bin/sh 2 exec /usr/bin/cc -std=c99 "$@"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| execl-update-breakpoints.c | 32 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);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| execl-update-breakpoints.c | 32 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);
|
| /src/external/bsd/wpa/dist/src/utils/ |
| uuid.c | 15 int uuid_str2bin(const char *str, u8 *bin) 21 opos = bin; 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) 55 bin[0], bin[1], bin[2], bin[3], 56 bin[4], bin[5], bin[6], bin[7] [all...] |
| /src/external/cddl/dtracetoolkit/dist/Code/Shell/ |
| func_waste.sh | 5 /usr/bin/echo "Function C" 11 /usr/bin/echo "Function B" 18 /usr/bin/echo "Function A"
|
| /src/sys/arch/evbmips/conf/ |
| Makefile.evbmips.inc | 27 echo ${OBJCOPY} -S -O binary $@ $@.bin; \ 28 ${OBJCOPY} -S -O binary $@ $@.bin 30 EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@} 50 echo ${TOOL_GZIP_N} -9c $@.bin '>' $@.bin.gz; \ 51 ${TOOL_GZIP_N} -9c $@.bin > $@.bin.gz; \ 52 echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.gz $@.ub; \ 53 ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.gz $@.ub 55 EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin.gz@ [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bin.h | 11 * A bin contains a set of extents that are currently being used for slab 20 * Bin statistics. These get touched every time the lock is acquired, 26 * Current slab being used to service allocations of this bin's size 55 /* Initializes a bin to empty. Returns true on error. */ 56 bool bin_init(bin_t *bin); 59 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 60 void bin_postfork_parent(tsdn_t *tsdn, bin_t *bin); 61 void bin_postfork_child(tsdn_t *tsdn, bin_t *bin); 65 bin_stats_merge(tsdn_t *tsdn, bin_stats_data_t *dst_bin_stats, bin_t *bin) { 66 malloc_mutex_lock(tsdn, &bin->lock) [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bin.h | 11 * A bin contains a set of extents that are currently being used for slab 20 * Bin statistics. These get touched every time the lock is acquired, 26 * Current slab being used to service allocations of this bin's size 55 /* Initializes a bin to empty. Returns true on error. */ 56 bool bin_init(bin_t *bin); 59 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 60 void bin_postfork_parent(tsdn_t *tsdn, bin_t *bin); 61 void bin_postfork_child(tsdn_t *tsdn, bin_t *bin); 65 bin_stats_merge(tsdn_t *tsdn, bin_stats_data_t *dst_bin_stats, bin_t *bin) { 66 malloc_mutex_lock(tsdn, &bin->lock) [all...] |
| /src/external/bsd/pdisk/ |
| Makefile | 3 SUBDIR+= bin
|
| /src/external/historical/nawk/ |
| Makefile | 3 SUBDIR+= bin
|