Searched refs:osd_get (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | osd.h | 66 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 D | osd.h | 68 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 D | kern_khelp.c | 222 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 D | kern_hhook.c | 108 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id); in hhook_run_hooks()
|
| H A D | kern_osd.c | 296 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get() function
|