Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c144 BlockDriverState **pbs, *bs; in bdrv_new() local
152 pbs = &bdrv_first; in bdrv_new()
153 while (*pbs != NULL) in bdrv_new()
154 pbs = &(*pbs)->next; in bdrv_new()
155 *pbs = bs; in bdrv_new()
303 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags) in bdrv_file_open() argument
316 *pbs = bs; in bdrv_file_open()
464 BlockDriverState **pbs; in bdrv_delete() local
466 pbs = &bdrv_first; in bdrv_delete()
467 while (*pbs != bs && *pbs != NULL) in bdrv_delete()
[all …]
Dblock.h60 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags);