Searched refs:ddi_remove_minor_node (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | profile_prvd.c | 631 ddi_remove_minor_node(devi, NULL); in profile_attach() 660 ddi_remove_minor_node(devi, NULL); in profile_detach()
|
| H A D | systrace.c | 552 ddi_remove_minor_node(devi, NULL); in systrace_attach() 580 ddi_remove_minor_node(devi, NULL); in systrace_detach() 923 ddi_remove_minor_node(devi, NULL); in machtrace_attach()
|
| H A D | lockstat.c | 240 ddi_remove_minor_node(devi, NULL); in lockstat_attach()
|
| H A D | fbt.c | 538 ddi_remove_minor_node(devi, NULL); in fbt_cleanup()
|
| H A D | sdt.c | 331 ddi_remove_minor_node(devi, NULL); in sdt_attach()
|
| H A D | dtrace_glue.c | 590 ddi_remove_minor_node(dev_info_t *dip, char *name) in ddi_remove_minor_node() function
|
| H A D | dtrace.c | 19049 ddi_remove_minor_node(dtrace_devi, NULL); in dtrace_detach()
|
| /xnu-11215/bsd/sys/ |
| H A D | dtrace_glue.h | 355 extern void ddi_remove_minor_node(dev_info_t *, char *);
|