Home | History | Annotate | Download | only in qemu

Lines Matching refs:pnum

1494  * 'pnum' is set to the number of sectors (including and immediately following
1498 * 'nb_sectors' is the max value 'pnum' should be set to.
1501 int *pnum)
1506 *pnum = 0;
1510 *pnum = (n < nb_sectors) ? (n) : (nb_sectors);
1513 return bs->drv->bdrv_is_allocated(bs, sector_num, nb_sectors, pnum);