Home
last modified time | relevance | path

Searched refs:resource_i (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_rman.c81 struct resource_i { struct
83 TAILQ_ENTRY(resource_i) r_link; argument
84 LIST_ENTRY(resource_i) r_sharelink;
85 LIST_HEAD(, resource_i) *r_sharehead;
107 static int int_rman_release_resource(struct rman *rm, struct resource_i *r); argument
109 static __inline struct resource_i *
112 struct resource_i *r; in int_alloc_resource()
154 struct resource_i *r, *s, *t; in rman_manage_region()
242 struct resource_i *r; in rman_fini()
274 struct resource_i *r; in rman_first_free_region()
[all …]
/freebsd/sys/sys/
H A Drman.h103 struct resource_i *__r_i;
108 struct resource_i;
111 TAILQ_HEAD(resource_head, resource_i);
/freebsd/stand/kshim/
H A Dbsd_kernel.h616 struct resource_i { struct
622 struct resource_i *__r_i; argument
H A Dbsd_kernel.c129 res->__r_i = malloc(sizeof(struct resource_i), XXX, XXX); in bus_alloc_resource_any()