Home
last modified time | relevance | path

Searched refs:resource_list_entry (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dbus.h196 struct resource_list_entry { struct
197 STAILQ_ENTRY(resource_list_entry) link;
203 STAILQ_HEAD(resource_list, resource_list_entry); argument
211 struct resource_list_entry *
215 struct resource_list_entry*
/third_party/FreeBSD/sys/arm/arm/
Dnexus.c182 struct resource_list_entry *rle = resource_list_find(res_list, type, *rid); in nexus_alloc_resource()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c2635 struct resource_list_entry *rle; in resource_list_free()
2660 struct resource_list_entry *
2664 struct resource_list_entry *rle; in resource_list_add()
2668 rle = bsd_malloc(sizeof(struct resource_list_entry), M_BUS, in resource_list_add()
2702 struct resource_list_entry *
2705 struct resource_list_entry *rle = NULL; in resource_list_find()