Lines Matching refs:hosd
59 static inline void khelp_remove_osd(struct helper *h, struct osd *hosd);
148 khelp_init_osd(uint32_t classes, struct osd *hosd) in khelp_init_osd() argument
154 KASSERT(hosd != NULL, ("struct osd not initialised!")); in khelp_init_osd()
167 osd_set(OSD_KHELP, hosd, h->h_id, hdata); in khelp_init_osd()
176 khelp_remove_osd(h, hosd); in khelp_init_osd()
185 khelp_destroy_osd(struct osd *hosd) in khelp_destroy_osd() argument
190 KASSERT(hosd != NULL, ("struct osd not initialised!")); in khelp_destroy_osd()
202 khelp_remove_osd(h, hosd); in khelp_destroy_osd()
209 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd() argument
219 hdata = osd_get(OSD_KHELP, hosd, h->h_id); in khelp_remove_osd()
222 osd_del(OSD_KHELP, hosd, h->h_id); in khelp_remove_osd()
229 khelp_get_osd(struct osd *hosd, int32_t id) in khelp_get_osd() argument
232 return (osd_get(OSD_KHELP, hosd, id)); in khelp_get_osd()