Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drman.h115 struct rman { struct
118 TAILQ_ENTRY(rman) rm_link; /* link in list of all rmans */ argument
119 rman_res_t rm_start; /* index of globally first entry */ argument
120 rman_res_t rm_end; /* index of globally last entry */ argument
121 enum rman_type rm_type; /* what type of resource this is */ argument
124 TAILQ_HEAD(rman_head, rman); argument
/f-stack/freebsd/kern/
H A Dsubr_rman.c1112 DB_SHOW_COMMAND(rman, db_show_rman) in DB_SHOW_COMMAND() argument
1130 DB_SHOW_ALL_COMMAND(rman, db_show_all_rman) in DB_SHOW_ALL_COMMAND() argument
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c757 struct rman *rman; in thunder_pem_attach() local