Home
last modified time | relevance | path

Searched refs:secsize (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/block/partitions/
H A Dmac.c36 unsigned secsize, datasize, partoffset; in mac_partition() local
52 secsize = be16_to_cpu(md->block_size); in mac_partition()
62 if (!is_power_of_2(secsize)) in mac_partition()
64 datasize = round_down(secsize, 512); in mac_partition()
68 partoffset = secsize % 512; in mac_partition()
89 int pos = slot * secsize; in mac_partition()
98 be32_to_cpu(part->start_block) * (secsize/512), in mac_partition()
99 be32_to_cpu(part->block_count) * (secsize/512)); in mac_partition()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c818 size_t secsize; in test_btf_datasec() local
827 secsize = btf__resolve_size(btf, type_id); in test_btf_datasec()
828 ASSERT_EQ(secsize, 0, "verify section size"); in test_btf_datasec()
/openbmc/linux/kernel/module/
H A Dinternal.h115 char *module_next_tag_pair(char *string, unsigned long *secsize);
H A Dmain.c1013 char *module_next_tag_pair(char *string, unsigned long *secsize) in module_next_tag_pair() argument
1018 if ((*secsize)-- <= 1) in module_next_tag_pair()
1025 if ((*secsize)-- <= 1) in module_next_tag_pair()
/openbmc/linux/drivers/bluetooth/
H A Dbtmtk.c40 __le32 secsize; member
/openbmc/linux/scripts/mod/
H A Dmodpost.c669 static char *next_string(char *string, unsigned long *secsize) in next_string() argument
674 if ((*secsize)-- <= 1) in next_string()
681 if ((*secsize)-- <= 1) in next_string()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch307 @@ -604,8 +604,8 @@ static int mode_select(cdrom_drive *d,int density,int secsize){