Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c589 rv = SBD_GET_ERRNO(SBD_HD2ERR(hp)); in sbd_ioctl()
712 (SBD_GET_ERRNO(SBD_HD2ERR(hp)) == 0 && in sbd_exec_op()
788 if (SBD_GET_ERRNO(SBD_HD2ERR(hp))) in sbd_exec_op()
789 PR_BYP("XXX errno=%d", SBD_GET_ERRNO(SBD_HD2ERR(hp))); in sbd_exec_op()
1486 if (SBD_GET_ERR(hep) || SBD_GET_ERRNO(hep)) { in sbd_set_err_in_hdl()
1490 if (SBD_GET_ERR(ep) || SBD_GET_ERRNO(ep)) { in sbd_set_err_in_hdl()
1492 SBD_SET_ERRNO(hep, SBD_GET_ERRNO(ep)); in sbd_set_err_in_hdl()
1928 if (serr && SBD_GET_ERRNO(ep) != 0) { in sbd_pre_op()
1951 if (SBD_GET_ERR(ep) && SBD_GET_ERRNO(ep) == 0) in sbd_pre_op()
1986 if (SBD_GET_ERR(ep) && SBD_GET_ERRNO(ep) == 0) { in sbd_post_op()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h119 #define SBD_GET_ERRNO(ep) ((ep)->e_errno) macro