Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/dev/dtrace/
H A Dprofile_prvd.c633 return DDI_SUCCESS; in profile_attach()
647 return DDI_SUCCESS; in profile_detach()
657 return DDI_SUCCESS; in profile_detach()
H A Dsystrace.c555 return DDI_SUCCESS; in systrace_attach()
570 return DDI_SUCCESS; in systrace_detach()
581 return DDI_SUCCESS; in systrace_detach()
926 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.c17438 return (DDI_SUCCESS); in dtrace_attach()
18933 return (DDI_SUCCESS); in dtrace_detach()
19049 return (DDI_SUCCESS); in dtrace_detach()
/xnu-8792.81.2/bsd/sys/
H A Ddtrace_glue.h332 #define DDI_SUCCESS 0 macro