Home
last modified time | relevance | path

Searched refs:p_size (Results 1 – 2 of 2) sorted by relevance

/qemu/scripts/
H A Ddump-guest-memory.py159 def add_segment(self, p_type, p_paddr, p_size): argument
166 phdr.p_filesz = p_size
167 phdr.p_memsz = p_size
/qemu/block/
H A Dfile-posix.c2703 dl.d_partitions[DISKPART(st.st_rdev)].p_size; in raw_getlength()
2727 dl.d_partitions[DISKPART(st.st_rdev)].p_size; in raw_getlength()