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

/external/qemu/
H A Dblock.h74 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs);
117 int *pcyls, int *pheads, int *psecs);
H A Dblock.c808 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument
821 *psecs = secs;
833 *psecs = secs;
852 *psecs = 63;
863 bdrv_set_geometry_hint(bs, *pcyls, *pheads, *psecs);
888 int *pcyls, int *pheads, int *psecs)
892 *psecs = bs->secs;
887 bdrv_get_geometry_hint(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument

Completed in 181 milliseconds