MCPcopy 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
231void *
232khelp_get_osd(struct osd *hosd, int32_t id)
233{
234
235 return (osd_get(OSD_KHELP, hosd, id));
236}
237
238int32_t
239khelp_get_id(char *hname)

Callers 5

cdg_ack_receivedFunction · 0.85
hd_ack_receivedFunction · 0.85
chd_ack_receivedFunction · 0.85
chd_cong_signalFunction · 0.85
vegas_ack_receivedFunction · 0.85

Calls 1

osd_getFunction · 0.85

Tested by

no test coverage detected