Home
last modified time | relevance | path

Searched refs:OSD_FIRST (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_osd.c101 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_register()
157 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_deregister()
223 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_set_reserved()
301 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_get()
333 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in do_osd_del()
386 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_call()
411 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_exit()
435 for (i = OSD_FIRST; i <= OSD_LAST; i++) { in osd_init()
/f-stack/tools/compat/include/sys/
H A Dosd.h51 #define OSD_FIRST OSD_THREAD macro
/f-stack/freebsd/sys/
H A Dosd.h53 #define OSD_FIRST OSD_THREAD macro