Home
last modified time | relevance | path

Searched refs:ddi_create_priv_minor_node (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dinetddi.c150 return (ddi_create_priv_minor_node(devi, INET_NAME, S_IFCHR, in inet_attach()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c240 if (ddi_create_priv_minor_node(dip, name, in mem_cache_attach()
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c171 if (ddi_create_priv_minor_node(devi, mm[i].name, S_IFCHR, in mm_attach()
H A Dfssnap.c397 error = ddi_create_priv_minor_node(dip, SNAP_CTL_NODE, S_IFCHR, in snap_attach()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1582 ddi_create_priv_minor_node(dev_info_t *dip, const char *name, int spec_type,
/illumos-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c387 if (ddi_create_priv_minor_node(dip, name, S_IFCHR, instance, in envctrl_attach()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5734 ddi_create_priv_minor_node(dev_info_t *dip, const char *name, int spec_type, in ddi_create_priv_minor_node() function