Home
last modified time | relevance | path

Searched refs:oarg (Results 1 – 7 of 7) sorted by relevance

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