Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h812 extern void pm_post_unconfig(dev_info_t *, int, char *);
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c6316 pm_post_unconfig(dip, pm_cookie, NULL); in devi_unconfig_common()
6347 pm_post_unconfig(dip, pm_cookie, NULL); in devi_unconfig_common()
6527 pm_post_unconfig(pdip, pm_cookie, devnm); in ndi_devi_unconfig_one()
H A Dsunpm.c7076 pm_post_unconfig(dev_info_t *dip, int held, char *devnm) in pm_post_unconfig() function