Home
last modified time | relevance | path

Searched refs:SBD_GET_PERR (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c367 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()
415 SBD_GET_PERR(hdp->h_err, ep); 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()
559 SBD_GET_PERR(hdp->h_err, ep); in sbd_post_attach_cpu()
623 SBD_GET_PERR(hdp->h_err, in sbd_post_attach_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()
782 SBD_GET_PERR(hdp->h_err, ep); in sbd_post_detach_cpu()
[all …]
H A Dsbd_io.c243 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_io_status()
357 SBD_GET_PERR(sep, ep); in sbd_check_io_refs()
359 SBD_GET_PERR(sep, &devlist[i].dv_error); in sbd_check_io_refs()
H A Dsbd_mem.c114 SBD_GET_PERR(hdp->h_err, ep); in sbd_get_memlist()
165 SBD_GET_PERR(hdp->h_err, ep); in sbd_pre_attach_mem()
202 SBD_GET_PERR(hdp->h_err, ep); in sbd_pre_attach_mem()
228 SBD_GET_PERR(hdp->h_err, ep); in sbd_pre_attach_mem()
289 SBD_GET_PERR(hdp->h_err, ep); in sbd_post_attach_mem()
391 SBD_GET_PERR(hdp->h_err, ep); in sbd_pre_detach_mem()
449 SBD_GET_PERR(hdp->h_err, ep); in sbd_post_detach_mem()
558 SBD_GET_PERR(hdp->h_err, ep); in sbd_post_detach_mem_unit()
1445 SBD_GET_PERR(hdp->h_err, ep); in sbd_init_mem_unit_data()
1468 SBD_GET_PERR(hdp->h_err, ep); in sbd_init_mem_unit_data()
[all …]
H A Dsbd.c771 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_exec_op()
884 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_dev_configure()
961 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_dev_release()
1039 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_dev_unconfigure()
1131 SBD_GET_PERR(hdp->h_err, ep); in sbd_attach_cpu()
1202 SBD_GET_PERR(spe, ep); in sbd_detach_cpu()
2042 SBD_GET_PERR(hdp->h_err, ep); in sbd_probe_board()
2078 SBD_GET_PERR(hdp->h_err, ep); in sbd_deprobe_board()
2704 SBD_GET_PERR(hdp->h_err, ep); in sbd_test_board()
2728 SBD_GET_PERR(hdp->h_err, ep); in sbd_assign_board()
[all …]
/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h143 #define SBD_GET_PERR(spe, ep) \ macro