Searched defs:dr_suspend (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c84 * NOTE: states used internally by dr_suspend and dr_resume
114 #define SKIP_SYNC /* bypass sync ops in dr_suspend */
786 dr_suspend(dr_sr_handle_t *srh) function
829 prom_printf("\nDR: dr_suspend invoked with force flag\n");
892 if ((err = dr_suspend(srh)) == DDI_SUCCESS) {
911 PR_ALL("%s: dr_suspend() failed, err = 0x%x\n", f, err);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c85 * NOTE: states used internally by dr_suspend and dr_resume
115 #define SKIP_SYNC /* bypass sync ops in dr_suspend */
823 dr_suspend(dr_sr_handle_t *srh) function
872 prom_printf("\nDR: dr_suspend invoked with force flag\n");
955 if ((err = dr_suspend(srh)) == DDI_SUCCESS) {
974 PR_ALL("%s: dr_suspend() failed, err = 0x%x\n", f, err);

Completed in 48 milliseconds