Searched refs:off_pos (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 950 int64_t off_pos = -1; in ahci_populate_sglist() local 985 off_pos = offset - sum; in ahci_populate_sglist() 990 if ((off_idx == -1) || (off_pos < 0) || (off_pos > tbl_entry_size)) { in ahci_populate_sglist() 992 off_idx, off_pos); in ahci_populate_sglist() 999 qemu_sglist_add(sglist, le64_to_cpu(tbl[off_idx].addr) + off_pos, in ahci_populate_sglist() 1000 MIN(prdt_tbl_entry_size(&tbl[off_idx]) - off_pos, in ahci_populate_sglist()
|
H A D | trace-events | 91 …fset(void *s, int port, int off_idx, int64_t off_pos) "ahci(%p)[%d]: Incorrect offset! off_idx: %d…
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 424 LARGE_INTEGER new_pos, off_pos; in qmp_guest_file_seek() local 425 off_pos.QuadPart = offset; in qmp_guest_file_seek() 443 res = SetFilePointerEx(fh, off_pos, &new_pos, whence); in qmp_guest_file_seek()
|