| 2838 | } |
| 2839 | |
| 2840 | static long |
| 2841 | aiocb32_fetch_status(struct aiocb *ujob) |
| 2842 | { |
| 2843 | struct aiocb32 *ujob32; |
| 2844 | |
| 2845 | ujob32 = (struct aiocb32 *)ujob; |
| 2846 | return (fuword32(&ujob32->_aiocb_private.status)); |
| 2847 | } |
| 2848 | |
| 2849 | static long |
| 2850 | aiocb32_fetch_error(struct aiocb *ujob) |
nothing calls this directly
no test coverage detected