Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1438
static long
1439
aiocb_fetch_error(struct aiocb *ujob)
1440
{
1441
1442
return (fuword(&ujob->_aiocb_private.error));
1443
}
1444
1445
static int
1446
aiocb_store_status(struct aiocb *ujob, long status)
Callers
nothing calls this directly
Calls
1
fuword
Function · 0.85
Tested by
no test coverage detected