Home
last modified time | relevance | path

Searched refs:DTRACE_STABILITY_UNSTABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_open.c777 { DTRACE_STABILITY_UNSTABLE, DTRACE_STABILITY_UNSTABLE, DTRACE_CLASS_COMMON },
778 { DTRACE_STABILITY_UNSTABLE, DTRACE_STABILITY_UNSTABLE, DTRACE_CLASS_COMMON },
779 { DTRACE_STABILITY_UNSTABLE, DTRACE_STABILITY_UNSTABLE, DTRACE_CLASS_COMMON },
780 { DTRACE_STABILITY_UNSTABLE, DTRACE_STABILITY_UNSTABLE, DTRACE_CLASS_COMMON },
781 { DTRACE_STABILITY_UNSTABLE, DTRACE_STABILITY_UNSTABLE, DTRACE_CLASS_COMMON },
Ddt_subr.c288 case DTRACE_STABILITY_UNSTABLE: return ("Unstable"); in dtrace_stability_name()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddtrace.h1221 #define DTRACE_STABILITY_UNSTABLE 4 /* new or rapidly changing */ macro