Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c243 if (SBD_GET_ERR(ep) == 0) { in sbd_pre_attach_mem()
304 if (SBD_GET_ERR(ep) == 0) { in sbd_post_attach_mem()
326 if (SBD_GET_ERR(ep) == 0) { in sbd_post_attach_mem()
437 if ((SBD_GET_ERR(SBD_HD2ERR(hp)) != 0) || in sbd_post_detach_mem()
777 if (SBD_GET_ERR(ep) == 0) { in sbd_mem_cleanup()
875 if (SBD_GET_ERR(lep) != 0) { in sbd_pre_release_mem()
1115 if (SBD_GET_ERR(ep) != 0) { in sbd_release_mem_done()
1120 SBD_GET_ERR(ep)); in sbd_release_mem_done()
2389 SBD_GET_ERR(ep) == 0) { in sbd_attach_mem()
2616 if (SBD_GET_ERR(ep) != 0) { in sbd_detach_memory()
[all …]
H A Dsbd_io.c356 if (SBD_GET_ERR(ep) == 0) { in sbd_check_io_refs()
406 if (SBD_GET_ERR(&devlist[i].dv_error) != 0) { in sbd_pre_release_io()
H A Dsbd.c713 SBD_GET_ERR(SBD_HD2ERR(hp)) == 0)) in sbd_exec_op()
786 if (SBD_GET_ERR(SBD_HD2ERR(hp))) in sbd_exec_op()
890 if (SBD_GET_ERR(ep) == ESBD_CPUONLINE) { in sbd_dev_configure()
1490 if (SBD_GET_ERR(ep) || SBD_GET_ERRNO(ep)) { in sbd_set_err_in_hdl()
1491 SBD_SET_ERR(hep, SBD_GET_ERR(ep)); in sbd_set_err_in_hdl()
1992 if (SBD_GET_ERR(ep) != ESBD_NOERROR) { in sbd_post_op()
3132 SBD_GET_ERR(HD2MACHERR(hp))); in sbd_post_attach_devlist()
3476 SBD_GET_ERR(SBD_HD2ERR(hp))); in sbd_post_release_devlist()
3797 SBD_GET_ERR(HD2MACHERR(hp))); in sbd_post_detach_devlist()
5159 if (SBD_GET_ERR(ep) != 0) { in sbd_inject_err()
[all …]
H A Dsbd_cpu.c613 if (SBD_GET_ERR(ep) == 0) { in sbd_post_attach_cpu()
788 if (SBD_GET_ERR(ep) == 0) { in sbd_post_detach_cpu()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h117 #define SBD_GET_ERR(ep) ((ep)->e_code) macro