Home | History | Annotate | Download | only in nvmectl

Lines Matching refs:optarg

105 			if (!strcmp(optarg, "refthread"))
109 if (!strcmp(optarg, "bio") ||
110 !strcmp(optarg, "wait"))
112 else if (!strcmp(optarg, "io") ||
113 !strcmp(optarg, "intr"))
118 io_test.num_threads = strtoul(optarg, &p, 0);
122 optarg);
128 optarg);
134 if (!strcmp(optarg, "read") || !strcmp(optarg, "READ"))
136 else if (!strcmp(optarg, "write") ||
137 !strcmp(optarg, "WRITE"))
141 optarg);
150 io_test.size = strtoul(optarg, &p, 0);
159 optarg);
165 io_test.time = strtoul(optarg, &p, 0);
169 optarg);