Searched refs:SBD_HD2ERR (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | sbd_cpu.c | 345 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_pre_release_cpu() 367 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_release_cpu() 381 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_release_cpu() 485 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_attach_cpu() 498 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_attach_cpu() 535 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_post_attach_cpu() 624 SBD_HD2ERR(hp)); in sbd_post_attach_cpu() 653 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_pre_detach_cpu() 674 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_detach_cpu() 702 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_detach_cpu() [all …]
|
H A D | sbd.c | 586 rv = SBD_GET_ERRNO(SBD_HD2ERR(hp)); in sbd_ioctl() 711 (SBD_GET_ERRNO(SBD_HD2ERR(hp)) == 0 && in sbd_exec_op() 712 SBD_GET_ERR(SBD_HD2ERR(hp)) == 0)) in sbd_exec_op() 758 sbderror_t *ep = SBD_HD2ERR(hp); in sbd_exec_op() 771 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_exec_op() 779 SBD_SET_ERRNO(SBD_HD2ERR(hp), ENOTTY); in sbd_exec_op() 787 if (SBD_GET_ERR(SBD_HD2ERR(hp))) in sbd_exec_op() 788 PR_BYP("XXX e_code=%d", SBD_GET_ERR(SBD_HD2ERR(hp))); in sbd_exec_op() 789 if (SBD_GET_ERRNO(SBD_HD2ERR(hp))) in sbd_exec_op() 790 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()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | sbdpriv.h | 118 #define SBD_HD2ERR(hd) ((hd)->h_err) macro 607 #define HD2MACHERR(hd) ERR2MACHERR(SBD_HD2ERR(hd))
|