MCPcopy 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
200int
201osd_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
207void **
208osd_reserve(u_int slot)

Callers 1

khelp_init_osdFunction · 0.85

Calls 1

osd_set_reservedFunction · 0.85

Tested by

no test coverage detected