Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/lib/
H A Dimage-sparse.c116 if (chunk_header->chunk_type != CHUNK_TYPE_RAW) { in write_sparse_image()
118 debug("chunk_type: 0x%x\n", chunk_header->chunk_type); in write_sparse_image()
134 switch (chunk_header->chunk_type) { in write_sparse_image()
245 chunk_header->chunk_type); in write_sparse_image()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dsimg_dump-python3.patch55 chunk_type = header[0]
64 elif chunk_type == 0xCAC3:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dsimg_dump-python3.patch55 chunk_type = header[0]
64 elif chunk_type == 0xCAC3:
/openbmc/u-boot/include/
H A Dsparse_format.h36 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c384 unsigned char chunk_type; in set_sctp_state() local
399 chunk_type = sch->type; in set_sctp_state()
419 chunk_type = sch->type; in set_sctp_state()
423 event = (chunk_type < sizeof(sctp_events)) ? in set_sctp_state()
424 sctp_events[chunk_type] : IP_VS_SCTP_DATA; in set_sctp_state()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dmain.c176 int ret, chunk_type, chunk_len, chunk_num = 0; in wfx_send_pds() local
183 chunk_type = get_unaligned_le16(buf + 0); in wfx_send_pds()
189 if (chunk_type != WFX_PDS_TLV_TYPE) { in wfx_send_pds()
/openbmc/linux/fs/btrfs/
H A Dvolumes.c3373 u64 chunk_type; in btrfs_relocate_sys_chunks() local
3421 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks()
3424 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks()
3460 u64 chunk_type; in btrfs_may_alloc_data_chunk() local
3464 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk()
3467 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_may_alloc_data_chunk()
3652 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument
3655 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()
3658 if (bargs->profiles & chunk_type) in chunk_profiles_filter()
3808 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument
[all …]
H A Daccessors.h176 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c195 int chunk_type) in sctp_new_state() argument
199 switch (chunk_type) { in sctp_new_state()
236 chunk_type, sctp_conntrack_names[cur_state]); in sctp_new_state()