MCPcopy Create free account
hub / github.com/F-Stack/f-stack / aiocb32_fetch_error

Function aiocb32_fetch_error

freebsd/kern/vfs_aio.c:2849–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2847}
2848
2849static long
2850aiocb32_fetch_error(struct aiocb *ujob)
2851{
2852 struct aiocb32 *ujob32;
2853
2854 ujob32 = (struct aiocb32 *)ujob;
2855 return (fuword32(&ujob32->_aiocb_private.error));
2856}
2857
2858static int
2859aiocb32_store_status(struct aiocb *ujob, long status)

Callers

nothing calls this directly

Calls 1

fuword32Function · 0.85

Tested by

no test coverage detected