pm_all_to_normal
if (pm_all_to_normal(dip, PM_CANBLOCK_FAIL) != DDI_SUCCESS) {
(void) pm_all_to_normal(dip, PM_CANBLOCK_BYPASS);
if (pm_all_to_normal(dip,
(void) pm_all_to_normal(kept_dip, PM_CANBLOCK_FAIL);
ret = pm_all_to_normal(dip, PM_CANBLOCK_BLOCK);
ret = pm_all_to_normal(dip, PM_CANBLOCK_BLOCK);
return (pm_all_to_normal(dip, PM_CANBLOCK_BLOCK));
extern int pm_all_to_normal(dev_info_t *, pm_canblock_t);