/linux-4.4.14/tools/build/feature/ |
D | Makefile | 3 test-all.bin \ 4 test-backtrace.bin \ 5 test-bionic.bin \ 6 test-dwarf.bin \ 7 test-fortify-source.bin \ 8 test-sync-compare-and-swap.bin \ 9 test-glibc.bin \ 10 test-gtk2.bin \ 11 test-gtk2-infobar.bin \ 12 test-hello.bin \ [all …]
|
D | .gitignore | 2 *.bin
|
/linux-4.4.14/firmware/ |
D | Makefile | 24 acenic-objs := acenic/tg2.bin 25 fw-shipped- += acenic/tg1.bin 27 acenic-objs := acenic/tg1.bin acenic/tg2.bin 30 fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ 31 adaptec/starfire_tx.bin 32 fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin 42 fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin 43 fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ 44 cxgb3/t3c_psram-1.1.0.bin \ 45 cxgb3/ael2005_opt_edc.bin \ [all …]
|
D | WHENCE | 68 File: advansys/mcode.bin 69 File: advansys/3550.bin 70 File: advansys/38C0800.bin 71 File: advansys/38C1600.bin 81 File: qlogic/1040.bin 82 File: qlogic/1280.bin 83 File: qlogic/12160.bin 95 File: kaweth/new_code.bin 96 File: kaweth/new_code_fix.bin 97 File: kaweth/trigger_code.bin [all …]
|
D | .gitignore | 3 *.bin
|
/linux-4.4.14/arch/blackfin/boot/ |
D | Makefile | 9 targets := uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip 10 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.… 21 $(obj)/vmlinux.bin: vmlinux FORCE 24 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 27 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE 30 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 33 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE 39 $(obj)/vmlinux.bin.xip: $(obj)/vmlinux.bin FORCE 42 $(obj)/uImage.bin: $(obj)/vmlinux.bin 45 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 [all …]
|
D | install.sh | 39 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/arch/sh/boot/ |
D | Makefile | 22 suffix-y := bin 30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin 31 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ 32 vmlinux.bin.xz vmlinux.bin.lzo 49 KERNEL_MEMORY := $(shell /bin/bash -c 'printf "0x%08x" \ 52 KERNEL_LOAD := $(shell /bin/bash -c 'printf "0x%08x" \ 57 KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \ 65 $(obj)/vmlinux.bin: vmlinux FORCE 68 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 71 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE [all …]
|
/linux-4.4.14/arch/metag/boot/ |
D | Makefile | 9 suffix-y := bin 15 targets += vmlinux.bin 21 targets += uImage.bin 23 extra-y += vmlinux.bin 24 extra-y += vmlinux.bin.gz 25 extra-y += vmlinux.bin.bz2 26 extra-y += vmlinux.bin.xz 27 extra-y += vmlinux.bin.lzo 36 $(obj)/vmlinux.bin: vmlinux FORCE 39 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE [all …]
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | Makefile | 7 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 8 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 41 OBJCOPYFLAGS_vmlinux.bin := -R .comment -S 42 $(obj)/vmlinux.bin: vmlinux 45 vmlinux.bin.all-y := $(obj)/vmlinux.bin 54 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) 56 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) 58 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) 60 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) 62 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) [all …]
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | Makefile | 22 targets := rescue.o rescue.bin 27 $(obj)/rescue.bin: $(obj)/rescue.o FORCE 29 cp -p $(obj)/rescue.bin $(objtree) 31 $(obj)/testrescue.bin: $(obj)/testrescue.o 32 $(OBJCOPY) $(OBJCOPYFLAGS) $(obj)/testrescue.o tr.bin 35 cat tr.bin tmp2423 >testrescue_tmp.bin 36 dd if=testrescue_tmp.bin of=$(obj)/testrescue.bin bs=1 count=784 37 rm tr.bin tmp2423 testrescue_tmp.bin 40 $(obj)/kimagerescue.bin: $(obj)/kimagerescue.o 41 $(OBJCOPY) $(OBJCOPYFLAGS) $(obj)/kimagerescue.o ktr.bin [all …]
|
/linux-4.4.14/arch/mips/boot/ |
D | Makefile | 26 suffix-y := bin 38 targets += vmlinux.bin 41 $(obj)/vmlinux.bin: $(VMLINUX) FORCE 42 $(call if_changed,bin) 57 extra-y += vmlinux.bin.bz2 58 extra-y += vmlinux.bin.gz 59 extra-y += vmlinux.bin.lzma 60 extra-y += vmlinux.bin.lzo 62 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE 65 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE [all …]
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | Makefile | 7 targets := vmlinux vmlinux.bin vmlinux.bin.gz \ 8 vmlinux.bin.bz2 vmlinux.bin.lzma \ 9 vmlinux.bin.xz vmlinux.bin.lzo \ 20 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ 24 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ 60 $(obj)/vmlinux.bin: vmlinux FORCE 63 vmlinux.bin.all-y := $(obj)/vmlinux.bin 65 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 67 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 69 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE [all …]
|
D | .gitignore | 1 vmlinux.bin.*
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | Makefile | 21 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ 22 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 60 OBJCOPYFLAGS_vmlinux.bin := -R .comment -S 61 $(obj)/vmlinux.bin: vmlinux FORCE 64 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs 72 vmlinux.bin.all-y := $(obj)/vmlinux.bin 73 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs 75 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 77 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 79 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE [all …]
|
D | .gitignore | 2 vmlinux.bin.all
|
/linux-4.4.14/arch/arc/boot/ |
D | Makefile | 1 targets := vmlinux.bin vmlinux.bin.gz uImage 15 suffix-y := bin 18 targets += uImage uImage.bin uImage.gz 19 extra-y += vmlinux.bin vmlinux.bin.gz 21 $(obj)/vmlinux.bin: vmlinux FORCE 24 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 27 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 30 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | Makefile | 7 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \ 8 vmlinux.bin.lzma head.o misc.o piggy.o vmlinux.lds 24 $(obj)/vmlinux.bin: vmlinux FORCE 27 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 30 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE 33 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 50 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
|
/linux-4.4.14/kernel/time/ |
D | timekeeping_debug.c | 30 unsigned int bin; in tk_debug_show_sleep_time() local 33 for (bin = 0; bin < 32; bin++) { in tk_debug_show_sleep_time() 34 if (sleep_time_bin[bin] == 0) in tk_debug_show_sleep_time() 37 bin ? 1 << (bin - 1) : 0, 1 << bin, in tk_debug_show_sleep_time() 38 sleep_time_bin[bin]); in tk_debug_show_sleep_time()
|
/linux-4.4.14/arch/microblaze/boot/ |
D | Makefile | 5 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.% 9 $(obj)/linux.bin: vmlinux FORCE 13 $(obj)/linux.bin.ub: $(obj)/linux.bin FORCE 17 $(obj)/linux.bin.gz: $(obj)/linux.bin FORCE 37 clean-files += simpleImage.*.unstrip linux.bin.ub dts/*.dtb
|
D | .gitignore | 2 linux.bin*
|
/linux-4.4.14/arch/h8300/boot/ |
D | Makefile | 3 targets := vmlinux.srec vmlinux.bin zImage 7 OBJCOPYFLAGS_vmlinux.bin := -Obinary 11 UIMAGE_ENTRYADDR = $(shell /bin/bash -c 'printf "0x%08x" \ 14 $(obj)/vmlinux.srec $(obj)/vmlinux.bin: vmlinux FORCE 23 $(obj)/uImage.bin: $(obj)/vmlinux.bin 26 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
/linux-4.4.14/Documentation/EDID/ |
D | Makefile | 4 BIN := $(patsubst %.S, %.bin, $(SOURCES)) 6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES)) 13 @rm -f *.o *.bin.ihex *.bin *.c 18 %.bin: %.o 21 %.bin.ihex: %.o 25 %.c: %.bin
|
/linux-4.4.14/net/irda/ |
D | irqueue.c | 451 int bin; in hashbin_insert() local 461 bin = GET_HASHBIN( hashv ); in hashbin_insert() 478 enqueue_first( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_insert() 510 int bin; in hashbin_remove_first() local 516 bin = GET_HASHBIN( hashv ); in hashbin_remove_first() 521 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_first() 560 int bin, found = FALSE; in hashbin_remove() local 572 bin = GET_HASHBIN( hashv ); in hashbin_remove() 582 entry = hashbin->hb_queue[ bin ]; in hashbin_remove() 604 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_remove() [all …]
|
/linux-4.4.14/arch/mips/lasat/image/ |
D | Makefile | 30 rom.bin: $(obj)/rom.bin 32 $(obj)/rom.sw: $(obj)/rom.bin 35 $(obj)/rom.bin: $(obj)/rom 45 $(obj)/%.gz: $(obj)/%.bin 48 $(obj)/kImage.bin: $(KERNEL_IMAGE) 52 rm -f rom rom.bin rom.sw kImage.bin kImage.o
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | Kconfig | 15 21xx ql2100_fw.bin 16 22xx ql2200_fw.bin 17 2300, 2312, 6312 ql2300_fw.bin 18 2322, 6322 ql2322_fw.bin 19 24xx, 54xx ql2400_fw.bin 20 25xx ql2500_fw.bin 21 2031 ql2600_fw.bin 22 8031 ql8300_fw.bin 23 27xx ql2700_fw.bin
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | Makefile | 47 targets += vmlinux.bin 48 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S 49 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE 59 targets += vmlinux.bin.z 60 $(obj)/vmlinux.bin.z: $(obj)/vmlinux.bin FORCE 64 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \ 66 $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE 76 $(obj)/vmlinux.bin $(VMLINUX_LOAD_ADDRESS)) 115 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary 116 vmlinuz.bin: vmlinuz [all …]
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-slave-eeprom.c | 26 struct bin_attribute bin; member 121 sysfs_bin_attr_init(&eeprom->bin); in i2c_slave_eeprom_probe() 122 eeprom->bin.attr.name = "slave-eeprom"; in i2c_slave_eeprom_probe() 123 eeprom->bin.attr.mode = S_IRUSR | S_IWUSR; in i2c_slave_eeprom_probe() 124 eeprom->bin.read = i2c_slave_eeprom_bin_read; in i2c_slave_eeprom_probe() 125 eeprom->bin.write = i2c_slave_eeprom_bin_write; in i2c_slave_eeprom_probe() 126 eeprom->bin.size = size; in i2c_slave_eeprom_probe() 128 ret = sysfs_create_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_probe() 134 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_probe() 146 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_remove()
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | at25.c | 35 struct bin_attribute bin; member 80 if (unlikely(offset >= at25->bin.size)) in at25_ee_read() 82 if ((offset + count) > at25->bin.size) in at25_ee_read() 83 count = at25->bin.size - offset; in at25_ee_read() 158 if (unlikely(off >= at25->bin.size)) in at25_ee_write() 160 if ((off + count) > at25->bin.size) in at25_ee_write() 161 count = at25->bin.size - off; in at25_ee_write() 414 sysfs_bin_attr_init(&at25->bin); in at25_probe() 415 at25->bin.attr.name = "eeprom"; in at25_probe() 416 at25->bin.attr.mode = S_IRUSR; in at25_probe() [all …]
|
D | eeprom_93xx46.c | 31 struct bin_attribute bin; member 328 sysfs_bin_attr_init(&edev->bin); in eeprom_93xx46_probe() 329 edev->bin.attr.name = "eeprom"; in eeprom_93xx46_probe() 330 edev->bin.attr.mode = S_IRUSR; in eeprom_93xx46_probe() 331 edev->bin.read = eeprom_93xx46_bin_read; in eeprom_93xx46_probe() 332 edev->bin.size = 128; in eeprom_93xx46_probe() 334 edev->bin.write = eeprom_93xx46_bin_write; in eeprom_93xx46_probe() 335 edev->bin.attr.mode |= S_IWUSR; in eeprom_93xx46_probe() 338 err = sysfs_create_bin_file(&spi->dev.kobj, &edev->bin); in eeprom_93xx46_probe() 365 sysfs_remove_bin_file(&spi->dev.kobj, &edev->bin); in eeprom_93xx46_remove()
|
D | at24.c | 67 struct bin_attribute bin; member 580 sysfs_bin_attr_init(&at24->bin); in at24_probe() 581 at24->bin.attr.name = "eeprom"; in at24_probe() 582 at24->bin.attr.mode = chip.flags & AT24_FLAG_IRUGO ? S_IRUGO : S_IRUSR; in at24_probe() 583 at24->bin.read = at24_bin_read; in at24_probe() 584 at24->bin.size = chip.byte_len; in at24_probe() 596 at24->bin.write = at24_bin_write; in at24_probe() 597 at24->bin.attr.mode |= S_IWUSR; in at24_probe() 630 err = sysfs_create_bin_file(&client->dev.kobj, &at24->bin); in at24_probe() 637 at24->bin.size, client->name, in at24_probe() [all …]
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
D | Makefile | 5 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o 13 $(obj)/vmlinux.bin: vmlinux FORCE 16 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 21 $(obj)/piggy.o: $(obj)/vmlinux.lds $(obj)/vmlinux.bin.gz FORCE
|
/linux-4.4.14/arch/xtensa/boot/ |
D | Makefile | 36 vmlinux.bin: vmlinux FORCE 39 vmlinux.bin.gz: vmlinux.bin FORCE 42 boot-elf: vmlinux.bin 43 boot-redboot: vmlinux.bin.gz 44 boot-uboot: vmlinux.bin.gz
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | Makefile | 7 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o 28 $(obj)/vmlinux.bin: vmlinux FORCE 31 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 37 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE
|
/linux-4.4.14/arch/x86/boot/ |
D | Makefile | 21 targets := vmlinux.bin setup.bin setup.elf bzImage 67 cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \ 70 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE 74 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S 75 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE 106 OBJCOPYFLAGS_setup.bin := -O binary 107 $(obj)/setup.bin: $(obj)/setup.elf FORCE 163 if [ -f /usr/$$i/syslinux/isolinux.bin ] ; then \ 164 cp /usr/$$i/syslinux/isolinux.bin $(obj)/isoimage ; \ 174 mkisofs -J -r -o $(obj)/image.iso -b isolinux.bin -c boot.cat \
|
D | install.sh | 36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
D | .gitignore | 8 setup.bin
|
/linux-4.4.14/drivers/uwb/i1480/dfu/ |
D | mac.c | 41 const u32 *bin; member 78 hdr->bin = data_itr; in fw_hdr_load() 171 size_t size = hdr->length*sizeof(hdr->bin[0]); in i1480_fw_cmp() 173 u8 *bin = (u8 *) hdr->bin; in i1480_fw_cmp() local 183 if (memcmp(i1480->cmd_buf, bin + src_itr, result)) { in i1480_fw_cmp() 186 if (bin[src_itr + cnt] != buf[cnt]) { in i1480_fw_cmp() 190 bin[src_itr + cnt], buf[cnt]); in i1480_fw_cmp() 226 hdr_itr->length * sizeof(hdr_itr->bin[0]), in mac_fw_hdrs_push() 228 result = i1480->write(i1480, hdr_itr->address, hdr_itr->bin, in mac_fw_hdrs_push() 229 hdr_itr->length*sizeof(hdr_itr->bin[0])); in mac_fw_hdrs_push() [all …]
|
/linux-4.4.14/Documentation/scsi/ |
D | wd719x.txt | 11 This script downloads and extracts the firmware, creating wd719x-risc.bin and 12 d719x-wcs.bin files. Put them in /lib/firmware/. 14 #!/bin/sh 19 dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336 20 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
|
/linux-4.4.14/tools/lguest/ |
D | extract | 24 /bin/echo "$LINE" | sed -e "s/$PREFIX:[0-9]*//" -e "s/:\*/*/" >&3 34 /bin/echo "$LINE" | sed "s/$PREFIX:[0-9]*//" >&3 37 /bin/echo "$LINE" | sed -e "s/:\*/*/" -e "s,/\*\*/,," >&3 42 /bin/echo "$LINE" >&3
|
/linux-4.4.14/arch/avr32/boot/images/ |
D | Makefile | 9 extra-y := vmlinux.bin vmlinux.gz 11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id 12 $(obj)/vmlinux.bin: vmlinux FORCE 15 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE 57 clean-files := vmlinux.elf vmlinux.bin vmlinux.gz uImage uImage.srec
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | Makefile | 24 cmd_image = cat $(obj)/decompress.bin $(obj)/piggy.gz > $@ 26 targets := vmlinux piggy.gz decompress.o decompress.bin 31 $(obj)/decompress.bin: $(obj)/decompress.o FORCE 34 $(obj)/vmlinux: $(obj)/piggy.gz $(obj)/decompress.bin FORCE
|
D | README | 17 the binary file decompress.bin, which is catted together with piggy.img
|
/linux-4.4.14/arch/score/boot/ |
D | Makefile | 9 targets := vmlinux.bin 11 $(obj)/vmlinux.bin: vmlinux FORCE 15 clean-files += vmlinux.bin
|
/linux-4.4.14/arch/nios2/boot/ |
D | Makefile | 13 OBJCOPYFLAGS_vmlinux.bin := -O binary 15 targets += vmlinux.bin vmlinux.gz vmImage 17 $(obj)/vmlinux.bin: vmlinux FORCE 20 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
|
D | install.sh | 36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/Documentation/x86/ |
D | early-microcode.txt | 14 on Intel: kernel/x86/microcode/GenuineIntel.bin 15 on AMD : kernel/x86/microcode/AuthenticAMD.bin 33 /boot/initrd-3.5.0.ucode.img with original microcode microcode.bin and 39 cp ../microcode.bin kernel/x86/microcode/GenuineIntel.bin (or AuthenticAMD.bin)
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile.config | 20 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) 42 bindir ?= /usr/bin 48 INSTALL = /usr/bin/install -c 88 STRIPCMD = /bin/true -Since_we_are_debugging
|
/linux-4.4.14/Documentation/trace/ |
D | uprobetracer.txt | 71 as below: (sets a uprobe at an offset of 0x4245c0 in the executable /bin/bash) 73 echo 'p: /bin/bash:0x4245c0' > /sys/kernel/debug/tracing/uprobe_events 77 echo 'r: /bin/bash:0x4245c0' > /sys/kernel/debug/tracing/uprobe_events 92 at the probed text address. Probe zfree function in /bin/zsh: 95 # cat /proc/`pgrep zsh`/maps | grep /bin/zsh | grep r-xp 96 00400000-0048a000 r-xp 00000000 08:03 130904 /bin/zsh 97 # objdump -T /bin/zsh | grep -w zfree 100 0x46420 is the offset of zfree in object /bin/zsh that is loaded at 103 # echo 'p:zfree_entry /bin/zsh:0x46420 %ip %ax' > uprobe_events 107 # echo 'r:zfree_exit /bin/zsh:0x46420 %ip %ax' >> uprobe_events [all …]
|
D | coresight.txt | 238 of=~/cstrace.bin 245 The file cstrace.bin can be decompressed using "ptm2human", DS-5 or Trace32.
|
/linux-4.4.14/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2-timings.txt | 1 * AC timing parameters of LPDDR2(JESD209-2) memories for a given speed-bin 5 - min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32> 6 - max-freq : maximum DDR clock frequency for the speed-bin. Type is <u32> 11 data-sheet of the device for a given speed-bin. All these properties are
|
D | lpddr2.txt | 37 a given speed-bin. The user may provide the timings for as many
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | Makefile | 11 always := realmode.bin realmode.relocs 53 OBJCOPYFLAGS_realmode.bin := -O binary 55 targets += realmode.bin 56 $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE
|
/linux-4.4.14/arch/sh/boot/romimage/ |
D | Makefile | 7 targets := vmlinux head.o zeropage.bin piggy.o 24 $(obj)/zeropage.bin: vmlinux FORCE 29 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/zeropage.bin arch/sh/boot/zImage FORCE
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | Makefile | 12 targets := vmlinux.bin vmlinux.gz $(targets-y) 26 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE 29 $(obj)/vmlinux.bin: vmlinux FORCE
|
/linux-4.4.14/tools/net/ |
D | Makefile | 33 install bpf_jit_disasm $(prefix)/bin/bpf_jit_disasm 34 install bpf_dbg $(prefix)/bin/bpf_dbg 35 install bpf_asm $(prefix)/bin/bpf_asm
|
/linux-4.4.14/Documentation/ |
D | mono.txt | 22 /usr/bin/mono (which could be located elsewhere, for example 23 /usr/local/bin/mono) is working. 50 # Replace /usr/bin/mono with the correct pathname to 51 # the Mono CLR runtime (usually /usr/local/bin/mono 53 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register 63 /usr/bin/xsd.exe
|
D | dontdiff | 4 *.bin 191 pca200e.bin 216 setup.bin 245 vmlinux.bin.all 254 wakeup.bin
|
D | binfmt_misc.txt | 50 e.g. If your interp is set to /bin/foo and you run `blah` (which is 51 in /usr/local/bin), then the kernel will execute /bin/foo with 52 argv[] set to ["/bin/foo", "/usr/local/bin/blah", "blah"]. The 53 interp has to be aware of this so it can execute /usr/local/bin/blah 92 …\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfb\xff\xff:/bin/em86:' > register 93 …\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfb\xff\xff:/bin/em86:' > register 96 echo ':DEXE:M::\x0eDEX::/usr/bin/dosexec:' > register 99 echo ':DOSWin:M::MZ::/usr/local/bin/wine:' > register
|
D | java.txt | 32 ':Java:M::\xca\xfe\xba\xbe::/usr/local/bin/javawrapper:' 34 ':ExecutableJAR:E::jar::/usr/local/bin/jarwrapper:' 36 ':Applet:E::html::/usr/bin/appletviewer:' 38 ':Applet:M::<!--applet::/usr/bin/appletviewer:' 55 and stick it to /usr/local/bin. 61 #!/bin/bash 62 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java 71 FQCLASS=`/usr/local/bin/javaclassname $1` 146 /usr/bin/java $FQCLASS "$@" 357 #!/bin/bash [all …]
|
D | btmrvl.txt | 113 /lib/firmware/sd8688_helper.bin 114 /lib/firmware/sd8688.bin
|
D | debugging-modules.txt | 14 echo '#! /bin/sh' > /tmp/modprobe
|
D | init.txt | 35 non-script binary such as /bin/sh and confirm its successful execution.
|
D | gcov.txt | 207 #!/bin/bash 238 #!/bin/bash -e
|
D | SAK.txt | 30 echo "control alt keycode 101 = SAK" | /bin/loadkeys
|
D | sparse.txt | 92 as a regular user, and it will install sparse in your ~/bin directory.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | android.txt | 15 …export NDK_TOOLCHAIN=${NDK}/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-… 18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.6/prebuilt/linux-x86/bin/i686-linux-android- 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive
|
D | perf-script-python.txt | 198 raw_syscalls__sys_enter 1 00840.847710478 6533 npviewer.bin id=78, args= 199 raw_syscalls__sys_enter 1 00840.847719204 6533 npviewer.bin id=142, args= 200 raw_syscalls__sys_enter 1 00840.847755445 6533 npviewer.bin id=3, args= 201 raw_syscalls__sys_enter 1 00840.847775601 6533 npviewer.bin id=3, args= 202 raw_syscalls__sys_enter 1 00840.847781820 6533 npviewer.bin id=3, args= 353 into the perf/scripts/python/bin directory in the kernel source tree. 358 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-record 360 #!/bin/bash 366 the perf/scripts/python/bin directory. In that script, you write the 370 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-report [all …]
|
D | Makefile | 41 bindir?=$(prefix)/bin 65 PERL_PATH = /usr/bin/perl
|
D | perf-probe.txt | 219 Add probes at zfree() function on /bin/zsh 221 ./perf probe -x /bin/zsh zfree or ./perf probe /bin/zsh zfree
|
/linux-4.4.14/arch/c6x/boot/ |
D | Makefile | 5 OBJCOPYFLAGS_vmlinux.bin := -O binary 6 $(obj)/vmlinux.bin: vmlinux FORCE
|
/linux-4.4.14/arch/s390/boot/ |
D | install.sh | 24 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/arch/x86/realmode/ |
D | Makefile | 15 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin 17 $(obj)/rm/realmode.bin: FORCE
|
/linux-4.4.14/arch/sparc/boot/ |
D | install.sh | 36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
D | Makefile | 42 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment 43 $(obj)/image.bin: $(obj)/image FORCE 46 $(obj)/image.gz: $(obj)/image.bin
|
/linux-4.4.14/arch/m68k/ |
D | install.sh | 36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/arch/metag/ |
D | Makefile | 61 boot_targets += uImage.bin 62 boot_targets += vmlinux.bin 66 all: vmlinux.bin
|
/linux-4.4.14/arch/arm64/boot/ |
D | install.sh | 24 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/arch/ia64/ |
D | install.sh | 24 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/drivers/char/ |
D | dsp56k.c | 125 static int dsp56k_upload(u_char __user *bin, int len) in dsp56k_upload() argument 170 get_user(dsp56k_host_interface.data.b[1], bin++); in dsp56k_upload() 171 get_user(dsp56k_host_interface.data.b[2], bin++); in dsp56k_upload() 172 get_user(dsp56k_host_interface.data.b[3], bin++); in dsp56k_upload() 319 char __user *bin; in dsp56k_ioctl() local 325 if(get_user(bin, &binary->bin) < 0) in dsp56k_ioctl() 335 r = dsp56k_upload(bin, len); in dsp56k_ioctl()
|
/linux-4.4.14/arch/parisc/ |
D | install.sh | 40 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/arch/mn10300/boot/ |
D | Makefile | 13 targets := vmlinux.bin zImage 24 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE
|
/linux-4.4.14/arch/arm/boot/ |
D | install.sh | 38 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
/linux-4.4.14/arch/powerpc/boot/ |
D | install.sh | 26 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
|
D | zImage.ps3.lds.S | 7 .kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) }
|
D | wrapper | 207 ext=bin 247 ext=bin 249 ksection=.kernel:vmlinux.bin 484 odir="$(dirname "$ofile.bin")"
|
D | .gitignore | 23 zImage.bin.*
|
/linux-4.4.14/drivers/net/wan/ |
D | Makefile | 51 $(LD68K) --oformat binary -Ttext 0x1000 $(obj)/wanxlfw.o -o $(obj)/wanxlfw.bin; \ 52 …hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static const u8 firmwa… 53 rm -f $(obj)/wanxlfw.bin $(obj)/wanxlfw.o
|
/linux-4.4.14/Documentation/device-mapper/ |
D | linear.txt | 17 #!/bin/sh 24 #!/bin/sh 34 #!/usr/bin/perl -w
|
D | delay.txt | 17 #!/bin/sh 23 #!/bin/sh
|
D | dm-crypt.txt | 86 #!/bin/sh 92 #!/bin/sh
|
D | striped.txt | 26 #!/usr/bin/perl -w
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | Makefile | 23 install -d $(DESTDIR)$(PREFIX)/bin 24 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
|
/linux-4.4.14/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 7 bindir = /usr/bin 9 INSTALL = /usr/bin/install
|
/linux-4.4.14/arch/xtensa/boot/boot-elf/ |
D | Makefile | 21 $(obj)/Image.o: vmlinux.bin $(OBJS) 23 --add-section image=vmlinux.bin \
|
/linux-4.4.14/Documentation/fmc/ |
D | identifiers.txt | 69 -s HCCFFIA___-CR000003 -p EDA-02063-V5-0 > eeprom.bin 76 #!/bin/sh 87 ./fru-generator -s "${serial}${ns}" > eeprom-${ns}.bin 152 spusa$ sudo gensdbfs . /lib/firmware/fdelay-eeprom.bin 153 spusa$ sdb-read -l -e 0x100 /lib/firmware/fdelay-eeprom.bin 159 spusa$ ../fru-dump /lib/firmware/fdelay-eeprom.bin 160 /lib/firmware/fdelay-eeprom.bin: manufacturer: CERN 161 /lib/firmware/fdelay-eeprom.bin: product-name: FmcDelay1ns4cha 162 /lib/firmware/fdelay-eeprom.bin: serial-number: proto-0 163 /lib/firmware/fdelay-eeprom.bin: part-number: EDA-02267-V3
|
D | fmc-fakedev.txt | 26 spusa.root# insmod fmc-fakedev.ko eeprom=fdelay-eeprom.bin 27 [ 121.447464] fake-fmc-carrier: Mezzanine 0: eeprom "fdelay-eeprom.bin"
|
D | fmc-write-eeprom.txt | 23 * If the file name ends with `.bin' it is written verbatim starting 69 spusa.root# insmod fmc-write-eeprom.ko busid=0 file=fdelay-eeprom.bin; \
|
D | mezzanine.txt | 120 gateware=fmc/fine-delay.bin,fmc/simple-dio.bin
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 29 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd) 73 bindir ?= /usr/bin 85 INSTALL = /usr/bin/install -c
|
D | README | 30 /usr/lib; cpupower, cpufreq-bench_plot.sh to put in /usr/bin; and
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 22 $(obj)/zImage.o: vmlinux.bin.gz $(OBJS) 24 --add-section image=vmlinux.bin.gz \
|
/linux-4.4.14/arch/c6x/ |
D | Makefile | 35 all: vmlinux.bin 49 vmlinux.bin: vmlinux
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck.sh | 27 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH 28 . tools/testing/selftests/rcutorture/bin/functions.sh
|
D | kvm-recheck-rcu.sh | 33 . tools/testing/selftests/rcutorture/bin/functions.sh
|
D | kvm-test-1-run.sh | 47 . $KVM/bin/functions.sh
|
D | kvm.sh | 40 PATH=${KVM}/bin:$PATH; export PATH
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | Makefile | 7 bindir = /usr/bin 9 INSTALL = /usr/bin/install
|
/linux-4.4.14/Documentation/dvb/ |
D | udev.txt | 25 #!/bin/sh 26 /bin/echo $1 | /bin/sed -e 's,dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\),dvb/adapter\1/\2\3,'
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | Makefile | 45 $(obj)/spu_%.bin: $(src)/spu_% 61 $(obj)/%_dump.h: $(obj)/%.bin
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | Makefile | 69 rm -f $@; /bin/false); else /bin/false; fi
|
/linux-4.4.14/Documentation/input/ |
D | walkera0701.txt | 78 24 bin+oct values + 1 bin value = 24*4+1 bits = 97 bits 81 to bin change or octal value to bin change).
|
/linux-4.4.14/Documentation/cgroups/ |
D | pids.txt | 56 # ( /bin/echo "Here's some processes for you." | cat ) 71 # ( /bin/echo "Here's some processes for you." | cat ) 80 # /bin/echo "We can't even spawn a single process now." 83 # /bin/echo "We can't even spawn a single process now."
|
D | cpusets.txt | 687 /bin/echo 2-3 > cpuset.cpus 688 /bin/echo 1 > cpuset.mems 689 /bin/echo $$ > tasks 749 # /bin/echo 1 > cpuset.cpu_exclusive 752 # /bin/echo 0-7 > cpuset.cpus 755 # /bin/echo 0-7 > cpuset.mems 758 # /bin/echo $$ > tasks 787 # /bin/echo 1-4 > cpuset.cpus -> set cpus list to cpus 1,2,3,4 788 # /bin/echo 1,2,3,4 > cpuset.cpus -> set cpus list to cpus 1,2,3,4 793 # /bin/echo 1-4,6 > cpuset.cpus -> set cpus list to cpus 1,2,3,4,6 [all …]
|
D | cgroups.txt | 331 /bin/echo 2-3 > cpuset.cpus 332 /bin/echo 1 > cpuset.mems 333 /bin/echo $$ > tasks 411 # /bin/echo $$ > tasks 427 # /bin/echo PID > tasks 432 # /bin/echo PID1 > tasks 433 # /bin/echo PID2 > tasks 435 # /bin/echo PIDn > tasks 674 Q: what's up with this '/bin/echo' ?
|
/linux-4.4.14/Documentation/isdn/ |
D | README.icn | 126 loadpg.bin - Image of the bootstrap loader. 127 pc_1t_ca.bin - Image of firmware for german 1TR6 protocol. 128 pc_eu_ca.bin - Image if firmware for EDSS1 (Euro-ISDN) protocol. 133 icnctrl -d Idstring load /etc/isdn/loadpg.bin /etc/isdn/pc_XX_ca.bin
|
/linux-4.4.14/arch/mn10300/ |
D | Makefile | 75 CLEAN_FILES += $(boot)/compressed/vmlinux.bin 76 CLEAN_FILES += $(boot)/compressed/vmlinux.bin.gz
|
/linux-4.4.14/sound/oss/ |
D | msnd.c | 301 int msnd_upload_host(multisound_dev_t *dev, char *bin, int len) in msnd_upload_host() argument 311 if (msnd_send_word(dev, bin[i], bin[i + 1], bin[i + 2]) != 0) in msnd_upload_host()
|
D | msnd.h | 274 int msnd_upload_host(multisound_dev_t *dev, char *bin, int len);
|
D | Kconfig | 39 default "/etc/sound/msndinit.bin" 50 default "/etc/sound/msndperm.bin" 101 default "/etc/sound/pndspini.bin" 112 default "/etc/sound/pndsperm.bin"
|
/linux-4.4.14/arch/avr32/ |
D | Makefile | 46 BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec 63 vmlinux.elf vmlinux.bin uImage.srec uImage vmlinux.cso: vmlinux
|
/linux-4.4.14/arch/cris/ |
D | Makefile | 94 $(boot)/compressed/decompress.bin \ 96 $(boot)/rescue/rescue.bin
|
/linux-4.4.14/drivers/atm/ |
D | .gitignore | 4 pca200e.bin
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dsp56k.h | 16 char __user *bin; member
|
/linux-4.4.14/Documentation/arm/keystone/ |
D | knav-qmss.txt | 39 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator 45 ubifs file system and provide a sym link to k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin 48 "firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP"
|
/linux-4.4.14/tools/testing/selftests/cpu-hotplug/ |
D | Makefile | 8 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
|
/linux-4.4.14/arch/arm/tools/ |
D | Makefile | 10 $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
|
/linux-4.4.14/arch/sh/tools/ |
D | Makefile | 16 $(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
|
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 9 install x86_energy_perf_policy ${DESTDIR}/usr/bin/
|
/linux-4.4.14/tools/testing/selftests/memory-hotplug/ |
D | Makefile | 10 @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 299 boot-y := vmlinux.bin 304 boot-y += uImage.bin 313 bootz-y += vmlinuz.bin 318 rom.bin rom.sw: vmlinux 357 /bin/false
|
D | Kconfig | 617 …# See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecati… 677 …# See http://www.linux-mips.org/cgi-bin/mesg.cgi?a=linux-mips&i=20091119164009.GA15038%40deprecati… 2755 bool "vmlinux.bin" 2758 DTB) appended to raw vmlinux.bin (without decompressor). 2759 (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb). 2768 to vmlinux.bin. Do not leave this option active in a production kernel 2772 bool "vmlinuz.bin" 2776 DTB) appended to raw vmlinuz.bin (with decompressor). 2777 (e.g. cat vmlinuz.bin <filename>.dtb > vmlinuz_w_dtb). 2786 to vmlinuz.bin. Do not leave this option active in a production kernel
|
/linux-4.4.14/scripts/gdb/linux/ |
D | Makefile | 3 SRCTREE := $(shell cd $(srctree) && /bin/pwd)
|
/linux-4.4.14/arch/xtensa/boot/boot-uboot/ |
D | Makefile | 18 $(obj)/../uImage: vmlinux.bin.gz FORCE
|
/linux-4.4.14/tools/thermal/tmon/ |
D | Makefile | 3 BINDIR=usr/bin
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 250 SHELL_PATH = /bin/sh 253 PERL_PATH = /usr/bin/perl 545 $(INSTALL) scripts/perl/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/perl/bin' 553 $(INSTALL) scripts/python/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python/bin' 566 install-bin: install-tools install-tests 568 install: install-bin try-install-man install-traceevent-plugins
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | Platform | 11 all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin
|
/linux-4.4.14/tools/build/ |
D | Makefile.feature | 10 …FLAGS="$(LDFLAGS) $(FEATURE_CHECK_LDFLAGS-$(1))" -C $(feature_dir) test-$1.bin >/dev/null 2>/dev/n… 104 …="$(EXTRA_CFLAGS)" LDFLAGS=$(LDFLAGS) -i -j -C $(feature_dir) $(addsuffix .bin,$(FEATURE_TESTS)) >…
|
/linux-4.4.14/drivers/video/logo/ |
D | logo_m32r_clut224.ppm | 7 # convert - imagemagick: /usr/bin/convert
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 258 struct ath9k_channel *chan, int bin) in ar5008_hw_cmn_spur_mitigate() argument 281 upper = bin + 100; in ar5008_hw_cmn_spur_mitigate() 282 lower = bin - 100; in ar5008_hw_cmn_spur_mitigate() 302 upper = bin + 120; in ar5008_hw_cmn_spur_mitigate() 303 lower = bin - 120; in ar5008_hw_cmn_spur_mitigate() 308 volatile int tmp_v = abs(cur_vit_mask - bin); in ar5008_hw_cmn_spur_mitigate() 423 int bin; in ar5008_hw_spur_mitigate() local 447 bin = bb_spur * 32; in ar5008_hw_spur_mitigate() 475 ar5008_hw_cmn_spur_mitigate(ah, chan, bin); in ar5008_hw_spur_mitigate()
|
D | ar9002_phy.c | 172 int bin; in ar9002_hw_spur_mitigate() local 222 bin = bb_spur * 320; in ar9002_hw_spur_mitigate() 274 ar5008_hw_cmn_spur_mitigate(ah, chan, bin); in ar9002_hw_spur_mitigate()
|
D | dfs.c | 54 u8 bin[28]; member 58 u8 bin[64]; member
|
/linux-4.4.14/arch/cris/boot/ |
D | Makefile | 20 $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
|
/linux-4.4.14/net/atm/ |
D | atm_sysfs.c | 35 int bin[] = { 1, 2, 10, 6, 1 }, *fmt = bin; in show_atmaddress() local
|
/linux-4.4.14/arch/score/ |
D | Makefile | 34 vmlinux.bin: vmlinux
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-sfi | 15 # cat $TABLENAME > $TABLENAME.bin
|
D | sysfs-firmware-memmap | 63 #!/bin/bash
|
/linux-4.4.14/tools/testing/selftests/pstore/ |
D | common_tests | 68 /bin/echo "$@" | tee -a $LOG_FILE
|
/linux-4.4.14/security/tomoyo/ |
D | Kconfig | 75 option. For example, if you pass init=/bin/systemd option, you may 76 want to also pass TOMOYO_trigger=/bin/systemd option.
|
/linux-4.4.14/drivers/scsi/arcmsr/ |
D | arcmsr_attr.c | 65 struct bin_attribute *bin, in arcmsr_sysfs_iop_message_read() argument 112 struct bin_attribute *bin, in arcmsr_sysfs_iop_message_write() argument 160 struct bin_attribute *bin, in arcmsr_sysfs_iop_message_clear() argument
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs.txt | 107 #!/bin/bash 111 cut=/usr/bin/cut 112 getent=/usr/bin/getent
|
D | pnfs-block-server.txt | 28 #!/bin/sh
|
/linux-4.4.14/Documentation/ia64/ |
D | xen.txt | 44 O=$(/bin/pwd)/build-linux-2.6.18-xen_ia64 58 # cp -ax /{dev,var,etc,usr,bin,sbin,lib} /mnt 96 http://elilo.sourceforge.net/cgi-bin/blosxom
|
/linux-4.4.14/arch/tile/ |
D | Makefile | 17 CROSS_COMPILE := $(TILERA_ROOT)/bin/tile-
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | snowball.conf | 15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
|
D | README | 14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
|
D | crosstests.conf | 78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
|
/linux-4.4.14/sound/isa/msnd/ |
D | msnd.c | 125 int snd_msnd_upload_host(struct snd_msnd *dev, const u8 *bin, int len) in snd_msnd_upload_host() argument 136 if (snd_msnd_send_word(dev, bin[i], bin[i + 1], bin[i + 2])) in snd_msnd_upload_host()
|
D | msnd.h | 294 const u8 *bin, int len);
|
/linux-4.4.14/tools/usb/usbip/ |
D | INSTALL | 107 `/usr/local/bin', include files under `/usr/local/include', etc. You 191 ./configure CC=/usr/local2/bin/gcc 199 CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | Makefile | 5 SHELL=/bin/bash 210 @(ln -sf `cd $(MEDIA_SRC_DIR) && /bin/pwd`/v4l/*xml $(MEDIA_OBJ_DIR)/) 211 @(ln -sf `cd $(MEDIA_SRC_DIR) && /bin/pwd`/dvb/*xml $(MEDIA_OBJ_DIR)/)
|
/linux-4.4.14/Documentation/filesystems/ |
D | devpts.txt | 42 $ ns_exec -cm /bin/bash 50 where 'ns_exec -cm /bin/bash' calls clone() with CLONE_NEWNS flag and execs 51 /bin/bash in the child process. A pty created by the sshd is not visible in
|
D | ramfs-rootfs-initramfs.txt | 147 dir /bin 755 1000 1000 148 slink /bin/sh busybox 777 0 0 149 file /bin/busybox initramfs/busybox 755 0 0 185 #!/bin/sh 276 "init=/bin/sh". The initramfs equivalent is "rdinit=/bin/sh", and it's
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 102 SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;E:\ORAWIN95\BIN;f:\msdev\bin;e:\v30\bin.dbg;v:\devt\v30\bin;…
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-dmcrypt.txt | 69 #!/bin/sh 70 PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
D | s2ram.txt | 32 #!/bin/sh
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 84 /usr/bin/mixartloader 85 (for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
|
D | emu10k1-jack.txt | 27 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | eeprom.c | 40 static u16 ath5k_eeprom_bin2freq(struct ath5k_eeprom_info *ee, u16 bin, in ath5k_eeprom_bin2freq() argument 45 if (bin == AR5K_EEPROM_CHANNEL_DIS) in ath5k_eeprom_bin2freq() 46 return bin; in ath5k_eeprom_bin2freq() 50 val = (5 * bin) + 4800; in ath5k_eeprom_bin2freq() 52 val = bin > 62 ? (10 * 62) + (5 * (bin - 62)) + 5100 : in ath5k_eeprom_bin2freq() 53 (bin * 10) + 5100; in ath5k_eeprom_bin2freq() 56 val = bin + 2300; in ath5k_eeprom_bin2freq() 58 val = bin + 2400; in ath5k_eeprom_bin2freq()
|
/linux-4.4.14/tools/scripts/ |
D | Makefile.include | 15 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 207 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-sst-cldma.c | 208 skl_cldma_copy_to_buf(struct sst_dsp *ctx, const void *bin, u32 total_size) in skl_cldma_copy_to_buf() argument 215 const void *curr_pos = bin; in skl_cldma_copy_to_buf()
|
D | skl-sst-cldma.h | 216 const void *bin, u32 size);
|
/linux-4.4.14/ |
D | .gitignore | 26 *.bin
|
D | Makefile | 136 && /bin/pwd) 295 else if [ -x /bin/bash ]; then echo /bin/bash; \ 586 /bin/false) 928 $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py 973 /bin/false; \ 1126 @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source
|
/linux-4.4.14/Documentation/zh_CN/ |
D | sparse.txt | 85 它将会被自动安装到你的 ~/bin 目录下。
|
/linux-4.4.14/arch/arm/configs/ |
D | acs5k_tiny_defconfig | 19 CONFIG_CMDLINE="console=ttyAM0,115200 init=/bin/sh"
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgt215.c | 102 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; in gt215_link_train_calc() local 132 bin = i + 3; in gt215_link_train_calc() 139 median[i] = max(median[i], (u8) (bin << 4)); in gt215_link_train_calc() 140 median[i] = min(median[i], (u8) ((bin << 4) | 0xf)); in gt215_link_train_calc() 145 train->r_1111e0 = 0x02000000 | (bin * 0x101); in gt215_link_train_calc()
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 38 …http://www.moe.co.uk/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt…
|
D | initrd.txt | 24 #!/bin/sh
|
/linux-4.4.14/arch/arc/ |
D | Makefile | 115 boot_targets += uImage uImage.bin uImage.gz
|
/linux-4.4.14/samples/bpf/ |
D | Makefile | 68 LLC=$(srctree)/tools/bpf/llvm/bld/Debug+Asserts/bin/llc
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 59 rescue mode with init=/bin/sh, even when the /dev directory 129 For example, you might set CONFIG_EXTRA_FIRMWARE="usb8388.bin", copy 130 the usb8388.bin file into the firmware directory, and build the kernel. 131 Then any request_firmware("usb8388.bin") will be satisfied internally
|
/linux-4.4.14/arch/um/ |
D | Makefile | 24 SHELL := /bin/bash
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 68 fsl,sdma-ram-script-name = "sdma-imx51.bin";
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | nvmem.txt | 54 speed_bin: speed-bin@c{
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | Makefile | 66 RDES2C = /n/asic/bin/rdes2c
|
/linux-4.4.14/Documentation/frv/ |
D | booting.txt | 49 load -b 0x00100000 -r /tftpboot/image.bin 182 /sbin/init, but /sbin/sash or /bin/sh are common alternatives.
|
/linux-4.4.14/tools/perf/tests/ |
D | make | 56 make_install_bin := install-bin 159 installed_files_bin := bin/perf
|
/linux-4.4.14/Documentation/cris/ |
D | README | 139 using /bin/sash as shell. 180 17# ls -l /bin
|
/linux-4.4.14/Documentation/networking/ |
D | fore200e.txt | 51 1. Copy the new firmware binary files (with .bin, .bin1 or .bin2 suffix)
|
D | cxacru.txt | 7 Note: support for cxacru-cf.bin has been removed. It was not loaded correctly
|
/linux-4.4.14/arch/blackfin/ |
D | Makefile | 144 BOOT_TARGETS = uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | README | 24 o. Copy the firmware image (e.g. usb8388.bin) to /lib/firmware/ 28 insmod usb8388.ko [fw_name=usb8388.bin]
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 203 API-sysfs-create-bin-file 204 API-sysfs-remove-bin-file
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 182 #!/bin/bash 217 #!/bin/bash
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 282 #!/bin/bash 290 VBETOOL=/usr/local/bin 308 #!/bin/bash
|
/linux-4.4.14/Documentation/accounting/ |
D | delay-accounting.txt | 106 bin data1 data3 data5 dev home media opt root srv sys usr
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | Makefile | 70 RDES2C = /n/asic/bin/rdes2c
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 51 # ionice -c2 -n0 /bin/ls
|