Changeset 53666 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv
- Timestamp:
- Jan 2, 2015 12:32:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/dtrace.c
r53665 r53666 13314 13314 } 13315 13315 13316 #ifndef VBOX 13316 13317 static void 13317 13318 dtrace_anon_property(void) … … 13414 13415 } 13415 13416 } 13417 #endif /* !VBOX */ 13416 13418 13417 13419 /* … … 14814 14816 dtrace_provider, NULL, NULL, "ERROR", 1, NULL); 14815 14817 14818 #ifndef VBOX 14816 14819 dtrace_anon_property(); 14820 #endif 14817 14821 mutex_exit(&cpu_lock); 14818 14822 … … 14984 14988 } 14985 14989 14990 #ifndef VBOX 14986 14991 /*ARGSUSED*/ 14987 14992 static int … … 15039 15044 return (ENOTTY); 15040 15045 } 15046 #endif /* !VBOX */ 15041 15047 15042 15048 /*ARGSUSED*/ … … 15052 15058 int rval; 15053 15059 15060 #ifndef VBOX 15054 15061 if (minor == DTRACEMNRN_HELPER) 15055 15062 return (dtrace_ioctl_helper(cmd, arg, rv)); 15063 #endif 15056 15064 15057 15065 state = ddi_get_soft_state(dtrace_softstate, minor);
Note:
See TracChangeset
for help on using the changeset viewer.