Searched defs:o_name (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c925 const char *o_name; member in struct:dt_option
1031 for (op = _dtrace_rtoptions; op->o_name != NULL; op++) {
1032 if (strcmp(op->o_name, opt) == 0) {
1038 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
1039 if (strcmp(op->o_name, opt) == 0) {
1056 for (op = _dtrace_ctoptions; op->o_name != NULL; op++) {
1057 if (strcmp(op->o_name, opt) == 0)
1061 for (op = _dtrace_drtoptions; op->o_name != NULL; op++) {
1062 if (strcmp(op->o_name, opt) == 0)
1066 for (op = _dtrace_rtoptions; op->o_name !
[all...]

Completed in 1104 milliseconds