/linux-4.4.14/Documentation/kbuild/ |
D | headers_install.txt | 1 Exporting kernel headers for use by userspace 12 from the "linux" subdirectory. The system's libc headers are usually 13 installed at the default location /usr/include and the kernel headers in 17 Kernel headers are backwards compatible, but not forwards compatible. This 18 means that a program built against a C library using older kernel headers 20 features), but a program built against newer kernel headers may not work on an 29 ARCH indicates which architecture to produce headers for, and defaults to the 30 current architecture. The linux/asm directory of the exported kernel headers 36 INSTALL_HDR_PATH indicates where to install the headers. It defaults to 40 headers are installed in 'INSTALL_HDR_PATH/include'. [all …]
|
D | 00-INDEX | 4 - how to export Linux headers for use by userspace
|
D | makefiles.txt | 45 === 7 Kbuild syntax for exported headers 1239 === 7 Kbuild syntax for exported headers 1241 The kernel includes a set of headers that is exported to userspace. 1242 Many headers can be exported as-is but other headers require a 1250 headers to be exported. 1283 When an architecture has a set of exported headers that needs to be 1286 headers in the file where it is present. 1292 In the example above all exported headers in the Kbuild file 1313 of the set of exported headers in the directory:
|
D | kbuild.txt | 166 INSTALL_HDR_PATH specifies where to install user space headers when
|
D | modules.txt | 315 include/scsi; and architecture specific headers are located
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | comminit.c | 205 q->headers.producer = (__le32 *)mem; in aac_queue_init() 206 q->headers.consumer = (__le32 *)(mem+1); in aac_queue_init() 207 *(q->headers.producer) = cpu_to_le32(qsize); in aac_queue_init() 208 *(q->headers.consumer) = cpu_to_le32(qsize); in aac_queue_init() 271 u32 *headers; in aac_comm_init() local 290 if (!aac_alloc_comm(dev, (void * *)&headers, size, QUEUE_ALIGNMENT)) in aac_comm_init() 293 queues = (struct aac_entry *)(((ulong)headers) + hdrsize); in aac_comm_init() 297 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES); in aac_comm_init() 299 headers += 2; in aac_comm_init() 303 aac_queue_init(dev, &comm->queue[HostHighCmdQueue], headers, HOST_HIGH_CMD_ENTRIES); in aac_comm_init() [all …]
|
D | commsup.c | 327 idx = *index = le32_to_cpu(*(q->headers.producer)); in aac_get_entry() 329 if (idx != le32_to_cpu(*(q->headers.consumer))) { in aac_get_entry() 336 if (idx != le32_to_cpu(*(q->headers.consumer))) in aac_get_entry() 349 if ((*index + 1) == le32_to_cpu(*(q->headers.consumer))) { in aac_get_entry() 662 if (le32_to_cpu(*q->headers.producer) == le32_to_cpu(*q->headers.consumer)) { in aac_consumer_get() 670 if (le32_to_cpu(*q->headers.consumer) >= q->entries) in aac_consumer_get() 673 index = le32_to_cpu(*q->headers.consumer); in aac_consumer_get() 695 if ((le32_to_cpu(*q->headers.producer)+1) == le32_to_cpu(*q->headers.consumer)) in aac_consumer_free() 698 if (le32_to_cpu(*q->headers.consumer) >= q->entries) in aac_consumer_free() 699 *q->headers.consumer = cpu_to_le32(1); in aac_consumer_free() [all …]
|
D | rx.c | 409 *(q->headers.producer) = cpu_to_le32(Index + 1); in aac_rx_deliver_producer()
|
D | aacraid.h | 629 struct aac_qhdr headers; /*producer,consumer q headers*/ member
|
/linux-4.4.14/drivers/pci/host/ |
D | pcie-altera.c | 208 static void tlp_write_packet(struct altera_pcie *pcie, u32 *headers, in tlp_write_packet() argument 213 tlp_rp_regdata.reg0 = headers[0]; in tlp_write_packet() 214 tlp_rp_regdata.reg1 = headers[1]; in tlp_write_packet() 219 tlp_rp_regdata.reg0 = headers[2]; in tlp_write_packet() 227 tlp_rp_regdata.reg0 = headers[2]; in tlp_write_packet() 238 u32 headers[TLP_HDR_SIZE]; in tlp_cfg_dword_read() local 241 headers[0] = TLP_CFG_DW0(TLP_FMTTYPE_CFGRD0); in tlp_cfg_dword_read() 243 headers[0] = TLP_CFG_DW0(TLP_FMTTYPE_CFGRD1); in tlp_cfg_dword_read() 245 headers[1] = TLP_CFG_DW1(TLP_REQ_ID(pcie->root_bus_nr, RP_DEVFN), in tlp_cfg_dword_read() 247 headers[2] = TLP_CFG_DW2(bus, devfn, where); in tlp_cfg_dword_read() [all …]
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | sched-migration.py | 331 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument 336 on_cpu_task = self.current_tsk[headers.cpu] 340 (headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 344 self.current_tsk[headers.cpu] = next_pid 346 ts = self.timeslices.get_time_slice(headers.ts()) 347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu) 349 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 350 ts = self.timeslices.get_time_slice(headers.ts()) 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 356 ts = self.timeslices.get_time_slice(headers.ts()) [all …]
|
D | call-graph-from-postgresql.py | 215 …headers = ["Call Path", "Object", "Count ", "Time (ns) ", "Time (%) ", "Branch Count ", "Branch Co… 216 return headers[column]
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 99 kernel_headers_packagename=linux-headers-$version 340 Provides: linux-headers, linux-headers-2.6 342 Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch} 368 Provides: linux-kernel-headers 370 Description: Linux support headers for userspace development 371 This package provides userspaces headers from the Linux kernel. These headers 372 are used by the installed headers for GNU glibc and other system libraries.
|
/linux-4.4.14/drivers/scsi/isci/ |
D | unsolicited_frame_control.c | 84 uf_control->headers.physical_address = dma + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct() 85 uf_control->headers.array = virt + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct() 115 uf->header = &uf_control->headers.array[i]; in sci_unsolicited_frame_control_construct()
|
D | unsolicited_frame_control.h | 244 struct sci_uf_header_array headers; member
|
D | host.c | 2320 writel(lower_32_bits(ihost->uf_control.headers.physical_address), in sci_controller_mem_init() 2322 writel(upper_32_bits(ihost->uf_control.headers.physical_address), in sci_controller_mem_init()
|
/linux-4.4.14/scripts/ |
D | headerdep.pl | 30 my @headers = grep { strip($_) } @ARGV; 32 parse_all(@headers); 37 detect_cycles(@headers);
|
/linux-4.4.14/Documentation/networking/ |
D | mac80211-injection.txt | 13 ./Documentation/networking/radiotap-headers.txt. 17 radiotap headers and used to control injection: 32 facilitating replay of captured radiotap headers directly.
|
D | radiotap-headers.txt | 1 How to use radiotap headers 7 Radiotap headers are variable-length and extensible, you can get most of the 139 } /* while more rt headers */
|
D | openvswitch.txt | 14 on packet headers and metadata to sets of actions. The most common 49 headers but userspace stopped at the Ethernet type (because it 75 attributes, however, are extracted from headers within the packet, 77 headers. 173 encapsulated headers beyond the VLAN tag using the existing field 204 Don't drop packets in the kernel for malformed protocol headers, bad
|
D | gianfar.txt | 21 extraction of VLAN headers, but not filtering. Filtering will be
|
D | ray_cs.txt | 128 tcpdump does not understand 802.11 headers, so it can't 135 package which parses the 802.11 headers.
|
D | netdev-features.txt | 109 whatever headers there might be. 152 headers. Some drivers set this because the cards can't handle the bigger MTU.
|
D | 00-INDEX | 177 radiotap-headers.txt 178 - Background on radiotap headers.
|
D | tuntap.txt | 85 /* Flags: IFF_TUN - TUN device (no Ethernet headers) 133 /* Flags: IFF_TUN - TUN device (no Ethernet headers)
|
D | tcp.txt | 104 and recompute. We add any new tcp level headers and refinish the checksum
|
D | ieee802154.txt | 126 relatively large IPv6 and UDP headers down to (in the best case) several bytes.
|
D | dl2k.txt | 69 the kernel source, and the kernel headers. The Linux driver supports Linux
|
D | udplite.txt | 76 RTP and UDP headers are to be protected, a receiver can enforce that only
|
D | eql.txt | 364 289284 bytes of data. If there were no overhead (packet headers,
|
D | cdc_mbim.txt | 236 headers with the appropriate tag on TX. In this case using a socket
|
D | l2tp.txt | 26 the protocol out of the core L2TP packet headers. Each frame type is
|
D | z8530drv.txt | 401 Size - maximum size of an AX.25 frame (*with* AX.25 headers!)
|
D | scaling.txt | 35 and/or transport layer headers-- for example, a 4-tuple hash over
|
D | bonding.txt | 920 which might result in the use of inner headers if an 930 which might result in the use of inner headers if an
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 17 in arch/sh/kernel/ directly, with board-specific headers ending up in 38 | `-- board-specific headers 40 | `-- board-specific headers 54 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the 55 hd64461-specific headers. 76 | `-- SH-2 specific headers 78 | `-- SH-3 specific headers 80 `-- SH-4 specific headers 100 should also add a directory in include/asm-sh for headers localized to this
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig.debug | 21 ELF headers to determine where to transfer control. Unfortunately, 23 address rather than examining the ELF headers, and the result is a
|
/linux-4.4.14/arch/tile/include/arch/ |
D | Kbuild | 1 # Tile arch headers
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 117 struct dma_pool *headers; member 260 dma_pool_free(man->headers, header->cb_header, in __vmw_cmdbuf_header_free() 790 header->cb_header = dma_pool_alloc(man->headers, GFP_KERNEL, in vmw_cmdbuf_space_pool() 1214 man->headers = dma_pool_create("vmwgfx cmdbuf", in vmw_cmdbuf_man_create() 1218 if (!man->headers) { in vmw_cmdbuf_man_create() 1259 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_create() 1313 dma_pool_destroy(man->headers); in vmw_cmdbuf_man_destroy()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | test | 4 # /usr/src/kernel-headers-$(shell uname -r) \
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | kfreeaddr.cocci | 7 // Options: --no-includes --include-headers
|
D | pci_free_consistent.cocci | 7 // Options: --no-includes --include-headers
|
D | ifnullfree.cocci | 9 // Options: --no-includes --include-headers
|
D | kfree.cocci | 13 // Options: --no-includes --include-headers
|
D | devm_free.cocci | 21 // Options: --no-includes --include-headers
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | TODO | 5 - rework comments and function headers(also coding style)
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | boolreturn.cocci | 5 // Options: --no-includes --include-headers
|
D | ifaddr.cocci | 8 // Options: --no-includes --include-headers
|
D | cstptr.cocci | 9 // Options: --no-includes --include-headers
|
D | orplus.cocci | 10 // Options: --no-includes --include-headers
|
D | semicolon.cocci | 8 // Options: --no-includes --include-headers
|
D | noderef.cocci | 9 // Options: --no-includes --include-headers
|
D | of_table.cocci | 5 // Options: --include-headers
|
D | bugon.cocci | 11 // Options: --no-includes --include-headers
|
D | returnvar.cocci | 10 // Options: --no-includes --include-headers
|
D | ifcol.cocci | 16 // Options: --no-includes --include-headers
|
D | array_size.cocci | 11 // Options: --no-includes --include-headers
|
D | warn.cocci | 8 // Options: --no-includes --include-headers
|
D | doubleinit.cocci | 11 // Options: --no-includes --include-headers
|
D | boolinit.cocci | 9 // Options: --include-headers
|
D | compare_const_fl.cocci | 7 // Options: --no-includes --include-headers
|
/linux-4.4.14/arch/mips/include/asm/ |
D | Kbuild | 1 # MIPS headers
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 172 unsigned char *headers; member 1371 unsigned char *headers; in tile_net_init_egress() local 1391 headers = pfn_to_kaddr(page_to_pfn(headers_page)); in tile_net_init_egress() 1450 md->egress_for_echannel[echannel].headers = headers; in tile_net_init_egress() 1721 static void tso_headers_prepare(struct sk_buff *skb, unsigned char *headers, in tso_headers_prepare() argument 1768 buf = headers + (slot % EQUEUE_ENTRIES) * HEADER_BYTES + in tso_headers_prepare() 1831 struct sk_buff *skb, unsigned char *headers, s64 slot) in tso_egress() argument 1867 buf = headers + (slot % EQUEUE_ENTRIES) * HEADER_BYTES + in tso_egress() 1958 tso_headers_prepare(skb, egress->headers, slot); in tile_net_tx_tso() 1961 tso_egress(dev, equeue, skb, egress->headers, slot); in tile_net_tx_tso()
|
/linux-4.4.14/scripts/coccinelle/tests/ |
D | doubletest.cocci | 11 // Options: --no-includes --include-headers
|
D | doublebitand.cocci | 13 // Options: --no-includes --include-headers
|
D | odd_ptr_err.cocci | 9 // Options: --no-includes --include-headers
|
/linux-4.4.14/arch/arm/mach-clps711x/ |
D | Kconfig | 16 headers. It comes with 16 MB SDRAM and 8 MB flash ROM.
|
/linux-4.4.14/scripts/coccinelle/api/ |
D | simple_open.cocci | 7 // Options: --no-includes --include-headers
|
D | memdup_user.cocci | 10 // Options: --no-includes --include-headers
|
D | d_find_alias.cocci | 7 // Options: --include-headers
|
D | pm_runtime.cocci | 7 // Options: --include-headers
|
D | memdup.cocci | 9 // Options: --no-includes --include-headers
|
D | ptr_ret.cocci | 8 // Options: --no-includes --include-headers
|
D | kstrdup.cocci | 9 // Options: --no-includes --include-headers
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | eno.cocci | 9 // Options: --no-includes --include-headers
|
D | kmerr.cocci | 13 // Options: --no-includes --include-headers
|
/linux-4.4.14/tools/scripts/ |
D | Makefile.include | 30 EXTRA_WARNINGS += -Wno-system-headers
|
/linux-4.4.14/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 13 // Options: --no-includes --include-headers
|
D | pool_zalloc-simple.cocci | 5 // Options: --no-includes --include-headers
|
D | kzalloc-simple.cocci | 12 // Options: --no-includes --include-headers
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 45 bool "CSLIP compressed headers" 50 TCP/IP headers (not on the data itself), but it has to be supported
|
/linux-4.4.14/arch/mips/include/asm/sibyte/ |
D | sb1250_defs.h | 40 #error SiByte headers require ANSI C89 support
|
/linux-4.4.14/samples/hidraw/ |
D | hid-example.c | 22 #warning Please have your distro update the userspace kernel headers
|
/linux-4.4.14/scripts/coccinelle/locks/ |
D | flags.cocci | 9 // Options: --no-includes --include-headers
|
D | double_lock.cocci | 11 // Options: --no-includes --include-headers
|
D | mini_lock.cocci | 14 // Options: --no-includes --include-headers
|
D | call_kern.cocci | 12 // Options: --no-includes --include-headers
|
/linux-4.4.14/Documentation/hwmon/ |
D | sch5636 | 25 temperatures. Note that the driver detects how many fan headers /
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 12 // Options: --no-includes --include-headers
|
D | device_node_continue.cocci | 7 // Options: --no-includes --include-headers
|
D | itnull.cocci | 14 // Options: --no-includes --include-headers
|
D | fen.cocci | 10 // Options: --no-includes --include-headers
|
D | use_after_iter.cocci | 14 // Options: --no-includes --include-headers
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | SMDK2440.txt | 9 10MBit Ethernet, and expansion headers for various signals, including
|
D | Overview.txt | 40 arch/arm/plat-s3c24xx with headers in include/asm-arm/plat-s3c24xx.
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | fw.c | 1260 size_t headers = 0; in i2400m_fw_check() local 1267 headers++, itr = next) { in i2400m_fw_check() 1283 if (headers == 0) in i2400m_fw_check() 1288 result = i2400m_fw_hdr_check(i2400m, bcf_hdr, headers, offset); in i2400m_fw_check() 1305 if (headers == 0) { in i2400m_fw_check()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 29 least one max sized datagram plus headers. 45 least one max sized datagram plus headers.
|
/linux-4.4.14/Documentation/arm/SPEAr/ |
D | overview.txt | 47 with headers in plat/.
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | rockchip,rk3288-cru.txt | 22 preprocessor macros in the dt-bindings/clock/rk3288-cru.h headers and can be
|
D | rockchip,rk3188-cru.txt | 24 dt-bindings/clock/rk3066-cru.h headers and can be used in device tree sources.
|
D | rockchip,rk3368-cru.txt | 22 preprocessor macros in the dt-bindings/clock/rk3368-cru.h headers and can be
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 382 * By default, the ELF headers are stored in ELF64 format to support 387 The --elf32-core-headers option can be used to force the generation of ELF32 388 headers. This is necessary because GDB currently cannot open vmcore files 389 with ELF64 headers on 32-bit systems. 466 ELF32-format headers using the --elf32-core-headers kernel option on the
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 71 : headers : 106 Since the file headers begin always at a 16 byte boundary, the lowest 138 Another thing to note is that romfs works on file headers and data
|
D | ecryptfs.txt | 22 - David Howells' userspace keyring headers and libraries (version
|
D | xfs-self-describing-metadata.txt | 14 metadata is the allocation group headers (SB, AGF, AGFL and AGI), while all 202 information, such as the superblock and AG headers. 214 well. hence the additional metadata headers change the overall format
|
D | xfs-delayed-logging-design.txt | 233 region headers in the formatting stage, which is problematic as there is per 234 region state that needs to be placed into the headers during the log write. 486 usage of the transaction. The reservation accounts for log record headers, 487 transaction and region headers, headers for split regions, buffer tail padding, 514 problematic. Typically log record headers use at least 16KB of log space per
|
D | exofs.txt | 32 You need an external Kernel source tree or kernel headers from your
|
D | btrfs.txt | 138 to leaf headers. For a 4k sector size, max inline data is ~3900 bytes.
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 11 as raw text including all the headers. Run `git am raw_email.txt` and 40 headers so that mail threading is not broken. 208 set edit_headers = yes # See the headers when editing
|
D | gcov.txt | 150 - all C source files + headers 153 - all C source files + headers
|
D | DMA-ISA-LPC.txt | 13 To do ISA style DMA you need to include two headers:
|
D | xz.txt | 66 Note that the headers will always have a CRC32 which will be validated
|
D | SubmittingPatches | 721 15) Explicit In-Reply-To headers 724 It can be helpful to manually add In-Reply-To: headers to a patch
|
D | HOWTO | 400 to tune that by adding fancy mail-headers, people will not like it.
|
D | CodingStyle | 85 are placed substantially to the right. The same applies to function headers
|
/linux-4.4.14/sound/firewire/ |
D | amdtp-stream.c | 587 __be32 *buffer, *headers = header; in in_stream_callback() local 603 (be32_to_cpu(headers[p]) >> ISO_DATA_LENGTH_SHIFT) / 4; in in_stream_callback()
|
/linux-4.4.14/Documentation/scsi/ |
D | dpti.txt | 35 * i2osig headers which were not GPL. Developer Testing version.
|
D | ChangeLog.megaraid_sas | 176 2. Update GPL headers.
|
D | ChangeLog.lpfc | 1227 * Including dma-mapping.h as one of the include headers. Also
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 171 and destination options headers of a packet. 189 the ipv6 extension headers.
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | NOTES | 87 generate the register level headers.
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | usb.c | 1054 static int check_file(const u8 *headers) in check_file() argument 1061 trx = (struct trx_header_le *) headers; in check_file() 1065 headers += sizeof(struct trx_header_le); in check_file()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | dove-sbc-a510.dts | 181 /* UART2 on pin headers */
|
/linux-4.4.14/drivers/net/arcnet/ |
D | Kconfig | 50 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 903 char headers[1024]; in hist_browser__show_headers() local 905 hists_browser__scnprintf_headers(browser, headers, sizeof(headers)); in hist_browser__show_headers() 908 ui_browser__write_nstring(&browser->b, headers, browser->b.width + 1); in hist_browser__show_headers()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log.c | 2098 int headers = 0; in xlog_write_calc_vec_length() local 2104 headers++; in xlog_write_calc_vec_length() 2111 headers += lv->lv_niovecs; in xlog_write_calc_vec_length() 2121 ticket->t_res_num_ophdrs += headers; in xlog_write_calc_vec_length() 2122 len += headers * sizeof(struct xlog_op_header); in xlog_write_calc_vec_length()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | isdnl2.c | 356 int headers = l2addrsize(&st->l2) + 1; in FRMR_error() local 357 u_char *datap = skb->data + headers; in FRMR_error() 367 if (skb->len < headers + 5) in FRMR_error() 374 if (skb->len < headers + 3) in FRMR_error()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 836 struct page *headers[2]; in qp_host_map_queues() local 845 headers[0] = *produce_q->kernel_if->u.h.header_page; in qp_host_map_queues() 846 headers[1] = *consume_q->kernel_if->u.h.header_page; in qp_host_map_queues() 848 produce_q->q_header = vmap(headers, 2, VM_MAP, PAGE_KERNEL); in qp_host_map_queues()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | layer2.c | 565 u_int headers = l2addrsize(l2) + 1; in FRMR_error() local 566 u_char *datap = skb->data + headers; in FRMR_error() 574 if (skb->len < headers + 5) in FRMR_error() 581 if (skb->len < headers + 3) in FRMR_error()
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 262 bool "Support for cross-endian vnet headers on little-endian kernels" 266 little-endian kernel to parse vnet headers that come from a
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 104 The current framework offers a transport layer with fixed headers. The
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 409 address in your mail headers. REMOVE any anti-spam gimmicks you may 410 have in your mail headers, when sending mail to the list server.
|
/linux-4.4.14/ |
D | Makefile | 1056 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/headers.sh install 1067 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/headers.sh check
|
D | README | 70 incomplete) set of kernel headers that are used by the library header
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 21 linux-dev-VERSION or linux-headers-VERSION).
|
/linux-4.4.14/Documentation/x86/ |
D | exception-tables.txt | 159 > objdump --section-headers vmlinux
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 158 So we need to pass this to DSP. This metadata is extracted from ID3/MP4 headers
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 339 …msg := $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf recor…
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 369 Note: the headers that define these APIs and the parameter data types 428 package the headers and compile-time libraries in a separate development
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 354 Although the buffer is circular, the returned headers and data do not cross
|
D | WUSB-Design-overview.txt | 364 If reading, we don't send data buffers, just the segment headers saying
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 160 PCI devices, but the BARs in VF config space headers are unusual. For
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 19 /* begin standard C headers. */ 25 /* end standard C headers. */
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 18 /* begin standard C headers. */ 24 /* end standard C headers. */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 37 /* begin standard C headers. */ 43 /* end standard C headers. */
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 225 label hosts without CIPSO headers, but only from processes 231 as a host that supports CIPSO headers.
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 453 This field only exist on version 2 headers. It indicate which 463 This field only exists on version 3 and later headers. It 469 This field only exists on version 17 and later headers. It gives
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 380 414720 bytes/frame (add some more bytes for headers and DHT (huffman)/DQT
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 469 IPv6 extension headers. 1452 headers with lengths stored in the packet, as in IP or TCP header
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 705 Say Y here to push or pop vlan headers.
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 480 rawip (Default) Selects raw-IP-encapsulation. This means, MAC-headers
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 274 This option will extract the user-visible kernel headers whenever 280 relevant for userspace, say 'Y', and check the headers
|
/linux-4.4.14/Documentation/RCU/ |
D | whatisRCU.txt | 890 See the comment headers in the source code (or the docbook generated
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1263 make sure that /usr/src/linux points to the headers for the running 3851 which need to include the asm-i386 versions of headers get the 3919 point at the new headers. This will only be a problem if you build
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 531 the exact frame boundaries, since there are no synchronization headers
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2107 program will parse the ELF headers in the C object to find all
|