Home
last modified time | relevance | path

Searched refs:poffset (Results 1 – 3 of 3) sorted by relevance

/qemu/system/
H A Ddevice_tree.c663 int noffset, poffset, len; in qemu_fdt_randomize_seeds() local
670 for (poffset = fdt_first_property_offset(fdt, noffset); in qemu_fdt_randomize_seeds()
671 poffset >= 0; in qemu_fdt_randomize_seeds()
672 poffset = fdt_next_property_offset(fdt, poffset)) { in qemu_fdt_randomize_seeds()
673 data = (uint8_t *)fdt_getprop_by_offset(fdt, poffset, &name, &len); in qemu_fdt_randomize_seeds()
/qemu/hw/display/
H A Dcirrus_vga.c2220 int poffset, int w, in vga_draw_cursor_line() argument
2231 plane1 = src1 + poffset; in vga_draw_cursor_line()
2255 int w, h, x1, x2, poffset; in cirrus_cursor_draw_line() local
2277 poffset = 8; in cirrus_cursor_draw_line()
2287 poffset = 128; in cirrus_cursor_draw_line()
2311 vga_draw_cursor_line(d1, src, poffset, w, color0, color1, 0xffffff); in cirrus_cursor_draw_line()
/qemu/net/
H A Dcolo-compare.c325 uint16_t poffset, in colo_compare_packet_payload() argument
343 return memcmp(ppkt->data + poffset, spkt->data + soffset, len); in colo_compare_packet_payload()