Home
last modified time | relevance | path

Searched refs:DDI_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/bsd/dev/dtrace/
H A Dprofile_prvd.c675 return DDI_SUCCESS; in profile_attach()
689 return DDI_SUCCESS; in profile_detach()
699 return DDI_SUCCESS; in profile_detach()
H A Dsystrace.c572 return DDI_SUCCESS; in systrace_attach()
587 return DDI_SUCCESS; in systrace_detach()
598 return DDI_SUCCESS; in systrace_detach()
942 return DDI_SUCCESS; in machtrace_attach()
H A Dsdt.c356 return DDI_SUCCESS; in sdt_attach()
374 return DDI_SUCCESS; in sdt_detach()
393 return DDI_SUCCESS; in sdt_detach()
H A Dlockstat.c249 return DDI_SUCCESS; in lockstat_attach()
H A Dfbt.c572 return DDI_SUCCESS; in fbt_attach()
H A Ddtrace_glue.c593 return DDI_SUCCESS; in ddi_create_minor_node()
H A Ddtrace.c17434 return (DDI_SUCCESS); in dtrace_attach()
18927 return (DDI_SUCCESS); in dtrace_detach()
19043 return (DDI_SUCCESS); in dtrace_detach()
/xnu-8019.80.24/bsd/sys/
H A Ddtrace_glue.h332 #define DDI_SUCCESS 0 macro