Lines Matching refs:arg_name
58 const char *arg_name; in parse_features() local
77 arg_name = dm_shift_arg(as); in parse_features()
80 if (!arg_name) { in parse_features()
88 if (!strcasecmp(arg_name, "error_reads")) { in parse_features()
99 if (!strcasecmp(arg_name, "drop_writes")) { in parse_features()
114 if (!strcasecmp(arg_name, "error_writes")) { in parse_features()
130 if (!strcasecmp(arg_name, "corrupt_bio_byte")) { in parse_features()
144 arg_name = dm_shift_arg(as); in parse_features()
145 if (arg_name && !strcasecmp(arg_name, "w")) in parse_features()
147 else if (arg_name && !strcasecmp(arg_name, "r")) in parse_features()
178 if (!strcasecmp(arg_name, "random_read_corrupt")) { in parse_features()
191 if (!strcasecmp(arg_name, "random_write_corrupt")) { in parse_features()