Home
last modified time | relevance | path

Searched refs:parse_features (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-flakey.c53 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() function
297 r = parse_features(&as, fc, ti); in flakey_ctr()
H A Ddm-raid1.c1014 static int parse_features(struct mirror_set *ms, unsigned int argc, char **argv, in parse_features() function
1143 r = parse_features(ms, argc, argv, &args_used); in mirror_ctr()
H A Ddm-mpath.c1109 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features() function
1205 r = parse_features(&as, m); in multipath_ctr()
H A Ddm-cache-target.c2153 static int parse_features(struct cache_args *ca, struct dm_arg_set *as, in parse_features() function
2258 r = parse_features(ca, &as, error); in parse_cache_args()
/openbmc/qemu/hw/core/
H A Dcpu-common.c308 k->parse_features = cpu_common_parse_features; in cpu_common_class_init()
/openbmc/qemu/
H A Dcpu-target.c286 cc->parse_features(cpu_type, model_pieces[1], &error_fatal); in parse_cpu_option()
/openbmc/qemu/include/hw/core/
H A Dcpu.h152 void (*parse_features)(const char *typename, char *str, Error **errp); member
/openbmc/qemu/target/sparc/
H A Dcpu.c960 cc->parse_features = sparc_cpu_parse_features; in sparc_cpu_class_init()
/openbmc/qemu/target/i386/
H A Dcpu.c8593 cc->parse_features = x86_cpu_parse_featurestr; in x86_cpu_common_class_init()