/Linux-v4.19/scripts/ |
D | kernel-doc | 383 my $contents = ""; 470 my $contents = join "\n", @_; 474 $parameterdescs{$name} = $contents; 480 $parameterdescs{$name} = $contents; 491 $sections{$name} .= $contents; 493 $sections{$name} = $contents; 507 my $contents = join "\n", @_; 519 dump_section($file, $name, $contents); 539 my $contents = join "\n",@_; 553 foreach $line (split "\n", $contents) { [all …]
|
/Linux-v4.19/drivers/char/ |
D | nvram.c | 127 static void mach_proc_infos(unsigned char *contents, struct seq_file *seq, 224 unsigned char contents[NVRAM_BYTES]; in nvram_read() local 233 for (tmp = contents; count-- > 0 && i < NVRAM_BYTES; ++i, ++tmp) in nvram_read() 238 if (copy_to_user(buf, contents, tmp - contents)) in nvram_read() 243 return tmp - contents; in nvram_read() 253 unsigned char contents[NVRAM_BYTES]; in nvram_write() local 265 if (copy_from_user(contents, buf, count)) in nvram_write() 273 for (tmp = contents; count--; ++i, ++tmp) in nvram_write() 282 return tmp - contents; in nvram_write() 379 unsigned char contents[NVRAM_BYTES]; in nvram_proc_read() local [all …]
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | mpx-hw.h | 55 void *contents[0]; member 62 unsigned long contents[0]; member 102 unsigned long __bd_entry = (unsigned long)bounds_dir_entry->contents; in bd_entry_valid() 109 unsigned long __bd_entry = (unsigned long)bounds_dir_entry->contents; in __bd_entry_to_bounds_table()
|
D | ldt_gdt.c | 193 if (desc->contents <= 1 && desc->seg_32bit && in install_valid() 251 .contents = 2, /* Code, not conforming */ in do_simple_tests() 288 desc.contents = 0; in do_simple_tests() 296 desc.contents = 1; in do_simple_tests() 305 desc.contents = 3; in do_simple_tests() 314 desc.contents = 2; in do_simple_tests() 417 desc.contents = 1; in do_simple_tests() 577 .contents = 0, /* Data */ in do_multicpu_tests() 646 .contents = 2, /* Code, not conforming */ in do_exec_test() 708 low_user_desc->contents = 0; /* Data, grow-up*/ in setup_low_user_desc()
|
D | sigreturn.c | 199 .contents = 2, /* Code, not conforming */ in setup_ldt() 212 .contents = 0, /* Data, grow-up */ in setup_ldt() 225 .contents = 2, /* Code, not conforming */ in setup_ldt() 238 .contents = 0, /* Data, grow-up */ in setup_ldt() 251 .contents = 0, /* Data, grow-up */ in setup_ldt() 276 .contents = 0, /* Data, grow-up */ in setup_ldt()
|
/Linux-v4.19/tools/perf/util/ |
D | xyarray.h | 13 char contents[]; member 22 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
|
D | xyarray.c | 27 memset(xy->contents, 0, n); in xyarray__reset()
|
/Linux-v4.19/fs/nls/ |
D | Kconfig | 47 only, not to the file contents. You can include several codepages; 59 only, not to the file contents. You can include several codepages; 71 only, not to the file contents. You can include several codepages; 84 only, not to the file contents. You can include several codepages; 100 only, not to the file contents. You can include several codepages; 115 only, not to the file contents. You can include several codepages; 126 only, not to the file contents. You can include several codepages; 137 only, not to the file contents. You can include several codepages; 148 only, not to the file contents. You can include several codepages; 159 only, not to the file contents. You can include several codepages; [all …]
|
/Linux-v4.19/Documentation/gpu/ |
D | msm-crash-dump.rst | 10 and all the contents of a section will be indented two spaces from the header. 41 Section containing the contents of each ringbuffer. Each ringbuffer is 66 The contents of the ring encoded as ascii85. Only the used 80 The contents of the buffer object encoded with ascii85. Only
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-driver-w1_ds28e04 | 4 Description: read/write the contents of the two PIO's of the DS28E04-100 13 Description: read/write the contents of the EEPROM memory of the DS28E04-100
|
D | sysfs-bus-nvmem | 6 This file allows user to read/write the raw NVMEM contents.
|
/Linux-v4.19/arch/x86/um/asm/ |
D | mm_context.h | 45 ((info)->contents << 10) | \ 55 (info)->contents == 0 && \
|
D | desc.h | 10 (info)->contents == 0 && \
|
/Linux-v4.19/Documentation/early-userspace/ |
D | buffer-format.txt | 9 (initramfs) protocol. The initramfs contents is passed using the same 10 memory buffer protocol used by the initrd protocol, but the contents 69 The c_mode field matches the contents of st_mode returned by stat(2) 92 contents; if the file contents is not included, the c_filesize field
|
/Linux-v4.19/Documentation/vm/ |
D | highmem.rst | 9 .. contents:: :local: 79 wants to access the contents of a page that might be allocated from high memory 86 /* Gain access to the contents of that page. */ 89 /* Do something to the contents of that page. */ 118 a pointer to the page contents rather than juggling mappings about. In such a
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | ldt.h | 26 unsigned int contents:2; member
|
/Linux-v4.19/arch/x86/um/shared/sysdep/ |
D | tls.h | 16 unsigned int contents:2; member
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | arm-pl08x.txt | 17 - mem-bus-interface-ahb1: if AHB master 1 is eligible for fetching memory contents 18 - mem-bus-interface-ahb2: if AHB master 2 is eligible for fetching memory contents
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | inlinedata.rst | 15 is allocated and the contents moved to that block. 37 should protect all inline data contents.
|
/Linux-v4.19/arch/x86/include/asm/ |
D | desc.h | 23 desc->type |= info->contents << 2; in fill_ldt() 341 (info)->contents == 0 && \ 353 info->contents == 0 && in LDT_zero()
|
/Linux-v4.19/Documentation/ |
D | isapnp.txt | 14 The regular files contain the contents of ISA PnP registers for
|
/Linux-v4.19/Documentation/crypto/ |
D | index.rst | 14 Table of contents
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-archive.txt | 16 buildids found so that analysis of perf.data contents can be possible on another
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-ofw | 23 The contents of /sys/firmware/devicetree/ is a 27 in the directory. The contents of each file is the exact
|
/Linux-v4.19/Documentation/i2c/ |
D | slave-eeprom-backend | 7 I2C bus. The memory contents can be modified from userspace via this file
|