Home
last modified time | relevance | path

Searched refs:osd_get (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dosd.h66 void *osd_get(u_int type, struct osd *osd, u_int slot);
81 osd_get(OSD_THREAD, &(td)->td_osd, (slot))
100 osd_get(OSD_JAIL, &(pr)->pr_osd, (slot))
/f-stack/freebsd/sys/
H A Dosd.h68 void *osd_get(u_int type, struct osd *osd, u_int slot);
83 osd_get(OSD_THREAD, &(td)->td_osd, (slot))
102 osd_get(OSD_JAIL, &(pr)->pr_osd, (slot))
/f-stack/freebsd/kern/
H A Dkern_khelp.c222 hdata = osd_get(OSD_KHELP, hosd, h->h_id); in khelp_remove_osd()
235 return (osd_get(OSD_KHELP, hosd, id)); in khelp_get_osd()
H A Dkern_hhook.c108 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id); in hhook_run_hooks()
H A Dkern_osd.c296 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get() function