Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c10 int next_offset, offset; in fdt_remove_unused_strings() local
20 for (offset = 0; tag != FDT_END; offset = next_offset) { in fdt_remove_unused_strings()
21 tag = fdt_next_tag(old, offset, &next_offset); in fdt_remove_unused_strings()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c587 uint32_t start_offset, next_offset, end_offset = 0; in ohci_service_iso_td() local
674 next_offset = iso_td.offset[relative_frame_number + 1]; in ohci_service_iso_td()
676 next_offset = iso_td.be; in ohci_service_iso_td()
681 !(OHCI_BM(next_offset, TD_PSW_CC) & 0xe))) { in ohci_service_iso_td()
682 trace_usb_ohci_iso_td_bad_cc_not_accessed(start_offset, next_offset); in ohci_service_iso_td()
686 if ((relative_frame_number < frame_count) && (start_offset > next_offset)) { in ohci_service_iso_td()
687 trace_usb_ohci_iso_td_bad_cc_overrun(start_offset, next_offset); in ohci_service_iso_td()
700 end_offset = next_offset - 1; in ohci_service_iso_td()
710 end_addr = next_offset; in ohci_service_iso_td()
H A Dtrace-events25 …_td_bad_cc_overrun(uint32_t start, uint32_t next) "ISO_TD start_offset=0x%.8x > next_offset=0x%.8x"
/openbmc/qemu/block/
H A Dmirror.c560 int64_t next_offset = offset + nb_chunks * s->granularity; in mirror_iteration() local
561 int64_t next_chunk = next_offset / s->granularity; in mirror_iteration()
562 if (next_offset >= s->bdev_length || in mirror_iteration()
563 !bdrv_dirty_bitmap_get_locked(s->dirty_bitmap, next_offset)) { in mirror_iteration()
571 if (next_dirty > next_offset || next_dirty < 0) { in mirror_iteration()
573 bdrv_set_dirty_iter(s->dbi, next_offset); in mirror_iteration()
576 assert(next_dirty == next_offset); in mirror_iteration()
/openbmc/u-boot/cmd/
H A Dmtdparts.c1445 uint64_t *next_offset) argument
1473 *next_offset = part->offset + part->size;
1993 uint64_t next_offset; local
2036 spread_partition(mtd, p, &next_offset);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch464 cpu_data->file_offset = handle->next_offset;
557 handle->next_offset = page_size;