Home
last modified time | relevance | path

Searched defs:u_rman (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Drman.h83 struct u_rman { struct
84 uintptr_t rm_handle; /* rman uniquifier */
85 char rm_descr[RM_TEXTLEN]; /* rman description */
87 rman_res_t rm_start; /* base of managed region */
88 rman_res_t rm_size; /* size of managed region */
89 enum rman_type rm_type; /* region type */