Searched refs:psecs (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/block/
H A Dblock.h92 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs);
167 int *pcyls, int *pheads, int *psecs);
/external/qemu/
H A Dblock.c1214 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument
1227 *psecs = secs;
1239 *psecs = secs;
1258 *psecs = 63;
1269 bdrv_set_geometry_hint(bs, *pcyls, *pheads, *psecs);
1294 int *pcyls, int *pheads, int *psecs)
1298 *psecs = bs->secs;
1293 bdrv_get_geometry_hint(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument

Completed in 1227 milliseconds