Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 200 of 261) sorted by relevance

12

/linux-4.4.14/tools/build/feature/
DMakefile3 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.gitignore2 *.bin
/linux-4.4.14/firmware/
DMakefile24 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 …]
DWHENCE68 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.gitignore3 *.bin
/linux-4.4.14/arch/blackfin/boot/
DMakefile9 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 …]
Dinstall.sh39 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/arch/sh/boot/
DMakefile22 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/
DMakefile9 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/
DMakefile7 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/
DMakefile22 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/
DMakefile26 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/
DMakefile7 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.gitignore1 vmlinux.bin.*
/linux-4.4.14/arch/x86/boot/compressed/
DMakefile21 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.gitignore2 vmlinux.bin.all
/linux-4.4.14/arch/arc/boot/
DMakefile1 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/
DMakefile7 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/
Dtimekeeping_debug.c30 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/
DMakefile5 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.gitignore2 linux.bin*
/linux-4.4.14/arch/h8300/boot/
DMakefile3 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/
DMakefile4 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/
Dirqueue.c451 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/
DMakefile30 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/
DKconfig15 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/
DMakefile47 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/
Di2c-slave-eeprom.c26 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/
Dat25.c35 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 …]
Deeprom_93xx46.c31 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()
Dat24.c67 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/
DMakefile5 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/
DMakefile36 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/
DMakefile7 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/
DMakefile21 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 \
Dinstall.sh36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
D.gitignore8 setup.bin
/linux-4.4.14/drivers/uwb/i1480/dfu/
Dmac.c41 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/
Dwd719x.txt11 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/
Dextract24 /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/
DMakefile9 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/
DMakefile24 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
DREADME17 the binary file decompress.bin, which is catted together with piggy.img
/linux-4.4.14/arch/score/boot/
DMakefile9 targets := vmlinux.bin
11 $(obj)/vmlinux.bin: vmlinux FORCE
15 clean-files += vmlinux.bin
/linux-4.4.14/arch/nios2/boot/
DMakefile13 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
Dinstall.sh36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/Documentation/x86/
Dearly-microcode.txt14 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/
DMakefile.config20 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/
Duprobetracer.txt71 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 …]
Dcoresight.txt238 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/
Dlpddr2-timings.txt1 * 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
Dlpddr2.txt37 a given speed-bin. The user may provide the timings for as many
/linux-4.4.14/arch/x86/realmode/rm/
DMakefile11 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/
DMakefile7 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/
DMakefile12 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/
DMakefile33 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/
Dmono.txt22 /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
Ddontdiff4 *.bin
191 pca200e.bin
216 setup.bin
245 vmlinux.bin.all
254 wakeup.bin
Dbinfmt_misc.txt50 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
Djava.txt32 ':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 …]
Dbtmrvl.txt113 /lib/firmware/sd8688_helper.bin
114 /lib/firmware/sd8688.bin
Ddebugging-modules.txt14 echo '#! /bin/sh' > /tmp/modprobe
Dinit.txt35 non-script binary such as /bin/sh and confirm its successful execution.
Dgcov.txt207 #!/bin/bash
238 #!/bin/bash -e
DSAK.txt30 echo "control alt keycode 101 = SAK" | /bin/loadkeys
Dsparse.txt92 as a regular user, and it will install sparse in your ~/bin directory.
/linux-4.4.14/tools/perf/Documentation/
Dandroid.txt15 …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
Dperf-script-python.txt198 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 …]
DMakefile41 bindir?=$(prefix)/bin
65 PERL_PATH = /usr/bin/perl
Dperf-probe.txt219 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/
DMakefile5 OBJCOPYFLAGS_vmlinux.bin := -O binary
6 $(obj)/vmlinux.bin: vmlinux FORCE
/linux-4.4.14/arch/s390/boot/
Dinstall.sh24 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/arch/x86/realmode/
DMakefile15 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
17 $(obj)/rm/realmode.bin: FORCE
/linux-4.4.14/arch/sparc/boot/
Dinstall.sh36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
DMakefile42 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/
Dinstall.sh36 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/arch/metag/
DMakefile61 boot_targets += uImage.bin
62 boot_targets += vmlinux.bin
66 all: vmlinux.bin
/linux-4.4.14/arch/arm64/boot/
Dinstall.sh24 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/arch/ia64/
Dinstall.sh24 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/drivers/char/
Ddsp56k.c125 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/
Dinstall.sh40 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/arch/mn10300/boot/
DMakefile13 targets := vmlinux.bin zImage
24 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE
/linux-4.4.14/arch/arm/boot/
Dinstall.sh38 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
/linux-4.4.14/arch/powerpc/boot/
Dinstall.sh26 if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
DzImage.ps3.lds.S7 .kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) }
Dwrapper207 ext=bin
247 ext=bin
249 ksection=.kernel:vmlinux.bin
484 odir="$(dirname "$ofile.bin")"
D.gitignore23 zImage.bin.*
/linux-4.4.14/drivers/net/wan/
DMakefile51 $(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/
Dlinear.txt17 #!/bin/sh
24 #!/bin/sh
34 #!/usr/bin/perl -w
Ddelay.txt17 #!/bin/sh
23 #!/bin/sh
Ddm-crypt.txt86 #!/bin/sh
92 #!/bin/sh
Dstriped.txt26 #!/usr/bin/perl -w
/linux-4.4.14/tools/power/x86/turbostat/
DMakefile23 install -d $(DESTDIR)$(PREFIX)/bin
24 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
/linux-4.4.14/tools/power/cpupower/debug/x86_64/
DMakefile7 bindir = /usr/bin
9 INSTALL = /usr/bin/install
/linux-4.4.14/arch/xtensa/boot/boot-elf/
DMakefile21 $(obj)/Image.o: vmlinux.bin $(OBJS)
23 --add-section image=vmlinux.bin \
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt69 -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
Dfmc-fakedev.txt26 spusa.root# insmod fmc-fakedev.ko eeprom=fdelay-eeprom.bin
27 [ 121.447464] fake-fmc-carrier: Mezzanine 0: eeprom "fdelay-eeprom.bin"
Dfmc-write-eeprom.txt23 * 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; \
Dmezzanine.txt120 gateware=fmc/fine-delay.bin,fmc/simple-dio.bin
/linux-4.4.14/tools/power/cpupower/
DMakefile29 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
73 bindir ?= /usr/bin
85 INSTALL = /usr/bin/install -c
DREADME30 /usr/lib; cpupower, cpufreq-bench_plot.sh to put in /usr/bin; and
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
DMakefile22 $(obj)/zImage.o: vmlinux.bin.gz $(OBJS)
24 --add-section image=vmlinux.bin.gz \
/linux-4.4.14/arch/c6x/
DMakefile35 all: vmlinux.bin
49 vmlinux.bin: vmlinux
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh27 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
28 . tools/testing/selftests/rcutorture/bin/functions.sh
Dkvm-recheck-rcu.sh33 . tools/testing/selftests/rcutorture/bin/functions.sh
Dkvm-test-1-run.sh47 . $KVM/bin/functions.sh
Dkvm.sh40 PATH=${KVM}/bin:$PATH; export PATH
/linux-4.4.14/tools/power/cpupower/debug/i386/
DMakefile7 bindir = /usr/bin
9 INSTALL = /usr/bin/install
/linux-4.4.14/Documentation/dvb/
Dudev.txt25 #!/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/
DMakefile45 $(obj)/spu_%.bin: $(src)/spu_%
61 $(obj)/%_dump.h: $(obj)/%.bin
/linux-4.4.14/drivers/firmware/efi/libstub/
DMakefile69 rm -f $@; /bin/false); else /bin/false; fi
/linux-4.4.14/Documentation/input/
Dwalkera0701.txt78 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/
Dpids.txt56 # ( /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."
Dcpusets.txt687 /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 …]
Dcgroups.txt331 /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/
DREADME.icn126 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/
DMakefile75 CLEAN_FILES += $(boot)/compressed/vmlinux.bin
76 CLEAN_FILES += $(boot)/compressed/vmlinux.bin.gz
/linux-4.4.14/sound/oss/
Dmsnd.c301 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()
Dmsnd.h274 int msnd_upload_host(multisound_dev_t *dev, char *bin, int len);
DKconfig39 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/
DMakefile46 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/
DMakefile94 $(boot)/compressed/decompress.bin \
96 $(boot)/rescue/rescue.bin
/linux-4.4.14/drivers/atm/
D.gitignore4 pca200e.bin
/linux-4.4.14/arch/m68k/include/asm/
Ddsp56k.h16 char __user *bin; member
/linux-4.4.14/Documentation/arm/keystone/
Dknav-qmss.txt39 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/
DMakefile8 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
/linux-4.4.14/arch/arm/tools/
DMakefile10 $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
/linux-4.4.14/arch/sh/tools/
DMakefile16 $(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
DMakefile9 install x86_energy_perf_policy ${DESTDIR}/usr/bin/
/linux-4.4.14/tools/testing/selftests/memory-hotplug/
DMakefile10 @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
/linux-4.4.14/arch/mips/
DMakefile299 boot-y := vmlinux.bin
304 boot-y += uImage.bin
313 bootz-y += vmlinuz.bin
318 rom.bin rom.sw: vmlinux
357 /bin/false
DKconfig617 …# 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/
DMakefile3 SRCTREE := $(shell cd $(srctree) && /bin/pwd)
/linux-4.4.14/arch/xtensa/boot/boot-uboot/
DMakefile18 $(obj)/../uImage: vmlinux.bin.gz FORCE
/linux-4.4.14/tools/thermal/tmon/
DMakefile3 BINDIR=usr/bin
/linux-4.4.14/tools/perf/
DMakefile.perf250 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/
DPlatform11 all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin
/linux-4.4.14/tools/build/
DMakefile.feature10 …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/
Dlogo_m32r_clut224.ppm7 # convert - imagemagick: /usr/bin/convert
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c258 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()
Dar9002_phy.c172 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()
Ddfs.c54 u8 bin[28]; member
58 u8 bin[64]; member
/linux-4.4.14/arch/cris/boot/
DMakefile20 $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
/linux-4.4.14/net/atm/
Datm_sysfs.c35 int bin[] = { 1, 2, 10, 6, 1 }, *fmt = bin; in show_atmaddress() local
/linux-4.4.14/arch/score/
DMakefile34 vmlinux.bin: vmlinux
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-sfi15 # cat $TABLENAME > $TABLENAME.bin
Dsysfs-firmware-memmap63 #!/bin/bash
/linux-4.4.14/tools/testing/selftests/pstore/
Dcommon_tests68 /bin/echo "$@" | tee -a $LOG_FILE
/linux-4.4.14/security/tomoyo/
DKconfig75 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/
Darcmsr_attr.c65 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/
Dnfs.txt107 #!/bin/bash
111 cut=/usr/bin/cut
112 getent=/usr/bin/getent
Dpnfs-block-server.txt28 #!/bin/sh
/linux-4.4.14/Documentation/ia64/
Dxen.txt44 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/
DMakefile17 CROSS_COMPILE := $(TILERA_ROOT)/bin/tile-
/linux-4.4.14/tools/testing/ktest/examples/
Dsnowball.conf15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
DREADME14 http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
/linux-4.4.14/sound/isa/msnd/
Dmsnd.c125 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()
Dmsnd.h294 const u8 *bin, int len);
/linux-4.4.14/tools/usb/usbip/
DINSTALL107 `/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/
DMakefile5 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/
Ddevpts.txt42 $ 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
Dramfs-rootfs-initramfs.txt147 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/
Dmwave102 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/
Dswsusp-dmcrypt.txt69 #!/bin/sh
70 PATH=/sbin:/bin:/usr/sbin:/usr/bin
Ds2ram.txt32 #!/bin/sh
/linux-4.4.14/Documentation/sound/alsa/
DMIXART.txt84 /usr/bin/mixartloader
85 (for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
Demu10k1-jack.txt27 /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/
Deeprom.c40 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/
DMakefile.include15 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
/linux-4.4.14/arch/sh/
DMakefile207 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-sst-cldma.c208 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()
Dskl-sst-cldma.h216 const void *bin, u32 size);
/linux-4.4.14/
D.gitignore26 *.bin
DMakefile136 && /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/
Dsparse.txt85 它将会被自动安装到你的 ~/bin 目录下。
/linux-4.4.14/arch/arm/configs/
Dacs5k_tiny_defconfig19 CONFIG_CMDLINE="console=ttyAM0,115200 init=/bin/sh"
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgt215.c102 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/
Drcu-test-image.txt38 …http://www.moe.co.uk/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt…
Dinitrd.txt24 #!/bin/sh
/linux-4.4.14/arch/arc/
DMakefile115 boot_targets += uImage uImage.bin uImage.gz
/linux-4.4.14/samples/bpf/
DMakefile68 LLC=$(srctree)/tools/bpf/llvm/bld/Debug+Asserts/bin/llc
/linux-4.4.14/drivers/base/
DKconfig59 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/
DMakefile24 SHELL := /bin/bash
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt68 fsl,sdma-ram-script-name = "sdma-imx51.bin";
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dnvmem.txt54 speed_bin: speed-bin@c{
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/
DMakefile66 RDES2C = /n/asic/bin/rdes2c
/linux-4.4.14/Documentation/frv/
Dbooting.txt49 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/
Dmake56 make_install_bin := install-bin
159 installed_files_bin := bin/perf
/linux-4.4.14/Documentation/cris/
DREADME139 using /bin/sash as shell.
180 17# ls -l /bin
/linux-4.4.14/Documentation/networking/
Dfore200e.txt51 1. Copy the new firmware binary files (with .bin, .bin1 or .bin2 suffix)
Dcxacru.txt7 Note: support for cxacru-cf.bin has been removed. It was not loaded correctly
/linux-4.4.14/arch/blackfin/
DMakefile144 BOOT_TARGETS = uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME24 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/
Dfilesystems.xml.db203 API-sysfs-create-bin-file
204 API-sysfs-remove-bin-file
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt182 #!/bin/bash
217 #!/bin/bash
/linux-4.4.14/Documentation/fb/
Dfbcon.txt282 #!/bin/bash
290 VBETOOL=/usr/local/bin
308 #!/bin/bash
/linux-4.4.14/Documentation/accounting/
Ddelay-accounting.txt106 bin data1 data3 data5 dev home media opt root srv sys usr
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
DMakefile70 RDES2C = /n/asic/bin/rdes2c
/linux-4.4.14/Documentation/block/
Dioprio.txt51 # ionice -c2 -n0 /bin/ls

12