bhnd_service_entry
STAILQ_HEAD(,bhnd_service_entry) entries; /**< registered services */
STAILQ_ENTRY(bhnd_service_entry) link;
struct bhnd_service_entry *entry, *enext;
STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry, link);
struct bhnd_service_entry *entry;
bhnd_service_registry_free_entry(struct bhnd_service_entry *entry)
struct bhnd_service_entry *entry, *enext;
STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry, link);
struct bhnd_service_entry *entry;
struct bhnd_service_entry *entry;
STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry,
struct bhnd_service_entry *entry);