Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 70) sorted by relevance

123

/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/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/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/drivers/md/
H A Ddm-clone-metadata.c233 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/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.
H A Dvidioc-subdev-querycap.rst59 The version number is formatted using the ``KERNEL_VERSION()``
H A Dmetafmt-c3-isp.rst19 They are formatted as described by the :c:type:`c3_isp_stats_info` structure.
/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
H A Ddebugfs-wilco-ec12 Output will formatted with "0x%02x\n".
H A Dsysfs-class-rtc51 Valid time range for the RTC, as seconds from epoch, formatted
/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/fs/exfat/
H A DKconfig9 This allows you to mount devices formatted with the exFAT file system.
/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h65 bool formatted; member
/linux/fs/qnx6/
H A DKconfig10 Say Y if you intend to mount QNX hard disks or floppies formatted
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py962 formatted = ':'.join('%02x' % b for b in raw)
965 formatted = hex(raw)
967 formatted = bytes.hex(raw, ' ')
969 formatted = format(ipaddress.ip_address(raw))
971 formatted = str(uuid.UUID(bytes=raw))
973 formatted = raw
974 return formatted
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-integrity.rst107 device. If the device is already formatted, the value from the
112 a power of two. If the device is already formatted, the value from
236 The layout of the formatted block device:
244 * magic string - identifies that the device was formatted
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
/linux/certs/
H A DKconfig62 If set, this option should be the filename of a PEM-formatted file
143 If set, this option should be the filename of a PEM-formatted file
/linux/Documentation/filesystems/
H A Disofs.rst35 cruft Try to handle badly formatted CDs.
H A Dudf.rst13 media however, does not support this. Instead the media can be formatted
/linux/tools/testing/kunit/
H A Dkunit_parser.py520 formatted = textwrap.dedent('\n'.join(log))
521 for line in formatted.splitlines():
526 Returns string with formatted test result with colored status and test
537 String containing formatted test result
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst239 ``CONFIG_KUNIT_DEBUGFS`` to expose per-suite TAP-formatted results:
336 will be formatted in kernel output:
343 This is an example of how test attributes for test suites will be formatted in
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``
/linux/Documentation/process/
H A D4.Coding.rst38 strangely-formatted code.
44 how the code is formatted.
355 be formatted and what information needs to be provided.
366 specially-formatted comments; these comments can be extracted and formatted
/linux/Documentation/
H A DChanges219 documentation via specially-formatted comments near their
265 and repair a JFS formatted partition.
267 - ``mkfs.jfs`` - create a JFS formatted partition.

123