Home
last modified time | relevance | path

Searched refs:RMAN_UNINIT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Drman.h60 enum rman_type { RMAN_UNINIT = 0, RMAN_GAUGE, RMAN_ARRAY }; enumerator
/f-stack/freebsd/kern/
H A Dsubr_rman.c140 if (rm->rm_type == RMAN_UNINIT) in rman_init()