Home | History | Annotate | Download | only in qemu

Lines Matching refs:pnum

1492  * 'pnum' is set to the number of sectors (including and immediately following
1496 * 'nb_sectors' is the max value 'pnum' should be set to.
1499 int *pnum)
1504 *pnum = 0;
1508 *pnum = (n < nb_sectors) ? (n) : (nb_sectors);
1511 return bs->drv->bdrv_is_allocated(bs, sector_num, nb_sectors, pnum);