Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c369 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()
417 SBD_GET_PERR(hdp->h_err, ep); 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()
558 SBD_GET_PERR(hdp->h_err, ep); in sbd_post_attach_cpu()
622 SBD_GET_PERR(hdp->h_err, in sbd_post_attach_cpu()
673 SBD_GET_PERR(hdp->h_err, SBD_HD2ERR(hp)); in sbd_pre_detach_cpu()
781 SBD_GET_PERR(hdp->h_err, ep); in sbd_post_detach_cpu()
797 SBD_GET_PERR(hdp->h_err, 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()
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()
1641 SBD_GET_PERR(hdp->h_err, ep); in sbd_select_mem_target()
[all …]
H A Dsbd.c1129 SBD_GET_PERR(hdp->h_err, ep); in sbd_attach_cpu()
1199 SBD_GET_PERR(spe, ep); in sbd_detach_cpu()
2027 SBD_GET_PERR(hdp->h_err, ep); in sbd_probe_board()
2063 SBD_GET_PERR(hdp->h_err, ep); in sbd_deprobe_board()
2689 SBD_GET_PERR(hdp->h_err, ep); in sbd_test_board()
2713 SBD_GET_PERR(hdp->h_err, ep); in sbd_assign_board()
2737 SBD_GET_PERR(hdp->h_err, ep); in sbd_unassign_board()
2761 SBD_GET_PERR(hdp->h_err, ep); in sbd_poweron_board()
2785 SBD_GET_PERR(hdp->h_err, ep); in sbd_poweroff_board()
3520 SBD_GET_PERR(hdp->h_err, ep); in sbd_release_done()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h141 #define SBD_GET_PERR(spe, ep) \ macro