Searched refs:SBD_HD2ERR (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd_cpu.c | 347 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_pre_release_cpu() 369 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_release_cpu() 383 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_release_cpu() 487 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_attach_cpu() 500 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_attach_cpu() 534 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_post_attach_cpu() 623 SBD_HD2ERR(hp)); in sbd_post_attach_cpu() 652 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_pre_detach_cpu() 673 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_detach_cpu() 701 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_detach_cpu() [all …]
|
H A D | sbd.c | 589 rv = SBD_GET_ERRNO(SBD_HD2ERR(hp)); in sbd_ioctl() 712 (SBD_GET_ERRNO(SBD_HD2ERR(hp)) == 0 && in sbd_exec_op() 713 SBD_GET_ERR(SBD_HD2ERR(hp)) == 0)) in sbd_exec_op() 759 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_exec_op() 772 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_exec_op() 780 SBD_SET_ERRNO(SBD_HD2ERR(hp), ENOTTY); in sbd_exec_op() 786 if (SBD_GET_ERR(SBD_HD2ERR(hp))) in sbd_exec_op() 787 PR_BYP("XXX e_code=%d", SBD_GET_ERR(SBD_HD2ERR(hp))); in sbd_exec_op() 788 if (SBD_GET_ERRNO(SBD_HD2ERR(hp))) in sbd_exec_op() 789 PR_BYP("XXX errno=%d", SBD_GET_ERRNO(SBD_HD2ERR(hp))); in sbd_exec_op() [all …]
|
H A D | sbd_mem.c | 138 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_pre_attach_mem() 268 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_post_attach_mem() 373 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_pre_detach_mem() 437 if ((SBD_GET_ERR(SBD_HD2ERR(hp)) != 0) || in sbd_post_detach_mem() 825 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_pre_release_mem() 1073 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_release_mem_done() 1252 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_cancel_mem() 1637 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_select_mem_target() 1753 t_ml = sbd_get_memlist(t_mp, SBD_HD2ERR(hp)); in sbd_select_mem_target() 2053 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_move_memory() [all …]
|
H A D | sbd_io.c | 243 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_io_status()
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | sbdpriv.h | 116 #define SBD_HD2ERR(hd) ((hd)->h_err) macro 607 #define HD2MACHERR(hd) ERR2MACHERR(SBD_HD2ERR(hd))
|