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

Function aiocb_fetch_error

freebsd/kern/vfs_aio.c:1438–1443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1436}
1437
1438static long
1439aiocb_fetch_error(struct aiocb *ujob)
1440{
1441
1442 return (fuword(&ujob->_aiocb_private.error));
1443}
1444
1445static int
1446aiocb_store_status(struct aiocb *ujob, long status)

Callers

nothing calls this directly

Calls 1

fuwordFunction · 0.85

Tested by

no test coverage detected