Searched refs:oarg (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c214 flowstat_unit(char *oarg, char *unit) argument
216 if ((strcmp(oarg, "R") == 0) || (strcmp(oarg, "K") == 0) ||
217 (strcmp(oarg, "M") == 0) || (strcmp(oarg, "G") == 0) ||
218 (strcmp(oarg, "T") == 0) || (strcmp(oarg, "P") == 0)) {
219 *unit = oarg[0];
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c73 char *oarg, *farg; variable
189 oarg = optarg;
367 newargv[ii++] = oarg;
/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c357 profile_offline(void *arg, cpu_t *cpu, void *oarg) argument
359 profile_probe_percpu_t *pcpu = oarg;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c477 dladm_str2interval(char *oarg, uint32_t *interval) argument
483 val = strtol(oarg, &endp, 10);
493 dladm_str2bw(char *oarg, uint64_t *bw) argument
499 n = strtoull(oarg, &endp, 10);
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c810 dlstat_unit(char *oarg, char *unit) argument
812 if ((strcmp(oarg, "R") == 0) || (strcmp(oarg, "K") == 0) ||
813 (strcmp(oarg, "M") == 0) || (strcmp(oarg, "G") == 0) ||
814 (strcmp(oarg, "T") == 0) || (strcmp(oarg, "P") == 0)) {
815 *unit = oarg[0];
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1254 uint64_t nlevels, step = 1, oarg; local
1330 } else if ((oarg = isp->dis_auxinfo) != arg) {
1337 int obaseval = DTRACE_LQUANTIZE_BASE(oarg);
1338 int onlevels = DTRACE_LQUANTIZE_LEVELS(oarg);
1339 int ostep = DTRACE_LQUANTIZE_STEP(oarg);
1387 uint64_t oarg, order, v; local
1488 } else if ((oarg = isp->dis_auxinfo) != arg) {
1500 expected = (oarg >> args[i].shift) & UINT16_MAX;

Completed in 90 milliseconds