Searched refs:pbs (Results 1 – 2 of 2) sorted by relevance
144 BlockDriverState **pbs, *bs; in bdrv_new() local152 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() argument316 *pbs = bs; in bdrv_file_open()464 BlockDriverState **pbs; in bdrv_delete() local466 pbs = &bdrv_first; in bdrv_delete()467 while (*pbs != bs && *pbs != NULL) in bdrv_delete()[all …]
60 int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags);