Home
last modified time | relevance | path

Searched refs:allow_none (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-global-state.h88 BdrvChildRole child_role, bool allow_none, Error **errp);
93 BdrvChildRole child_role, bool allow_none, Error **errp);
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Duievent.py123 logRequests=False, allow_none=True, use_builtin_types=True)
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py46 …s = xmlrpc.client.ServerProxy("http://%s:%d/" % (host, port), transport=t, allow_none=True, use_bu…
H A Dxmlrpcserver.py63 logRequests=False, allow_none=True)
/openbmc/qemu/
H A Dblock.c3739 BdrvChildRole child_role, bool allow_none, in bdrv_open_child_bs()
3762 if (!allow_none) { in bdrv_open_child_bs()
3786 BdrvChildRole child_role, bool allow_none, in bdrv_open_child_common()
3795 child_role, allow_none, parse_filename, errp);
3812 * If allow_none is true, no image will be opened if filename is false and no in bdrv_open_child()
3829 bool allow_none, Error **errp)
3832 child_class, child_role, allow_none, false, in bdrv_open_file_child()
3727 bdrv_open_child_bs(const char * filename,QDict * options,const char * bdref_key,BlockDriverState * parent,const BdrvChildClass * child_class,BdrvChildRole child_role,bool allow_none,bool parse_filename,Error ** errp) bdrv_open_child_bs() argument
3774 bdrv_open_child_common(const char * filename,QDict * options,const char * bdref_key,BlockDriverState * parent,const BdrvChildClass * child_class,BdrvChildRole child_role,bool allow_none,bool parse_filename,Error ** errp) bdrv_open_child_common() argument
3817 bdrv_open_child(const char * filename,QDict * options,const char * bdref_key,BlockDriverState * parent,const BdrvChildClass * child_class,BdrvChildRole child_role,bool allow_none,Error ** errp) bdrv_open_child() argument