/openbmc/linux/fs/udf/ |
H A D | truncate.c | 36 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in extent_trunc() 39 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30); in extent_trunc() 42 nelen = (etype << 30) | nelen; in extent_trunc() 48 if (etype == (EXT_RECORDED_ALLOCATED >> 30)) in extent_trunc() 51 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in extent_trunc() 69 int8_t etype = -1, netype; in udf_truncate_tail_extent() local 93 etype = netype; in udf_truncate_tail_extent() 130 int8_t etype = -1; in udf_discard_prealloc() local 160 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_discard_prealloc() 202 int8_t etype; in udf_truncate_extents() local [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace.h | 6 #define packettype_name(etype) { RHF_RCV_TYPE_##etype, #etype } argument 7 #define show_packettype(etype) \ argument 8 __print_symbolic(etype, \
|
H A D | trace_rx.h | 30 __field(u32, etype) 39 __entry->etype = packet->etype; 50 __entry->etype, show_packettype(__entry->etype),
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | fs_ttc.c | 62 u16 etype; member 68 .etype = ETH_P_IP, 72 .etype = ETH_P_IPV6, 76 .etype = ETH_P_IP, 84 .etype = ETH_P_IP, 92 .etype = ETH_P_IP, 100 .etype = ETH_P_IP, 108 .etype = 0, 115 .etype = ETH_P_IP, 123 .etype = ETH_P_IP, [all …]
|
/openbmc/linux/lib/ |
H A D | error-inject.c | 20 int etype; member 48 ei_type = ent->etype; in get_injectable_error_type() 88 ent->etype = iter->etype; in populate_error_injection_list() 181 static const char *error_type_string(int etype) in error_type_string() argument 183 switch (etype) { in error_type_string() 202 error_type_string(ent->etype)); in ei_seq_show()
|
/openbmc/u-boot/tools/binman/ |
H A D | entry.py | 63 def __init__(self, section, etype, node, read_node=True, name_prefix=''): argument 65 self.etype = etype 84 def Lookup(section, node_path, etype): argument 98 module_name = etype.replace('-', '_') 116 (etype, node_path, module_name, e)) 125 def Create(section, node, etype=None): argument 137 if not etype: 138 etype = fdt_util.GetString(node, 'type', node.name) 139 obj = Entry.Lookup(section, node.path, etype) 142 return obj(section, etype, node)
|
/openbmc/linux/net/dsa/ |
H A D | tag_rtl4_a.c | 74 u16 etype; in rtl4a_tag_rcv() local 84 etype = ntohs(*p); in rtl4a_tag_rcv() 85 if (etype != RTL4_A_ETHERTYPE) { in rtl4a_tag_rcv() 87 netdev_dbg(dev, "non-realtek ethertype 0x%04x\n", etype); in rtl4a_tag_rcv()
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | iwarp.h | 184 __be32 etype : 4; member 196 __be32 etype : 4; member 229 return term->etype; in __rdmap_term_etype() 233 u8 etype) in __rdmap_term_set_etype() argument 235 term->etype = etype & 0xf; in __rdmap_term_set_etype()
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | blob.py | 33 def __init__(self, section, etype, node): argument 34 Entry.__init__(self, section, etype, node) 35 self._filename = fdt_util.GetString(self._node, 'filename', self.etype)
|
H A D | cros_ec_rw.py | 20 def __init__(self, section, etype, node): argument 21 Entry_blob_named_by_arg.__init__(self, section, etype, node,
|
H A D | intel_cmc.py | 22 def __init__(self, section, etype, node): argument 23 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_vga.py | 24 def __init__(self, section, etype, node): argument 25 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_vbt.py | 21 def __init__(self, section, etype, node): argument 22 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_fsp.py | 26 def __init__(self, section, etype, node): argument 27 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_me.py | 27 def __init__(self, section, etype, node): argument 28 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_mrc.py | 23 def __init__(self, section, etype, node): argument 24 Entry_blob.__init__(self, section, etype, node)
|
H A D | intel_refcode.py | 23 def __init__(self, section, etype, node): argument 24 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot.py | 28 def __init__(self, section, etype, node): argument 29 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot_dtb.py | 24 def __init__(self, section, etype, node): argument 25 Entry_blob_dtb.__init__(self, section, etype, node)
|
H A D | u_boot_spl_elf.py | 20 def __init__(self, section, etype, node): argument 21 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot_nodtb.py | 23 def __init__(self, section, etype, node): argument 24 Entry_blob.__init__(self, section, etype, node)
|
H A D | powerpc_mpc85xx_bootpg_resetvec.py | 21 def __init__(self, section, etype, node): argument 22 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot_img.py | 23 def __init__(self, section, etype, node): argument 24 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot_spl_dtb.py | 21 def __init__(self, section, etype, node): argument 22 Entry_blob_dtb.__init__(self, section, etype, node)
|
H A D | u_boot_tpl_dtb.py | 21 def __init__(self, section, etype, node): argument 22 Entry_blob_dtb.__init__(self, section, etype, node)
|