Home
last modified time | relevance | path

Searched refs:SBD_GET_ERRNO (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd.c586 rv = SBD_GET_ERRNO(SBD_HD2ERR(hp)); in sbd_ioctl()
711 (SBD_GET_ERRNO(SBD_HD2ERR(hp)) == 0 && 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()
1492 if (SBD_GET_ERR(hep) || SBD_GET_ERRNO(hep)) { in sbd_set_err_in_hdl()
1496 if (SBD_GET_ERR(ep) || SBD_GET_ERRNO(ep)) { in sbd_set_err_in_hdl()
1498 SBD_SET_ERRNO(hep, SBD_GET_ERRNO(ep)); in sbd_set_err_in_hdl()
1940 if (serr && SBD_GET_ERRNO(ep) != 0) { in sbd_pre_op()
1963 if (SBD_GET_ERR(ep) && SBD_GET_ERRNO(ep) == 0) in sbd_pre_op()
2000 if (SBD_GET_ERR(ep) && SBD_GET_ERRNO(ep) == 0) { in sbd_post_op()
[all …]
/titanic_44/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h121 #define SBD_GET_ERRNO(ep) ((ep)->e_errno) macro