Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/dev/dtrace/
H A Dprofile_prvd.c674 return DDI_SUCCESS; in profile_attach()
688 return DDI_SUCCESS; in profile_detach()
698 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()
951 return DDI_SUCCESS; in machtrace_attach()
H A Dsdt.c359 return DDI_SUCCESS; in sdt_attach()
377 return DDI_SUCCESS; in sdt_detach()
396 return DDI_SUCCESS; in sdt_detach()
H A Dlockstat.c253 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.c17414 return (DDI_SUCCESS); in dtrace_attach()
18907 return (DDI_SUCCESS); in dtrace_detach()
19023 return (DDI_SUCCESS); in dtrace_detach()
/xnu-8020.140.41/bsd/sys/
H A Ddtrace_glue.h332 #define DDI_SUCCESS 0 macro