Home
last modified time | relevance | path

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

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