Home
last modified time | relevance | path

Searched refs:LIST_INIT (Results 1 – 18 of 18) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.cpp128 LIST_INIT(&mems); in OsAllocateInit()
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h473 LIST_INIT(head2); \
480 LIST_INIT(head2); \
508 #define LIST_INIT(head) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp552 LIST_INIT(&(devices)); in init_driver()
839 LIST_INIT(&(card->streams)); in echo_setup()
842 LIST_INIT(&(card->mems)); in echo_setup()
H A Dqueue.h128 #define LIST_INIT(head) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c426 LIST_INIT(&(card->streams)); in es1370_init()
429 LIST_INIT(&(card->mems)); in es1370_init()
H A Dqueue.h128 #define LIST_INIT(head) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c498 LIST_INIT(&(card->streams)); in auvia_init()
501 LIST_INIT(&(card->mems)); in auvia_init()
H A Dqueue.h128 #define LIST_INIT(head) do { \ macro
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_if_media.c90 LIST_INIT(&ifm->ifm_list);
H A Dfbsd_mii.c158 LIST_INIT(&mii->mii_phys); in miibus_attach()
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c643 LIST_INIT(&qcpu->tgc_tasks); in taskqgroup_cpu_create()
1054 LIST_INIT(&qgroup->tqg_queue[0].tgc_tasks); in taskqgroup_create()
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c608 LIST_INIT(&(card->streams)); in auich_init()
611 LIST_INIT(&(card->mems)); in auich_init()
H A Dqueue.h128 #define LIST_INIT(head) do { \ macro
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_qpair.c923 LIST_INIT(&qpair->free_tr); in nvme_qpair_construct()
924 LIST_INIT(&qpair->outstanding_tr); in nvme_qpair_construct()
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h368 #define LIST_INIT(head) do { \ macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dqueue.h128 #define LIST_INIT(head) do { \ macro
H A Demuxki.c1494 LIST_INIT(&(stream->voices)); in emuxki_stream_set_audioparms()
1697 LIST_INIT(&(stream->voices)); in emuxki_stream_new()
2853 LIST_INIT(&(card->streams)); in emuxki_init()
2856 LIST_INIT(&(card->mem)); in emuxki_init()
/haiku/headers/private/firewire/
H A Dqueue.h363 #define LIST_INIT(head) do { \ macro