Lines Matching refs:argc
50 unsigned argc; in parse_features() local
61 if (!as->argc) in parse_features()
64 r = dm_read_arg_group(_args, as, &argc, &ti->error); in parse_features()
68 while (argc) { in parse_features()
70 argc--; in parse_features()
88 if (!argc) { in parse_features()
96 argc--; in parse_features()
110 argc--; in parse_features()
118 argc--; in parse_features()
126 argc--; in parse_features()
155 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() argument
169 as.argc = argc; in flakey_ctr()
172 if (argc < 4) { in flakey_ctr()