Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/Linux-v4.19/scripts/
Dkernel-doc383 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/
Dnvram.c127 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/
Dmpx-hw.h55 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()
Dldt_gdt.c193 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()
Dsigreturn.c199 .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/
Dxyarray.h13 char contents[]; member
22 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
Dxyarray.c27 memset(xy->contents, 0, n); in xyarray__reset()
/Linux-v4.19/fs/nls/
DKconfig47 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/
Dmsm-crash-dump.rst10 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/
Dsysfs-driver-w1_ds28e044 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
Dsysfs-bus-nvmem6 This file allows user to read/write the raw NVMEM contents.
/Linux-v4.19/arch/x86/um/asm/
Dmm_context.h45 ((info)->contents << 10) | \
55 (info)->contents == 0 && \
Ddesc.h10 (info)->contents == 0 && \
/Linux-v4.19/Documentation/early-userspace/
Dbuffer-format.txt9 (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/
Dhighmem.rst9 .. 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/
Dldt.h26 unsigned int contents:2; member
/Linux-v4.19/arch/x86/um/shared/sysdep/
Dtls.h16 unsigned int contents:2; member
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Darm-pl08x.txt17 - 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/
Dinlinedata.rst15 is allocated and the contents moved to that block.
37 should protect all inline data contents.
/Linux-v4.19/arch/x86/include/asm/
Ddesc.h23 desc->type |= info->contents << 2; in fill_ldt()
341 (info)->contents == 0 && \
353 info->contents == 0 && in LDT_zero()
/Linux-v4.19/Documentation/
Disapnp.txt14 The regular files contain the contents of ISA PnP registers for
/Linux-v4.19/Documentation/crypto/
Dindex.rst14 Table of contents
/Linux-v4.19/tools/perf/Documentation/
Dperf-archive.txt16 buildids found so that analysis of perf.data contents can be possible on another
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-ofw23 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/
Dslave-eeprom-backend7 I2C bus. The memory contents can be modified from userspace via this file

12345678910>>...13