Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c588 return DDI_SUCCESS; in ddi_create_minor_node()
H A Ddtrace.c17453 return (DDI_SUCCESS); in dtrace_attach()
18951 return (DDI_SUCCESS); in dtrace_detach()
19067 return (DDI_SUCCESS); in dtrace_detach()
/xnu-10063.141.1/bsd/sys/
H A Ddtrace_glue.h332 #define DDI_SUCCESS 0 macro