Searched refs:parse_features (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-flakey.c | 53 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 D | dm-raid1.c | 1014 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 D | dm-mpath.c | 1109 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 D | dm-cache-target.c | 2153 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 D | cpu-common.c | 308 k->parse_features = cpu_common_parse_features; in cpu_common_class_init()
|
/openbmc/qemu/ |
H A D | cpu-target.c | 286 cc->parse_features(cpu_type, model_pieces[1], &error_fatal); in parse_cpu_option()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 152 void (*parse_features)(const char *typename, char *str, Error **errp); member
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 960 cc->parse_features = sparc_cpu_parse_features; in sparc_cpu_class_init()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 8593 cc->parse_features = x86_cpu_parse_featurestr; in x86_cpu_common_class_init()
|