Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ aiocb_fetch_status
Function
aiocb_fetch_status
freebsd/kern/vfs_aio.c:1431–1436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1429
}
1430
1431
static long
1432
aiocb_fetch_status(struct aiocb *ujob)
1433
{
1434
1435
return (fuword(&ujob->_aiocb_private.status));
1436
}
1437
1438
static long
1439
aiocb_fetch_error(struct aiocb *ujob)
Callers
nothing calls this directly
Calls
1
fuword
Function · 0.85
Tested by
no test coverage detected