Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dexceptions.py22 formatted = [self._header.format(self) + ':\n']
29 formatted.append(' >%s' % line)
31 formatted.append(' %s' % line)
32 return formatted
60 formatted = inspect.formatargvalues(*arginfo)
61 return formatted, cls
76 formatted = []
78 formatted.extend(tracebackinfo.format(formatter))
79 return formatted
83 formatted = ['Traceback (most recent call last):\n']
[all …]
/OK3568_Linux_fs/kernel/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()
H A Dixgbe_82599.c1377 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); in ixgbe_fdir_add_signature_filter_82599()
1378 flow_type = input.formatted.flow_type & in ixgbe_fdir_add_signature_filter_82599()
1479 input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF); in ixgbe_atr_compute_perfect_hash_82599()
1493 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1496 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1538 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1542 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1552 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599()
1555 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
1556 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599()
[all …]
H A Dixgbe_ethtool.c2533 switch (rule->filter.formatted.flow_type) { in ixgbe_get_ethtool_fdir_entry()
2553 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2554 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2555 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2556 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2557 fsp->h_u.tcp_ip4_spec.ip4src = rule->filter.formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2558 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2559 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2560 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2561 fsp->h_ext.vlan_tci = rule->filter.formatted.vlan_id; in ixgbe_get_ethtool_fdir_entry()
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ext452 ext4write- create a file in ext4 formatted partition
55 2. To list the files in an ext4-formatted partition, run:
62 3. To read and load a file from an ext4-formatted partition to RAM, run:
69 4. To write a file to an ext4-formatted partition.
/OK3568_Linux_fs/buildroot/package/json-c/
H A DConfig.in10 them as JSON formatted strings and parse JSON formatted
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py752 formatted = format_commands(cmds)
753 print_tree(formatted, 0, output)
764 formatted = []
766 formatted.append(stringify(v))
767 formatted = ' '.join(formatted)
768 output.append(''.join(['<', formatted, '>']))
/OK3568_Linux_fs/kernel/fs/adfs/
H A DKconfig10 and from ADFS-formatted floppy discs. If you also want to be able to
27 hard drives and ADFS-formatted floppy disks. This is experimental
/OK3568_Linux_fs/kernel/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()
432 bool formatted = false; in __open_or_format_metadata() local
434 r = __superblock_all_zeroes(cmd->bm, &formatted); in __open_or_format_metadata()
438 if (!formatted) in __open_or_format_metadata()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-intel-ipu3.rst18 interface. They are formatted as described by the :c:type:`ipu3_uapi_stats_3a`
48 formatted as described by the :c:type:`ipu3_uapi_params` structure.
/OK3568_Linux_fs/kernel/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 Dsysfs-wusb_cbaf58 The CHID of the host formatted as 16 space-separated
92 The device's CDID formatted as 16 space-separated hex
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dostream111 // DR 60. What is a formatted input function?
112 // The inserters for manipulators are *not* formatted output functions.
120 // DR 60. What is a formatted input function?
121 // The inserters for manipulators are *not* formatted output functions.
130 // DR 60. What is a formatted input function?
131 // The inserters for manipulators are *not* formatted output functions.
141 * All the @c operator<< functions (aka <em>formatted output
495 * Behaves like one of the formatted arithmetic inserters described in
581 * Behaves like one of the formatted arithmetic inserters described in
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dostream111 // DR 60. What is a formatted input function?
112 // The inserters for manipulators are *not* formatted output functions.
120 // DR 60. What is a formatted input function?
121 // The inserters for manipulators are *not* formatted output functions.
130 // DR 60. What is a formatted input function?
131 // The inserters for manipulators are *not* formatted output functions.
141 * All the @c operator<< functions (aka <em>formatted output
495 * Behaves like one of the formatted arithmetic inserters described in
581 * Behaves like one of the formatted arithmetic inserters described in
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dbluetooth.txt4 uniquely assigned to the Bluetooth device, formatted with least significant
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dmsm-crash-dump.rst9 This document describes how the output is formatted.
35 ID of the GPU that generated the crash formatted as
/OK3568_Linux_fs/buildroot/package/libcsv/
H A DConfig.in8 formatted CSV files.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-html2text_2020.1.16.bb1 SUMMARY = "Convert HTML to Markdown-formatted text"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxwud_1.0.5.bb6 in a specially formatted dump file, such as produced by xwd."
/OK3568_Linux_fs/kernel/fs/hfs/
H A DKconfig7 If you say Y here, you will be able to mount Macintosh-formatted
/OK3568_Linux_fs/buildroot/package/belr/
H A DConfig.in9 library, written in C++11. It parses text inputs formatted
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A DKconfig9 Macintosh-formatted hard drive partitions with full read-write access.
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/cvr_res/string/
H A Dstring.txt28 RES_STR_SETTINGS_BOX_NOFORMAT 未格式化 未格式化 Not formatted 書式なし
/OK3568_Linux_fs/kernel/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h52 u8 formatted; member

1234567