Home
last modified time | relevance | path

Searched full:contents (Results 1 – 25 of 1965) sorted by relevance

12345678910>>...79

/kernel/linux/linux-5.10/fs/nls/
DKconfig48 only, not to the file contents. You can include several codepages;
60 only, not to the file contents. You can include several codepages;
72 only, not to the file contents. You can include several codepages;
85 only, not to the file contents. You can include several codepages;
101 only, not to the file contents. You can include several codepages;
116 only, not to the file contents. You can include several codepages;
127 only, not to the file contents. You can include several codepages;
138 only, not to the file contents. You can include several codepages;
149 only, not to the file contents. You can include several codepages;
160 only, not to the file contents. You can include several codepages;
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-papr-pmem15 Indicates that NVDIMM contents will not
18 Indicates that NVDIMM contents
22 Indicates that NVDIMM contents
26 NVDIMM contents are encrypted.
30 Indicating that contents of the
33 Indicating that NVDIMM contents cant
/kernel/linux/linux-5.10/include/rdma/
Dibta_vol1_c12.h39 /* Table 106 REQ Message Contents */
100 /* Table 107 MRA Message Contents */
108 /* Table 108 REJ Message Contents */
118 /* Table 110 REP Message Contents */
140 /* Table 111 RTU Message Contents */
146 /* Table 112 DREQ Message Contents */
153 /* Table 113 DREP Message Contents */
159 /* Table 115 LAP Message Contents */
184 /* Table 116 APR Message Contents */
195 /* Table 119 SIDR_REQ Message Contents */
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
Dpapr_pdsm.h56 * papr_scm and libndctl so that contents of payload can be interpreted. As such
85 * dimm_unarmed : Dimm not armed. So contents wont persist.
86 * dimm_bad_shutdown : Previous shutdown did not persist contents.
87 * dimm_bad_restore : Contents from previous shutdown werent restored.
88 * dimm_scrubbed : Contents of the dimm have been scrubbed.
89 * dimm_locked : Contents of the dimm cant be modified until CEC reboot
90 * dimm_encrypted : Contents of dimm are encrypted.
/kernel/linux/linux-5.10/scripts/
Dkernel-doc410 my $contents = "";
555 # dumps section contents to arrays/hashes intended for that purpose.
560 my $contents = join "\n", @_;
564 $parameterdescs{$name} = $contents;
570 $parameterdescs{$name} = $contents;
581 $sections{$name} .= $contents;
583 $sections{$name} = $contents;
597 my $contents = join "\n", @_;
609 dump_section($file, $name, $contents);
629 my $contents = join "\n",@_;
[all …]
/kernel/linux/linux-5.10/Documentation/security/tpm/
Dtpm_event_log.rst24 to a challenger. However, PCR contents are difficult to interpret;
25 therefore, attestation is typically more useful when the PCR contents
28 contents. The PCR contents are used to provide the validation of the
/kernel/linux/linux-5.10/Documentation/filesystems/
Dubifs-authentication.rst15 contents and file names. This prevents attacks where an attacker is able to
16 read contents of the filesystem on a single point in time. A classic example
21 the attacker is able to modify the filesystem contents and the user uses the
23 contents arbitrarily without the user noticing. One example is to modify a
26 fairly easy to swap files and replace their contents.
36 This document describes an approach to get file contents _and_ full metadata
37 authentication for UBIFS. Since UBIFS uses fscrypt for file contents and file
100 contents or inode nodes (``struct ubifs_ino_node``) which represent VFS inodes.
210 the authenticity and integrity of metadata and file contents stored on flash.
218 authenticity of on-flash file contents and filesystem metadata. This covers
[all …]
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dldstfp.S19 /* Get the contents of frN into *p; N is in r3 and p is in r4. */
43 /* Put the contents of *p into frN; N is in r3 and p is in r4. */
68 /* Get the contents of vrN into *p; N is in r3 and p is in r4. */
92 /* Put the contents of *p into vrN; N is in r3 and p is in r4. */
118 /* Get the contents of vsN into vs0; N is in r3. */
137 /* Put the contents of vs0 into vsN; N is in r3. */
/kernel/linux/linux-5.10/Documentation/gpu/
Dmsm-crash-dump.rst12 and all the contents of a section will be indented two spaces from the header.
43 Section containing the contents of each ringbuffer. Each ringbuffer is
68 The contents of the ring encoded as ascii85. Only the used
82 The contents of the buffer object encoded with ascii85. Only
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/
Dusage.rst304 "contents" in an internal buffer. For example, let's assume we have a class that
333 char contents[FAKE_EEPROM_CONTENTS_SIZE];
341 memcpy(buffer, this->contents + offset, count);
351 memcpy(this->contents + offset, buffer, count);
360 memset(this->contents, 0, FAKE_EEPROM_CONTENTS_SIZE);
382 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[0], 0);
385 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[1], 0);
388 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[0], 0xff);
389 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[1], 0xff);
402 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[0], 0);
[all …]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_config.c282 * @config_page: contents of the config page
498 * @config_page: contents of the config page
534 * @config_page: contents of the config page
572 * @config_page: contents of the config page
609 * @config_page: contents of the config page
646 * @config_page: contents of the config page
683 * @config_page: contents of the config page
719 * @config_page: contents of the config page
755 * @config_page: contents of the config page
791 * @config_page: contents of the config page
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dethtool-netlink.rst85 attribute with contents of one of two forms: compact (two binary bitmaps
104 Compact form: nested (bitset) atrribute contents:
129 Bit-by-bit form: nested (bitset) attribute contents:
216 ``ETHTOOL_MSG_STRSET_GET_REPLY`` string set contents
281 Requests contents of a string set as provided by ioctl commands
288 Request contents:
300 Kernel response contents:
344 Request contents:
350 Kernel response contents:
374 Request contents:
[all …]
/kernel/linux/linux-5.10/include/linux/
Dt10-pi.h14 * Type 1 defines the contents of the guard and reference tags
16 * Type 2 defines the contents of the guard and reference tags and
19 * Type 3 defines the contents of the guard tag only
Dima.h23 extern int ima_load_data(enum kernel_load_data_id id, bool contents);
27 bool contents);
84 static inline int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() argument
97 bool contents) in ima_read_file() argument
/kernel/linux/linux-5.10/include/media/
Dtveeprom.h94 * tveeprom_hauppauge_analog - Fill struct tveeprom using the contents
99 * @eeprom_data: Array with the contents of the eeprom_data. It should
100 * contain 256 bytes filled with the contents of the
107 * tveeprom_read - Reads the contents of the eeprom found at the Hauppauge
/kernel/linux/linux-5.10/security/loadpin/
Dloadpin.c122 bool contents) in loadpin_read_file() argument
128 * If we will not know that we'll be seeing the full contents in loadpin_read_file()
130 * off disk. Treat all contents=false hooks as if there were in loadpin_read_file()
133 if (!contents) in loadpin_read_file()
190 static int loadpin_load_data(enum kernel_load_data_id id, bool contents) in loadpin_load_data() argument
192 return loadpin_read_file(NULL, (enum kernel_read_file_id) id, contents); in loadpin_load_data()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/
Dconvert_csv_to_c.py146 * The contents of this file are generated using the tools in
149 * Please use those tools to help maintain the contents of this file.
178 * The contents of this file are generated using the tools in
181 * Please use those tools to help maintain the contents of this file.
216 * The contents of this file are generated using the tools in
219 * Please use those tools to help maintain the contents of this file.
328 * The contents of this file are generated using the tools in
331 * Please use those tools to help maintain the contents of this file.
360 * The contents of this file are generated using the tools in
363 * Please use those tools to help maintain the contents of this file.
[all …]
/kernel/linux/linux-5.10/Documentation/x86/
Dexception-tables.rst58 Since we jump to the contents of fixup, fixup obviously points
172 > CONTENTS, ALLOC, LOAD, READONLY, CODE
174 > CONTENTS, ALLOC, LOAD, READONLY, CODE
176 > CONTENTS, ALLOC, LOAD, READONLY, DATA
178 > CONTENTS, ALLOC, LOAD, READONLY, DATA
180 > CONTENTS, ALLOC, LOAD, DATA
184 > CONTENTS, READONLY
186 > CONTENTS, READONLY
218 > objdump --full-contents --section=__ex_table vmlinux
287 exception table (i.e. the contents of the ELF section __ex_table)
/kernel/linux/linux-5.10/arch/s390/include/asm/
Duser.h16 obstacles to being able to view the contents of the floating point
18 contents of them. Actually, you can read in the core file and look at
19 the contents of the user struct to find out what the floating point
21 The actual file contents are as follows:
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Duser.h10 obstacles to being able to view the contents of the floating point
12 contents of them. Actually, you can read in the core file and look at
13 the contents of the user struct to find out what the floating point
15 The actual file contents are as follows:
/kernel/linux/linux-5.10/Documentation/driver-api/early-userspace/
Dbuffer-format.rst11 (initramfs) protocol. The initramfs contents is passed using the same
12 memory buffer protocol used by the initrd protocol, but the contents
75 The c_mode field matches the contents of st_mode returned by stat(2)
99 contents; if the file contents is not included, the c_filesize field
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-pch.c55 * @ien_reg: To store contents of IEN register.
56 * @imask_reg: To store contents of IMASK register.
57 * @po_reg: To store contents of PO register.
58 * @pm_reg: To store contents of PM register.
59 * @im0_reg: To store contents of IM0 register.
60 * @im1_reg: To store contents of IM1 register.
61 * @gpio_use_sel_reg : To store contents of GPIO_USE_SEL register.
188 /* to store contents of PO register */ in pch_gpio_restore_reg_conf()
190 /* to store contents of PM register */ in pch_gpio_restore_reg_conf()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Duser.h8 obstacles to being able to view the contents of the floating point
10 contents of them. Actually, you can read in the core file and look at
11 the contents of the user struct to find out what the floating point
13 The actual file contents are as follows:
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-bus-firewire11 Contents of the Configuration ROM register.
90 Contents of a respective textual descriptor leaf.
96 Contents of a respective textual descriptor leaf.
107 Contents of a respective textual descriptor leaf.

12345678910>>...79