Lines Matching defs:opt
165 const char *opt = (const char *)option;
167 if (opt == NULL || arg == NULL)
173 len = strlen(opt) + strlen(arg) + 1;
176 (void) strcpy(buf, opt);
899 dof_optdesc_t *opt = (dof_optdesc_t *)(uintptr_t)
902 if (opt->dofo_strtab != DOF_SECIDX_NONE)
905 if (opt->dofo_option >= DTRACEOPT_MAX)
908 dtp->dt_options[opt->dofo_option] = opt->dofo_value;
1016 dtrace_getopt(dtrace_hdl_t *dtp, const char *opt, dtrace_optval_t *val)
1020 if (opt == NULL)
1028 if (strcmp(op->o_name, opt) == 0) {
1035 if (strcmp(op->o_name, opt) == 0) {
1045 dtrace_setopt(dtrace_hdl_t *dtp, const char *opt, const char *val)
1049 if (opt == NULL)
1053 if (strcmp(op->o_name, opt) == 0)
1058 if (strcmp(op->o_name, opt) == 0)
1063 if (strcmp(op->o_name, opt) == 0) {