VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:32:44 PM (10 years ago)
Author:
vboxsync
Message:

VBoxDTrace: working on the dtrace.c / supdrv interface. (r43)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/dtrace.c

    r53665 r53666  
    1331413314}
    1331513315
     13316#ifndef VBOX
    1331613317static void
    1331713318dtrace_anon_property(void)
     
    1341413415        }
    1341513416}
     13417#endif /* !VBOX */
    1341613418
    1341713419/*
     
    1481414816            dtrace_provider, NULL, NULL, "ERROR", 1, NULL);
    1481514817
     14818#ifndef VBOX
    1481614819        dtrace_anon_property();
     14820#endif
    1481714821        mutex_exit(&cpu_lock);
    1481814822
     
    1498414988}
    1498514989
     14990#ifndef VBOX
    1498614991/*ARGSUSED*/
    1498714992static int
     
    1503915044        return (ENOTTY);
    1504015045}
     15046#endif /* !VBOX */
    1504115047
    1504215048/*ARGSUSED*/
     
    1505215058        int rval;
    1505315059
     15060#ifndef VBOX
    1505415061        if (minor == DTRACEMNRN_HELPER)
    1505515062                return (dtrace_ioctl_helper(cmd, arg, rv));
     15063#endif
    1505615064
    1505715065        state = ddi_get_soft_state(dtrace_softstate, minor);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette