Searched refs:binary (Results 1 - 200 of 2100) sorted by relevance

1234567891011

/linux-4.4.14/arch/c6x/boot/
H A DMakefile5 OBJCOPYFLAGS_vmlinux.bin := -O binary
/linux-4.4.14/include/uapi/linux/
H A Dtcp_metrics.h32 TCP_METRICS_ATTR_ADDR_IPV6, /* binary */
40 TCP_METRICS_ATTR_FOPEN_COOKIE, /* binary */
42 TCP_METRICS_ATTR_SADDR_IPV6, /* binary */
H A Dvirtio_9p.h6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dvirtio_ids.h9 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
H A Dvirtio_input.h6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dvirtio_types.h8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
H A Dnfs_idmap.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile10 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
/linux-4.4.14/arch/mips/lasat/image/
H A DMakefile36 $(OBJCOPY) -O binary -S $^ $@
43 $(LD) -r -o $@ -b binary $<
49 $(OBJCOPY) -O binary -S $^ $@
/linux-4.4.14/arch/nios2/boot/compressed/
H A DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/linux-4.4.14/include/linux/
H A Dacct.h39 * 1: extended variant (binary compatible on M68K)
40 * 2: extended variant (binary compatible on everything except M68K)
41 * 3: new binary incompatible format (64 bytes)
42 * 4: new binary incompatible format (128 bytes)
43 * 5: new binary incompatible format (128 bytes, second half)
H A Dbinfmts.h40 const char * filename; /* Name of binary as seen by procps */
41 const char * interp; /* Name of the binary really executed. Most
52 /* fd of the binary should be passed to the interpreter */
56 /* filename of the binary will be inaccessible after exec */
71 * This structure defines the functions that are used to load the binary formats that
H A Dsoundcard.h4 * Redistribution and use in source and binary forms, with or without
8 * Redistributions in binary form must reproduce the above copyright notice,
H A Delf-fdpic.h18 * binfmt binary parameters structure
30 unsigned long load_addr; /* user address at which to map binary */
H A Dvirtio_console.h6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dbch.h2 * Generic binary BCH encoding/decoding library
23 * This library provides runtime configurable encoding/decoding of binary
/linux-4.4.14/arch/powerpc/boot/
H A Dwrapper7 # This script takes a kernel binary and optionally an initrd image
40 binary=
206 # miboot and U-boot want just the bare bits, not an ELF binary
208 objflags="-O binary"
214 binary=y
248 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data"
257 binary=y
261 binary=y
265 binary=y
269 binary=y
273 binary=y
277 binary=y
303 binary=y
424 if [ -n "$binary" ]; then
426 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
452 # The ps3's loader supports loading a gzipped binary image from flash
455 # a binary image of the kernel to be at addr zero, and yet have a
474 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
/linux-4.4.14/arch/alpha/lib/
H A Dstrlen.S9 * - does binary search to find 0 byte in last
12 * binary search needs).
H A Dstrcat.S37 and $2, 0xf0, $3 # binary search for that set bit
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dhypfs.h15 * IOCTL for binary interface /sys/kernel/debug/diag_304
29 * Structures for binary interface /sys/kernel/debug/diag_0c
/linux-4.4.14/arch/m68k/include/asm/
H A Ddsp56k.h13 /* Used for uploading DSP binary code */
31 #define DSP56K_UPLOAD 1 /* Upload DSP binary program */
/linux-4.4.14/arch/h8300/boot/compressed/
H A DMakefile34 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T
35 OBJCOPYFLAGS := -O binary
/linux-4.4.14/arch/m32r/boot/compressed/
H A DMakefile39 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T
41 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r -T
/linux-4.4.14/arch/alpha/include/asm/
H A Dmc146818rtc.h11 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
/linux-4.4.14/arch/cris/boot/
H A DMakefile8 OBJCOPYFLAGS = -O binary $(objcopyflags-y)
/linux-4.4.14/scripts/basic/
H A Dbin2c.c2 * Unloved program to convert a binary on stdin to a C include on stdout
/linux-4.4.14/arch/sparc/include/asm/
H A Dmc146818rtc_32.h11 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
/linux-4.4.14/arch/mn10300/boot/compressed/
H A DMakefile19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
/linux-4.4.14/arch/m32r/include/asm/
H A Dmc146818rtc.h11 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
/linux-4.4.14/arch/arm/include/asm/
H A Dmc146818rtc.h14 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
/linux-4.4.14/lib/
H A Dbsearch.c2 * A generic implementation of binary search for the Linux kernel
16 * bsearch - binary search an array of elements
23 * This function does a binary search on the given array. The
H A Dseq_buf.c96 * seq_buf_bprintf - Write the printf string from binary arguments
98 * @fmt: The format string for the @binary arguments
99 * @binary: The binary arguments for @fmt.
107 * This function will take the format and the binary array and finish
112 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) seq_buf_bprintf() argument
120 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); seq_buf_bprintf()
H A Dextable.c19 * The exception table needs to be sorted so that the binary
68 * We use a binary search, and thus we assume that the table is
H A Dhexdump.c40 * hex2bin - convert an ascii hexadecimal string to its binary representation
41 * @dst: binary result
63 * bin2hex - convert binary data to an ascii hexadecimal string
65 * @src: binary data
66 * @count: binary data length
212 * print_hex_dump - print a text hex dump to syslog for a binary blob of data
/linux-4.4.14/usr/
H A Dinitramfs_data.S2 initramfs_data includes the compressed binary that is the
7 following trick can be applied to create the resulting binary:
10 ld -m elf_i386 --format binary --oformat elf32-i386 -r \
/linux-4.4.14/drivers/net/ethernet/rocker/
H A Drocker.h158 ROCKER_TLV_CMD_PORT_SETTINGS_MACADDR, /* binary */
161 ROCKER_TLV_CMD_PORT_SETTINGS_PHYS_NAME, /* binary */
222 ROCKER_TLV_EVENT_MAC_VLAN_MAC, /* binary */
314 ROCKER_TLV_OF_DPA_DST_MAC, /* binary */
315 ROCKER_TLV_OF_DPA_DST_MAC_MASK, /* binary */
316 ROCKER_TLV_OF_DPA_SRC_MAC, /* binary */
317 ROCKER_TLV_OF_DPA_SRC_MAC_MASK, /* binary */
330 ROCKER_TLV_OF_DPA_DST_IPV6, /* binary */
331 ROCKER_TLV_OF_DPA_DST_IPV6_MASK, /* binary */
332 ROCKER_TLV_OF_DPA_SRC_IPV6, /* binary */
333 ROCKER_TLV_OF_DPA_SRC_IPV6_MASK, /* binary */
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_ctl.h7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * binary redistribution.
H A Dpm8001_chips.h7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * binary redistribution.
H A Dpm8001_defs.h7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * binary redistribution.
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_pci.h7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * binary redistribution.
H A Daic7xxx_93cx6.h9 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
19 * binary redistribution.
H A Daic7xxx_inline.h8 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * binary redistribution.
H A Daic7770_osm.c7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * binary redistribution.
H A Daic7xxx_pci.h7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * binary redistribution.
/linux-4.4.14/include/acpi/platform/
H A Dacenvex.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dacmsvcex.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dacwinex.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dacgcc.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
/linux-4.4.14/drivers/acpi/acpica/
H A Duthex.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
82 * RETURN: The binary value of the ascii/hex character
H A Daccommon.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dnsdumpdv.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dpswalk.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dutuuid.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dacapps.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
/linux-4.4.14/arch/tile/include/uapi/asm/
H A Dsignal.h21 /* Used in earlier Tilera releases, so keeping for binary compatibility. */
/linux-4.4.14/arch/arm/boot/bootp/
H A DMakefile22 # kernel.o and initrd.o includes a binary image using
/linux-4.4.14/sound/aoa/codecs/
H A Dtas-basstreble.h97 * so that the binary is smaller...
/linux-4.4.14/arch/sh/boot/romimage/
H A DMakefile27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
/linux-4.4.14/arch/m68k/math-emu/
H A Dfp_trig.h9 redistribute this software, in source or binary form, provided that
/linux-4.4.14/arch/h8300/boot/
H A DMakefile8 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
/linux-4.4.14/tools/power/acpi/tools/acpidump/
H A Dapfiles.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
115 * DESCRIPTION: Write an ACPI table to a binary file. Builds the output
157 ("Writing [%4.4s] to binary file: %s 0x%X (%u) bytes\n", ap_write_to_binary_file()
161 /* Open the file and dump the entire table in binary mode */ ap_write_to_binary_file()
172 acpi_log_error("Error writing binary output file: %s\n", ap_write_to_binary_file()
186 * PARAMETERS: pathname - File containing the binary ACPI table
203 /* Must use binary mode */ ap_get_table_from_file()
H A Dapmain.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
50 * them in an ASCII hex format suitable for binary extraction via acpixtract.
98 ACPI_OPTION("-b", "Dump tables to binary files"); ap_display_usage()
110 ACPI_OPTION("-f <BinaryFile>", "Get table via a binary file"); ap_display_usage()
177 case 'b': /* Dump all input tables to binary files */ ap_do_options()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_wc_ppc64.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/infiniband/core/
H A Dmad_rmpp.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dagent.h14 * Redistribution and use in source and binary forms, with or
22 * - Redistributions in binary form must reproduce the above
H A Diwcm.h11 * Redistribution and use in source and binary forms, with or
19 * - Redistributions in binary form must reproduce the above
H A Dsa.h12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/infiniband/hw/mthca/
H A Dmthca_config_reg.h11 * Redistribution and use in source and binary forms, with or
19 * - Redistributions in binary form must reproduce the above
H A Dmthca_profile.h11 * Redistribution and use in source and binary forms, with or
19 * - Redistributions in binary form must reproduce the above
H A Dmthca_pd.c12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
H A Dmthca_uar.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_debugfs.h14 * Redistribution and use in source and binary forms, with or
22 * - Redistributions in binary form must reproduce the above
H A Dqib_pio_copy.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dqib_wc_ppc64.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/infiniband/hw/usnic/
H A Dusnic.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dusnic_common_pkt_hdr.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dusnic_debugfs.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dusnic_ib_sysfs.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dusnic_abi.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dusnic_common_util.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dusnic_log.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dusnic_transport.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dversion.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dt3cdev.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.h12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
H A Dt4fw_version.h12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/arch/x86/include/asm/
H A Dmach_timer.h29 * (interrupt on terminal count mode), binary count, mach_prepare_counter()
34 outb(0xb0, 0x43); /* binary, mode 0, LSB/MSB, Ch 2 */ mach_prepare_counter()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/clock/
H A Dbcm-nsp.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-cygnus.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-ns2.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/clock/
H A Dbcm-nsp.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-cygnus.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-ns2.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/include/rdma/
H A Dib_marshall.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Drdma_cm_ib.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/include/dt-bindings/clock/
H A Dbcm-nsp.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-cygnus.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-ns2.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/include/linux/mlx4/
H A Dsrq.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/include/linux/mlx5/
H A Dcmd.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dsrq.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Ddoorbell.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dflow_table.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dvport.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A DMakefile42 # Copy into binary format
43 cmd_spu_objcopy = $(SPU_OBJCOPY) -O binary $< $@
/linux-4.4.14/arch/mips/include/asm/netlogic/
H A Dinterrupt.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/s390/mm/
H A Dextable.c9 * We use a binary search, and thus we assume that the table is
34 * The exception table needs to be sorted so that the binary
/linux-4.4.14/arch/sparc/boot/
H A DMakefile42 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
55 -r -b binary $@ -o $@.o
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/clock/
H A Dbcm-nsp.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-cygnus.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-ns2.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/clock/
H A Dbcm-nsp.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-cygnus.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-ns2.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/mn10300/include/asm/
H A Dreset-regs.h23 #define WDBC __SYSREGC(0xc0001000, u8) /* watchdog binary counter reg */
32 #define WDCTR_WDRST 0x40 /* binary counter reset */
H A Dtimer-regs.h95 #define TM0BC __SYSREGC(0xd4003020, u8) /* timer 0 binary counter */
96 #define TM1BC __SYSREGC(0xd4003021, u8) /* timer 1 binary counter */
97 #define TM2BC __SYSREGC(0xd4003022, u8) /* timer 2 binary counter */
98 #define TM3BC __SYSREGC(0xd4003023, u8) /* timer 3 binary counter */
99 #define TM01BC __SYSREGC(0xd4003020, u16) /* timer 0:1 binary counter */
295 #define TM4BC __SYSREG(0xd40030a0, u16) /* timer 4 binary counter */
296 #define TM5BC __SYSREG(0xd40030a2, u16) /* timer 5 binary counter */
297 #define TM45BC __SYSREG(0xd40030a0, u32) /* timer 4:5 binary counter */
298 #define TM7BC __SYSREG(0xd40030a6, u16) /* timer 7 binary counter */
299 #define TM8BC __SYSREG(0xd40030a8, u16) /* timer 8 binary counter */
300 #define TM9BC __SYSREG(0xd40030aa, u16) /* timer 9 binary counter */
301 #define TM89BC __SYSREG(0xd40030a8, u32) /* timer 8:9 binary counter */
302 #define TM10BC __SYSREG(0xd40030ac, u16) /* timer 10 binary counter */
303 #define TM11BC __SYSREG(0xd40030ae, u16) /* timer 11 binary counter */
305 #define TM12BC __SYSREG(0xd40031a0, u16) /* timer 12 binary counter */
306 #define TM13BC __SYSREG(0xd40031a2, u16) /* timer 13 binary counter */
307 #define TM14BC __SYSREG(0xd40031a4, u16) /* timer 14 binary counter */
308 #define TM15BC __SYSREG(0xd40031a6, u16) /* timer 15 binary counter */
412 #define TM6BC __SYSREG(0xd40030a4, u16) /* timer6 binary counter */
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/clock/
H A Dbcm-nsp.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-cygnus.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-ns2.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/h8300/
H A DMakefile54 @echo 'vmlinux.bin - Create raw binary'
55 @echo 'vmlinux.srec - Create srec binary'
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/clock/
H A Dbcm-nsp.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-cygnus.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
H A Dbcm-ns2.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/avr32/boot/images/
H A DMakefile11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
27 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
/linux-4.4.14/arch/arm/kernel/
H A Delf.c66 * binary is EABI or softfloat (and thus, guaranteed not to use elf_set_personality()
80 * - the binary requires an executable stack
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h8 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * binary redistribution.
H A Daicasm_insformat.h8 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * binary redistribution.
H A Daicasm_macro_gram.y9 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
19 * binary redistribution.
H A Daicasm_symbol.h8 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * binary redistribution.
/linux-4.4.14/scripts/
H A Dcleanfile110 # First, verify that it is not a binary file; consider any file
111 # with a zero byte to be a binary file. Is there any better, or
123 print STDERR "$name: $f: binary file\n";
/linux-4.4.14/include/acpi/
H A Dacnames.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dacpi.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
H A Dacuuid.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
/linux-4.4.14/arch/microblaze/
H A DMakefile83 echo '* linux.bin - Create raw binary'
84 echo ' linux.bin.gz - Create compressed raw binary'
85 echo ' linux.bin.ub - Create U-Boot wrapped raw binary'
/linux-4.4.14/tools/power/acpi/common/
H A Dcmfsize.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
21 * binary redistribution.
/linux-4.4.14/drivers/video/
H A Dhdmi.c72 * hdmi_avi_infoframe_pack() - write HDMI AVI infoframe to binary buffer
77 * Packs the information contained in the @frame structure into a binary
82 * Returns the number of bytes packed into the binary buffer or a negative
179 * hdmi_spd_infoframe_pack() - write HDMI SPD infoframe to binary buffer
184 * Packs the information contained in the @frame structure into a binary
189 * Returns the number of bytes packed into the binary buffer or a negative
243 * hdmi_audio_infoframe_pack() - write HDMI audio infoframe to binary buffer
248 * Packs the information contained in the @frame structure into a binary
253 * Returns the number of bytes packed into the binary buffer or a negative
325 * hdmi_vendor_infoframe_pack() - write a HDMI vendor infoframe to binary buffer
330 * Packs the information contained in the @frame structure into a binary
335 * Returns the number of bytes packed into the binary buffer or a negative
392 * hdmi_vendor_any_infoframe_pack() - write a vendor infoframe to binary buffer
406 * hdmi_infoframe_pack() - write a HDMI infoframe to binary buffer
411 * Packs the information contained in the @frame structure into a binary
416 * Returns the number of bytes packed into the binary buffer or a negative
995 * hdmi_avi_infoframe_unpack() - unpack binary buffer to a HDMI AVI infoframe
999 * Unpacks the information contained in binary @buffer into a structured
1058 * hdmi_spd_infoframe_unpack() - unpack binary buffer to a HDMI SPD infoframe
1062 * Unpacks the information contained in binary @buffer into a structured
1096 * hdmi_audio_infoframe_unpack() - unpack binary buffer to a HDMI AUDIO infoframe
1100 * Unpacks the information contained in binary @buffer into a structured
1141 * hdmi_vendor_infoframe_unpack() - unpack binary buffer to a HDMI vendor infoframe
1145 * Unpacks the information contained in binary @buffer into a structured
1208 * hdmi_infoframe_unpack() - unpack binary buffer to a HDMI infoframe
1212 * Unpacks the information contained in binary buffer @buffer into a structured
/linux-4.4.14/drivers/rtc/
H A Drtc-m48t86.c12 * If it will be ever adapted to binary and 12H mode, care must be taken
54 /* data (binary) mode */ m48t86_rtc_read_time()
96 /* data (binary) mode */ m48t86_rtc_set_time()
131 (reg & M48T86_REG_B_DM) ? "binary" : "bcd"); m48t86_rtc_proc()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h1 /* bnx2x_fw_file_hdr.h: FW binary file header structure.
/linux-4.4.14/arch/xtensa/boot/
H A DMakefile34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
H A DMakefile32 $(Q)$(OBJCOPY) -S -O binary $< $@
/linux-4.4.14/arch/arc/boot/
H A DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-4.4.14/arch/arm/boot/compressed/
H A Dhead-xscale.S17 @ Be sure to flush kernel binary out of the cache,
/linux-4.4.14/arch/cris/boot/compressed/
H A DMakefile21 OBJCOPYFLAGS = -O binary --remove-section=.bss
/linux-4.4.14/lib/zlib_inflate/
H A Dinfutil.c6 /* Utility function: initialize zlib, unpack binary blob, clean up zlib,
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmc146818rtc.h19 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
H A Dibmebus.h15 * Redistribution and use in source and binary forms, with or without
21 * Redistributions in binary form must reproduce the above copyright notice,
/linux-4.4.14/arch/mips/include/asm/
H A Dsocket.h17 * Please notice that for binary compat reasons MIPS has to
/linux-4.4.14/arch/score/
H A DMakefile41 echo ' vmlinux.bin - Raw binary boot image'
/linux-4.4.14/arch/microblaze/boot/
H A DMakefile7 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/linux-4.4.14/arch/m32r/
H A DMakefile11 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/linux-4.4.14/tools/net/
H A Dbpf_asm.c14 * 2) Run `bpf_asm [-c] <filter-prog file>` to translate into binary
/linux-4.4.14/drivers/staging/netlogic/
H A Dplatform_net.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/drivers/staging/rdma/amso1100/
H A Dc2_ae.h11 * Redistribution and use in source and binary forms, with or
19 * - Redistributions in binary form must reproduce the above
H A Dc2_user.h12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dehca_irq.h18 * Redistribution and use in source and binary forms, with or without
24 * Redistributions in binary form must reproduce the above copyright notice,
H A Dhcp_phyp.c18 * Redistribution and use in source and binary forms, with or without
24 * Redistributions in binary form must reproduce the above copyright notice,
H A Dhipz_fns.h18 * Redistribution and use in source and binary forms, with or without
24 * Redistributions in binary form must reproduce the above copyright notice,
/linux-4.4.14/drivers/staging/fsl-mc/bus/
H A Ddpmcp-cmd.h3 * Redistribution and use in source and binary forms, with or without
7 * * Redistributions in binary form must reproduce the above copyright
H A Ddpmng-cmd.h3 * Redistribution and use in source and binary forms, with or without
7 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/drivers/staging/fsl-mc/include/
H A Ddpbp-cmd.h3 * Redistribution and use in source and binary forms, with or without
7 * * Redistributions in binary form must reproduce the above copyright
H A Ddpcon-cmd.h3 * Redistribution and use in source and binary forms, with or without
7 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
H A Diwch_user.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Duser.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.h12 * Redistribution and use in source and binary forms, with or without
19 * - Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver_version.h16 Redistribution and use in source and binary forms, with or without
21 * Redistributions in binary form must reproduce the above copyright notice,
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmad.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
H A Dport.h8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtrap.h8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtxheader.h7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dbrcms_trace_brcmsmac.h27 * 'fast binary record' layout.
38 * Fast binary tracing: define the trace record via TP_STRUCT__entry().
/linux-4.4.14/Documentation/vDSO/
H A Dvdso_standalone_test_x86.c10 * to generate a small binary. On x86_64, you can omit -lgcc_s
11 * if you want the binary to be completely standalone.
/linux-4.4.14/fs/nfsd/
H A Dacl.h9 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
H A Didmap.h9 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/net/tipc/
H A Ddiscover.h8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
H A Dnet.h8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
H A Dnetlink.h7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
H A Dsocket.h6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dsysctl.c7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/include/uapi/rdma/
H A Dib_user_sa.h10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/include/crypto/
H A Db128ops.h21 The free distribution and use of this software in both source and binary
27 2. distributions in binary form include the above copyright
/linux-4.4.14/include/linux/platform_data/
H A Ddwc3-omap.h9 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/mips/include/asm/netlogic/xlr/
H A Dflash.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
H A Dgpio.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
H A Dmsidef.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
H A Dxlr.h11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/score/include/asm/
H A Dmmu_context.h37 /* binary: 0000 0000 0000 0000 0000 0000 0001 0000 */
38 /* binary: 0000 0000 0000 0000 0000 1111 1111 0000 */
/linux-4.4.14/arch/mips/netlogic/common/
H A Dearlycons.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/net/rds/
H A Dib_stats.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Diw_stats.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dsysctl.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
H A Dtcp_stats.c10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
/linux-4.4.14/kernel/trace/
H A Dtrace_seq.c163 * trace_seq_bprintf - Write the printf string from binary arguments
165 * @fmt: The format string for the @binary arguments
166 * @binary: The binary arguments for @fmt.
174 * This function will take the format and the binary array and finish
177 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) trace_seq_bprintf() argument
186 seq_buf_bprintf(&s->seq, fmt, binary); trace_seq_bprintf()
/linux-4.4.14/crypto/asymmetric_keys/
H A Dverify_pefile.c1 /* Parse a signed PE binary
24 * Parse a PE binary.
102 pr_debug("Unsigned PE binary\n"); pefile_parse_binary()
242 * Load the contents of the PE binary into the digest, leaving out the image
319 * Digest the contents of the PE binary, leaving out the image checksum and the
392 * verify_pefile_signature - Verify the signature on a PE binary image
393 * @pebuf: Buffer containing the PE binary image
394 * @pelen: Length of the binary image
400 * binary image intersects keys we already know and trust.
/linux-4.4.14/net/core/
H A Dutils.c47 * Convert an ASCII string to binary IP.
109 * in4_pton - convert an IPv4 address from literal to binary representation
112 * @dst: the binary (u8[4] array) representation of the IPv4 address
175 * in6_pton - convert an IPv6 address from literal to binary representation
178 * @dst: the binary (u8[16] array) representation of the IPv6 address
/linux-4.4.14/include/uapi/linux/can/
H A Dgw.h10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
68 CGW_MOD_AND, /* CAN frame modification binary AND */
69 CGW_MOD_OR, /* CAN frame modification binary OR */
70 CGW_MOD_XOR, /* CAN frame modification binary XOR */
/linux-4.4.14/net/ipv4/
H A Dtcp_bic.c24 * In binary search,
38 MODULE_PARM_DESC(max_increment, "Limit on increment allowed during binary search");
102 /* binary increase */ bictcp_update()
111 /* binary search increase */ bictcp_update()
114 /* binary search increase */ bictcp_update()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dplatform_config.h23 * Redistribution and use in source and binary forms, with or without
29 * - Redistributions in binary form must reproduce the above copyright
159 * This struct acts as a quick reference into the platform_data binary image
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dswap.c18 * target can run the fw binary with even smaller IRAM size by using host
148 ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot found firmware code swap binary\n"); ath10k_swap_code_seg_configure()
154 ath10k_warn(ar, "ignoring unknown code swap binary type %d\n", ath10k_swap_code_seg_configure()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dbase.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
14 * similar Disclaimer requirement for further binary redistribution.
H A Drfkill.c8 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * similar Disclaimer requirement for further binary redistribution.

Completed in 3571 milliseconds

1234567891011