Home
last modified time | relevance | path

Searched full:formatted (Results 1 – 25 of 231) sorted by relevance

12345678910

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h32 input->filter.formatted.src_ip[0] = (__force __be32)val; in ixgbe_mat_prgm_sip()
33 mask->formatted.src_ip[0] = (__force __be32)m; in ixgbe_mat_prgm_sip()
41 input->filter.formatted.dst_ip[0] = (__force __be32)val; in ixgbe_mat_prgm_dip()
42 mask->formatted.dst_ip[0] = (__force __be32)m; in ixgbe_mat_prgm_dip()
58 input->filter.formatted.src_port = (__force __be16)(val & 0xffff); in ixgbe_mat_prgm_ports()
59 mask->formatted.src_port = (__force __be16)(m & 0xffff); in ixgbe_mat_prgm_ports()
60 input->filter.formatted.dst_port = (__force __be16)(val >> 16); in ixgbe_mat_prgm_ports()
61 mask->formatted.dst_port = (__force __be16)(m >> 16); in ixgbe_mat_prgm_ports()
/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.h22 /* ASCII formatted WWPN for FC Initiator Nport */
64 /* ASCII formatted WWPN for FC Target Lport */
66 /* ASCII formatted naa WWPN for VPD page 83 etc */
/linux/Documentation/gpu/
H A Dmsm-crash-dump.rst9 This document describes how the output is formatted.
26 The kernel time at crash formatted as seconds.microseconds.
35 ID of the GPU that generated the crash formatted as
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py61 """Return a RST formatted field"""
69 """Return a formatted paragraph"""
73 """Return a formatted a bullet"""
136 """Return a formatted label"""
150 """Parse 'multicast' group list and return a formatted string"""
158 """Parse 'do' section and return a formatted string"""
399 """Transform the YAML specified by filename into an RST-formatted string"""
/linux/fs/adfs/
H A DKconfig11 and from ADFS-formatted floppy discs. If you also want to be able to
28 hard drives and ADFS-formatted floppy disks. This is experimental
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-entries61 the "formatted" portion of the entry. This
62 "formatted" region is sometimes followed by
67 "formatted" portion of the entry, the
/linux/rust/quote/
H A Dident_fragment.rs9 /// [`Ident`] arguments formatted using this trait will have their `r#` prefix
21 /// If non-`None`, may be inherited by formatted identifiers.
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro.
85 - Media device driver version, formatted with the
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-intel-ipu3.rst19 interface. They are formatted as described by the :c:type:`ipu3_uapi_stats_3a`
49 formatted as described by the :c:type:`ipu3_uapi_params` structure.
/linux/drivers/md/
H A Ddm-clone-metadata.c230 * Check if the superblock is formatted or not. We consider the superblock to
231 * be formatted in case we find non-zero bytes in it.
233 static int __superblock_all_zeroes(struct dm_block_manager *bm, bool *formatted) in __superblock_all_zeroes() argument
251 *formatted = false; in __superblock_all_zeroes()
258 *formatted = true; in __superblock_all_zeroes()
426 bool formatted = false; in __open_or_format_metadata() local
428 r = __superblock_all_zeroes(cmd->bm, &formatted); in __open_or_format_metadata()
432 if (!formatted) in __open_or_format_metadata()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst29 dm-zoned target devices are formatted and checked using the dmzadm
144 A zoned block device must first be formatted using the dmzadm tool. This
161 Formatted device(s) can be started with the dmzadm utility, too.:
/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c1137 * @buf: contains formatted text driver name and version
1140 * size of the formatted string
1153 * @buf: contains formatted text Firmware version
1156 * size of the formatted string
1172 * @buf: contains formatted text Session Count
1175 * size of the formatted string
1204 * @buf: contains formatted text Session Count
1207 * size of the formatted string
1234 * @buf: contains formatted text driver name and version
1237 * size of the formatted string
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h116 * have been formatted. Zero prohibits writing any buffers until all
117 * blocks have been formatted.
/linux/drivers/acpi/acpica/
H A Dutexcep.c21 * PARAMETERS: status - The acpi_status code to be formatted
56 * PARAMETERS: status - The acpi_status code to be formatted in ACPI_EXPORT_SYMBOL()
/linux/scripts/
H A Dkernel-doc91 Print formatted kernel documentation to stdout.
94 documentation comments, and print formatted documentation
120 and print formatted documentation to standard output.
H A Dkernel-doc.py
/linux/Documentation/process/
H A D4.Coding.rst38 strangely-formatted code.
44 how the code is formatted.
356 be formatted and what information needs to be provided.
367 specially-formatted comments; these comments can be extracted and formatted
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c413 * Returns: size of formatted string.
428 * Returns: size of formatted string.
851 * @buf: on return contains the formatted text from lpfc_info().
853 * Returns: size of formatted string.
868 * @buf: on return contains the formatted text serial number.
870 * Returns: size of formatted string.
887 * @buf: on return contains the formatted support level.
893 * Returns: size of formatted string.
911 * Returns: size of formatted string.
930 * Returns: size of formatted string.
[all …]
/linux/drivers/md/dm-vdo/
H A Dstring-utils.h19 /* Append a formatted string to the end of a buffer. */
/linux/fs/qnx6/
H A DKconfig10 Say Y if you intend to mount QNX hard disks or floppies formatted
/linux/drivers/char/tpm/
H A Dtpm_i2c_atmel.c12 * devices the raw TCG formatted TPM command data is written via I2C and then
13 * raw TCG formatted TPM command data is returned via I2C.
/linux/Documentation/devicetree/bindings/net/bluetooth/
H A Dbluetooth-controller.yaml23 device. Formatted with least significant byte first (little-endian), e.g.
/linux/tools/lib/
H A Dstr_error_r.c12 * using strerror_r() returns the error formatted in a provided buffer (we have
/linux/include/xen/interface/hvm/
H A Dioreq.h29 * For I/O type IOREQ_TYPE_PCI_CONFIG, the physical address is formatted
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsnprintf_btf.c7 * are formatted correctly.

12345678910