Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/dev/dtrace/
H A Dprofile_prvd.c637 return DDI_SUCCESS; in profile_attach()
651 return DDI_SUCCESS; in profile_detach()
661 return DDI_SUCCESS; in profile_detach()
H A Dsystrace.c556 return DDI_SUCCESS; in systrace_attach()
571 return DDI_SUCCESS; in systrace_detach()
582 return DDI_SUCCESS; in systrace_detach()
927 return DDI_SUCCESS; in machtrace_attach()
H A Dsdt.c353 return DDI_SUCCESS; in sdt_attach()
371 return DDI_SUCCESS; in sdt_detach()
390 return DDI_SUCCESS; in sdt_detach()
H A Dlockstat.c244 return DDI_SUCCESS; in lockstat_attach()
H A Dfbt.c565 return DDI_SUCCESS; in fbt_attach()
H A Ddtrace_glue.c585 return DDI_SUCCESS; in ddi_create_minor_node()
H A Ddtrace.c17461 return (DDI_SUCCESS); in dtrace_attach()
18959 return (DDI_SUCCESS); in dtrace_detach()
19075 return (DDI_SUCCESS); in dtrace_detach()
/xnu-12377.61.12/bsd/sys/
H A Ddtrace_glue.h332 #define DDI_SUCCESS 0 macro