Home
last modified time | relevance | path

Searched refs:sect_num (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/fat/
H A Dfat_write.c672 __u32 startsect, sect_num, offset; in check_overflow() local
679 sect_num = div_u64_rem(size, mydata->sect_size, &offset); in check_overflow()
682 sect_num++; in check_overflow()
684 if (startsect + sect_num > total_sector) in check_overflow()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h481 uint16_t sect_num; member