Home
last modified time | relevance | path

Searched refs:pm_create_components (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsunpm.h111 int pm_create_components(dev_info_t *dip, int num_components);
/titanic_44/usr/src/uts/sun/io/
H A Dzs_common.c689 if (pm_create_components(dev, 3) == DDI_SUCCESS) { in zsattach()
/titanic_44/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c406 if (pm_create_components(dip, 1) != DDI_SUCCESS) { in pcmcia_attach()
/titanic_44/usr/src/uts/common/os/
H A Dsunpm.c4531 pm_create_components(dev_info_t *dip, int num_components) in pm_create_components() function