Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c98 dr_handle_t *sr_dr_handlep; member
162 srh->sr_dr_handlep = hp; in dr_get_sr_handle()
414 handle = srh->sr_dr_handlep; in dr_suspend_devices()
494 handle = srh->sr_dr_handlep; in dr_resume_devices()
529 dr_handle_t *handle = srh->sr_dr_handlep; in dr_stop_user_threads()
752 if (srh->sr_err_idx && srh->sr_dr_handlep) { in dr_resume()
753 (srh->sr_dr_handlep)->h_err = drerr_int(ESBD_RESUME, in dr_resume()
796 handle = srh->sr_dr_handlep; in dr_suspend()
861 if (srh->sr_err_idx && srh->sr_dr_handlep) { in dr_suspend()
862 (srh->sr_dr_handlep)->h_err = drerr_int(ESBD_SUSPEND, in dr_suspend()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c99 dr_handle_t *sr_dr_handlep; member
163 srh->sr_dr_handlep = hp; in dr_get_sr_handle()
415 handle = srh->sr_dr_handlep; in dr_suspend_devices()
495 handle = srh->sr_dr_handlep; in dr_resume_devices()
530 dr_handle_t *handle = srh->sr_dr_handlep; in dr_stop_user_threads()
784 if (srh->sr_err_idx && srh->sr_dr_handlep) { in dr_resume()
785 (srh->sr_dr_handlep)->h_err = drerr_int(ESBD_RESUME, in dr_resume()
833 handle = srh->sr_dr_handlep; in dr_suspend()
904 if (srh->sr_err_idx && srh->sr_dr_handlep) { in dr_suspend()
905 (srh->sr_dr_handlep)->h_err = drerr_int(ESBD_SUSPEND, in dr_suspend()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h609 #define MACHSRHD2HD(srh) ((srh)->sr_dr_handlep)