Home
last modified time | relevance | path

Searched refs:pm_pre_config (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h809 extern int pm_pre_config(dev_info_t *, char *);
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c5488 if (pm_pre_config(dip, NULL) != DDI_SUCCESS) in devi_config_common()
5746 if (pm_pre_config(pdip, devnm) != DDI_SUCCESS) { in ndi_devi_config_one()
H A Dsunpm.c6860 pm_pre_config(dev_info_t *dip, char *devnm) in pm_pre_config() function