Home
last modified time | relevance | path

Searched defs:hole (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/net/
H A Dnet.c907 struct hole { struct
909 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ argument
910 u16 next_hole; /* index of next (in 8-b blocks), 0 == none */ argument
911 u16 prev_hole; /* index of prev, 0 == none */ argument
919 struct hole *payload, *thisfrag, *h, *newh; in __net_defragment() argument
/openbmc/qemu/block/
H A Dgluster.c1355 off_t *data, off_t *hole) in find_allocation()
1472 off_t data = 0, hole = 0; in qemu_gluster_co_block_status() local
H A Dfile-posix.c3187 off_t *data, off_t *hole) in find_allocation()
3290 off_t data = 0, hole = 0; in raw_co_block_status() local
/openbmc/qemu/hw/i386/
H A Dacpi-build.c288 static void acpi_get_pci_holes(Range *hole, Range *hole64) in acpi_get_pci_holes()