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.h198 struct resource_list_entry { struct
199 STAILQ_ENTRY(resource_list_entry) link;
205 STAILQ_HEAD(resource_list, resource_list_entry); argument
213 struct resource_list_entry *
217 struct resource_list_entry*
/third_party/FreeBSD/sys/arm/arm/
Dnexus.c184 struct resource_list_entry *rle = resource_list_find(res_list, type, *rid); in nexus_alloc_resource()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c2636 struct resource_list_entry *rle; in resource_list_free()
2661 struct resource_list_entry *
2665 struct resource_list_entry *rle; in resource_list_add()
2669 rle = bsd_malloc(sizeof(struct resource_list_entry), M_BUS, in resource_list_add()
2703 struct resource_list_entry *
2706 struct resource_list_entry *rle = NULL; in resource_list_find()