Home
last modified time | relevance | path

Searched refs:entry_num (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/disk/
H A Dpart_iso.c51 int i,offset,entry_num; in part_get_info_iso_verb() local
136 entry_num=1; in part_get_info_iso_verb()
146 if(entry_num==part_num) { /* part found */ in part_get_info_iso_verb()
149 entry_num++; /* count partitions Entries (boot and non bootables */ in part_get_info_iso_verb()
/openbmc/u-boot/arch/x86/cpu/
H A Dirq.c122 int entry_num, int bus, int device) in check_dup_entry() argument
127 for (i = 0; i < entry_num; i++) { in check_dup_entry()
133 return (i == entry_num) ? NULL : slot; in check_dup_entry()
/openbmc/qemu/backends/
H A Dtrace-events23 …entry_len, uint32_t entry_num, uint32_t done_num, uint64_t data_ptr, int ret) " iommufd=%d id=%u d…
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c266 int entry_num, int bus, int device, int pin) in check_dup_entry() argument
271 for (i = 0; i < entry_num; i++) { in check_dup_entry()
278 return (i == entry_num) ? false : true; in check_dup_entry()