Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ osd_set
Function
osd_set
freebsd/kern/kern_osd.c:200–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
int
201
osd_set(u_int type, struct osd *osd, u_int slot, void *value)
202
{
203
204
return (osd_set_reserved(type, osd, slot, NULL, value));
205
}
206
207
void **
208
osd_reserve(u_int slot)
Callers
1
khelp_init_osd
Function · 0.85
Calls
1
osd_set_reserved
Function · 0.85
Tested by
no test coverage detected