Searched defs:rman (Results 1 – 3 of 3) sorted by relevance
115 struct rman { struct118 TAILQ_ENTRY(rman) rm_link; /* link in list of all rmans */ argument119 rman_res_t rm_start; /* index of globally first entry */ argument120 rman_res_t rm_end; /* index of globally last entry */ argument121 enum rman_type rm_type; /* what type of resource this is */ argument124 TAILQ_HEAD(rman_head, rman); argument
1112 DB_SHOW_COMMAND(rman, db_show_rman) in DB_SHOW_COMMAND() argument1130 DB_SHOW_ALL_COMMAND(rman, db_show_all_rman) in DB_SHOW_ALL_COMMAND() argument
757 struct rman *rman; in thunder_pem_attach() local