Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bhnd/
HDbhnd_private.h46 struct bhnd_service_entry { struct
53 STAILQ_ENTRY(bhnd_service_entry) link; argument
HDbhnd_subr.c62 struct bhnd_service_entry *entry);
1517 struct bhnd_service_entry *entry, *enext; in bhnd_service_registry_fini()
1525 STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry, link); in bhnd_service_registry_fini()
1557 struct bhnd_service_entry *entry; in bhnd_service_registry_add()
1596 bhnd_service_registry_free_entry(struct bhnd_service_entry *entry) in bhnd_service_registry_free_entry()
1620 struct bhnd_service_entry *entry, *enext; in bhnd_service_registry_remove()
1649 STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry, link); in bhnd_service_registry_remove()
1677 struct bhnd_service_entry *entry; in bhnd_service_registry_retain()
1722 struct bhnd_service_entry *entry; in bhnd_service_registry_release()
1742 STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry, in bhnd_service_registry_release()
HDbhnd.h423 STAILQ_HEAD(,bhnd_service_entry) entries; /**< registered services */