Searched refs:sd_pm_exit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c966 #define sd_pm_exit ssd_pm_exit macro
1371 static void sd_pm_exit(struct sd_lun *un);
9875 * and only call sd_pm_exit it it was DDI_SUCCESS. A status
9879 * Calling sd_pm_exit with this count value hits an ASSERT.
10041 * Function: sd_pm_exit
10051 sd_pm_exit(struct sd_lun *un) function
10056 SD_TRACE(SD_LOG_IO_PM, un, "sd_pm_exit: entry\n");
10068 "sd_pm_exit: un_pm_count = %d\n", un->un_pm_count);
10075 "sd_pm_exit: idle component\n");
10084 SD_TRACE(SD_LOG_IO_PM, un, "sd_pm_exit
[all...]

Completed in 85 milliseconds