Home
last modified time | relevance | path

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

12345678910>>...164

/kernel/linux/linux-6.6/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/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-6.6/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 can't
/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-6.6/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-6.6/arch/x86/kvm/vmx/
Dsgx.c145 struct sgx_secs *contents = (struct sgx_secs *)pageinfo->contents; in __handle_encls_ecreate() local
159 miscselect = contents->miscselect; in __handle_encls_ecreate()
160 attributes = contents->attributes; in __handle_encls_ecreate()
161 xfrm = contents->xfrm; in __handle_encls_ecreate()
162 size = contents->size; in __handle_encls_ecreate()
223 struct sgx_secs *contents; in handle_encls_ecreate() local
247 sgx_get_encls_gva(vcpu, pageinfo.contents, 4096, 4096, in handle_encls_ecreate()
271 * Copy contents into kernel memory to prevent TOCTOU attack. E.g. the in handle_encls_ecreate()
276 contents = (struct sgx_secs *)__get_free_page(GFP_KERNEL_ACCOUNT); in handle_encls_ecreate()
277 if (!contents) in handle_encls_ecreate()
[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-6.6/arch/powerpc/include/uapi/asm/
Dpapr_pdsm.h56 * papr_scm and libndctl so that contents of payload can be interpreted. As such
88 * dimm_unarmed : Dimm not armed. So contents wont persist.
89 * dimm_bad_shutdown : Previous shutdown did not persist contents.
90 * dimm_bad_restore : Contents from previous shutdown werent restored.
91 * dimm_scrubbed : Contents of the dimm have been scrubbed.
92 * dimm_locked : Contents of the dimm cant be modified until CEC reboot
93 * 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-6.6/scripts/
Dkernel-doc280 my $contents = "";
457 # dumps section contents to arrays/hashes intended for that purpose.
462 my $contents = join "\n", @_;
466 $parameterdescs{$name} = $contents;
472 $parameterdescs{$name} = $contents;
482 $sections{$name} .= $contents;
484 $sections{$name} = $contents;
498 my $contents = join "\n", @_;
510 dump_section($file, $name, $contents);
530 my $contents = join "\n",@_;
[all …]
/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-6.6/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/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-6.6/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-6.6/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/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/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-6.6/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-6.6/tools/testing/nvdimm/test/
Dndtest.h8 /* SCM device is unable to persist memory contents */
10 /* SCM device failed to persist memory contents */
12 /* SCM device contents are not persisted from previous IPL */
17 /* SCM contents cannot persist due to current platform health status */
/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/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-6.6/drivers/scsi/mpt3sas/
Dmpt3sas_config.c282 * @config_page: contents of the config page
511 * @config_page: contents of the config page
547 * @config_page: contents of the config page
583 * @config_page: contents of the config page
621 * @config_page: contents of the config page
658 * @config_page: contents of the config page
695 * @config_page: contents of the config page
732 * @config_page: contents of the config page
768 * @config_page: contents of the config page
805 * @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-6.6/drivers/comedi/drivers/ni_routing/tools/
Dconvert_csv_to_c.py144 * The contents of this file are generated using the tools in
147 * Please use those tools to help maintain the contents of this file.
175 * The contents of this file are generated using the tools in
178 * Please use those tools to help maintain the contents of this file.
212 * The contents of this file are generated using the tools in
215 * Please use those tools to help maintain the contents of this file.
323 * The contents of this file are generated using the tools in
326 * Please use those tools to help maintain the contents of this file.
354 * The contents of this file are generated using the tools in
357 * Please use those tools to help maintain the contents of this file.
[all …]

12345678910>>...164