Lines Matching defs:o_name
865 const char *o_name;
971 for (op = _dtrace_rtoptions; op->o_name != NULL; op++) {
972 if (strcmp(op->o_name, opt) == 0) {
978 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
979 if (strcmp(op->o_name, opt) == 0) {
996 for (op = _dtrace_ctoptions; op->o_name != NULL; op++) {
997 if (strcmp(op->o_name, opt) == 0)
1001 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
1002 if (strcmp(op->o_name, opt) == 0)
1006 for (op = _dtrace_rtoptions; op->o_name != NULL; op++) {
1007 if (strcmp(op->o_name, opt) == 0) {