Searched refs:parent_options (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-daemon.c | 1246 static int __cmd_start(struct daemon *daemon, struct option parent_options[], in __cmd_start() argument 1252 OPT_PARENT(parent_options), in __cmd_start() 1414 static int __cmd_signal(struct daemon *daemon, struct option parent_options[], in __cmd_signal() argument 1421 OPT_PARENT(parent_options), in __cmd_signal() 1443 static int __cmd_stop(struct daemon *daemon, struct option parent_options[], in __cmd_stop() argument 1447 OPT_PARENT(parent_options), in __cmd_stop() 1466 static int __cmd_ping(struct daemon *daemon, struct option parent_options[], in __cmd_ping() argument 1473 OPT_PARENT(parent_options), in __cmd_ping()
|
/openbmc/qemu/ |
H A D | block.c | 1254 qdict_copy_default(child_options, parent_options, BDRV_OPT_DISCARD); in bdrv_temp_snapshot_options() 1415 qdict_copy_default(child_options, parent_options, in bdrv_inherited_options() 3586 int bdrv_open_backing_file(BlockDriverState *bs, QDict *parent_options, in bdrv_open_backing_file() argument 3608 if (parent_options == NULL) { in bdrv_open_backing_file() 3610 parent_options = tmp_parent_options; in bdrv_open_backing_file() 3616 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file() 3626 reference = qdict_get_try_str(parent_options, bdref_key); in bdrv_open_backing_file() 3689 qdict_del(parent_options, bdref_key); in bdrv_open_backing_file() 4348 QDict *parent_options, int parent_flags, in bdrv_reopen_queue_child() argument 4404 if (parent_options) { in bdrv_reopen_queue_child() [all …]
|
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 109 int bdrv_open_backing_file(BlockDriverState *bs, QDict *parent_options,
|
H A D | block_int-common.h | 936 int parent_flags, QDict *parent_options);
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 127 int parent_flags, QDict *parent_options) in blk_root_inherit_options() argument
|
H A D | vvfat.c | 3149 int parent_flags, QDict *parent_options) in vvfat_qcow_options() argument
|