Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ khelp_get_osd
Function
khelp_get_osd
freebsd/kern/kern_khelp.c:231–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
void *
232
khelp_get_osd(struct osd *hosd, int32_t id)
233
{
234
235
return (osd_get(OSD_KHELP, hosd, id));
236
}
237
238
int32_t
239
khelp_get_id(char *hname)
Callers
5
cdg_ack_received
Function · 0.85
hd_ack_received
Function · 0.85
chd_ack_received
Function · 0.85
chd_cong_signal
Function · 0.85
vegas_ack_received
Function · 0.85
Calls
1
osd_get
Function · 0.85
Tested by
no test coverage detected