Lines Matching full:osd
47 #include <sys/osd.h>
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()
154 KASSERT(hosd != NULL, ("struct osd not initialised!")); in khelp_init_osd()
160 /* If helper is correct class and needs to store OSD... */ in khelp_init_osd()
173 /* Delete OSD that was assigned prior to the error. */ in khelp_init_osd()
185 khelp_destroy_osd(struct osd *hosd) in khelp_destroy_osd()
190 KASSERT(hosd != NULL, ("struct osd not initialised!")); in khelp_destroy_osd()
196 * Clean up all khelp related OSD. in khelp_destroy_osd()
209 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd()
215 * If the current helper uses OSD and calling osd_get() in khelp_remove_osd()
217 * OSD attached to 'hosd' which needs to be cleaned up. in khelp_remove_osd()
229 khelp_get_osd(struct osd *hosd, int32_t id) in khelp_get_osd()