Lines Matching refs:opt
162 const char *opt = (const char *)option;
164 if (opt == NULL || arg == NULL)
170 len = strlen(opt) + strlen(arg) + 1;
173 (void) strcpy(buf, opt);
825 dof_optdesc_t *opt = (dof_optdesc_t *)(uintptr_t)
828 if (opt->dofo_strtab != DOF_SECIDX_NONE)
831 if (opt->dofo_option >= DTRACEOPT_MAX)
834 dtp->dt_options[opt->dofo_option] = opt->dofo_value;
960 dtrace_getopt(dtrace_hdl_t *dtp, const char *opt, dtrace_optval_t *val)
964 if (opt == NULL)
972 if (strcmp(op->o_name, opt) == 0) {
979 if (strcmp(op->o_name, opt) == 0) {
989 dtrace_setopt(dtrace_hdl_t *dtp, const char *opt, const char *val)
993 if (opt == NULL)
997 if (strcmp(op->o_name, opt) == 0)
1002 if (strcmp(op->o_name, opt) == 0)
1007 if (strcmp(op->o_name, opt) == 0) {