Searched refs:OSD_FIRST (Results 1 – 2 of 2) sorted by relevance
98 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_register()154 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_deregister()207 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_set_reserved()304 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_get()328 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in do_osd_del()381 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_call()409 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_exit()433 for (i = OSD_FIRST; i <= OSD_LAST; i++) { in osd_init()
51 #define OSD_FIRST OSD_THREAD macro