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

/freebsd-12-stable/sys/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))
/freebsd-12-stable/sys/kern/
H A Dkern_khelp.c218 * If the current helper uses OSD and calling osd_get()
222 hdata = osd_get(OSD_KHELP, hosd, h->h_id);
235 return (osd_get(OSD_KHELP, hosd, id));
H A Dkern_hhook.c108 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id);
H A Dkern_osd.c296 osd_get(u_int type, struct osd *osd, u_int slot) function
/freebsd-12-stable/share/man/man9/
H A DMakefile1591 osd.9 osd_get.9 \

Completed in 67 milliseconds