Searched refs:ddi_create_minor_node (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/bsd/dev/dtrace/ |
| H A D | lockstat.c | 236 if (ddi_create_minor_node(devi, "lockstat", S_IFCHR, 0, in lockstat_attach()
|
| H A D | systrace.c | 547 if (ddi_create_minor_node(devi, "systrace", S_IFCHR, 0, in systrace_attach() 918 if (ddi_create_minor_node(devi, "machtrace", S_IFCHR, 0, in machtrace_attach()
|
| H A D | profile_prvd.c | 626 if (ddi_create_minor_node(devi, "profile", S_IFCHR, 0, in profile_attach()
|
| H A D | fbt.c | 557 if (ddi_create_minor_node(devi, "fbt", S_IFCHR, 0, in fbt_attach()
|
| H A D | sdt.c | 328 if (ddi_create_minor_node(devi, "sdt", S_IFCHR, in sdt_attach()
|
| H A D | dtrace_glue.c | 579 ddi_create_minor_node(dev_info_t *dip, const char *name, int spec_type, in ddi_create_minor_node() function
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | dtrace_glue.h | 354 extern int ddi_create_minor_node(dev_info_t *, const char *, int, minor_t, const char *, int);
|