Searched refs:TAILQ_HEAD (Results 1 - 24 of 24) sorted by relevance

/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h268 TAILQ_HEAD(, nvme_request) children;
578 TAILQ_HEAD(, nvme_qpair) free_io_qpairs;
579 TAILQ_HEAD(, nvme_qpair) active_io_qpairs;
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Deventhandler.h50 TAILQ_HEAD(,eventhandler_entry) el_entries;
H A Dqueue.h570 #define TAILQ_HEAD(name, type) \ macro
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvpair_impl.h45 TAILQ_HEAD(nvl_head, nvpair);
H A Dsubr_gtaskqueue.c80 TAILQ_HEAD(, gtaskqueue_busy) tq_active;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.h523 TAILQ_HEAD(, ieee80211_mesh_gate_route) ms_known_gates;
524 TAILQ_HEAD(, ieee80211_mesh_route) ms_routes;
H A Dieee80211_acl.c84 TAILQ_HEAD(, acl) as_list; /* list of all ACL's */
H A Dieee80211_node.h389 TAILQ_HEAD(, ieee80211_node) nt_node; /* information of all nodes */
H A Dieee80211_var.h146 TAILQ_HEAD(, ieee80211vap) ic_vaps; /* list of vap instances */
H A Dieee80211_scan_sta.c108 TAILQ_HEAD(, sta_entry) st_entry; /* all entries */
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_var.h357 TAILQ_HEAD(, ieee80211_pmk) ic_pmksa; /* PMKSA cache */
392 TAILQ_HEAD(, ieee80211_ess) ic_ess;
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_var.h109 TAILQ_HEAD(ifnethead, ifnet); /* we use TAILQs so that the order of */
110 TAILQ_HEAD(ifaddrhead, ifaddr); /* instantiation is preserved in the list */
111 TAILQ_HEAD(ifprefixhead, ifprefix);
112 TAILQ_HEAD(ifmultihead, ifmultiaddr);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h128 TAILQ_HEAD(,ath_buf) tid_q; /* pending buffers */
136 TAILQ_HEAD(,ath_buf) tid_q; /* filtered queue */
315 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead;
361 TAILQ_HEAD(axq_q_s, ath_buf) axq_q; /* transmit queue */
377 TAILQ_HEAD(axq_q_f_s, ath_buf) axq_q;
399 TAILQ_HEAD(axq_t_s,ath_tid) axq_tidq;
H A Dif_ath_tx_edma.c179 TAILQ_HEAD(axq_q_f_s, ath_buf) sq;
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_taskqueue.c61 TAILQ_HEAD(, taskqueue_busy) tq_active;
/haiku/headers/private/firewire/
H A Dqueue.h408 #define TAILQ_HEAD(name, type) \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dqueue.h313 #define TAILQ_HEAD(name, type) \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dqueue.h313 #define TAILQ_HEAD(name, type) \ macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dqueue.h313 #define TAILQ_HEAD(name, type) \ macro
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dqueue.h313 #define TAILQ_HEAD(name, type) \ macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dqueue.h313 #define TAILQ_HEAD(name, type) \ macro
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h413 #define TAILQ_HEAD(name, type) \ macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c33 TAILQ_HEAD(, ath_hal_chip) ah_chip_list = TAILQ_HEAD_INITIALIZER(ah_chip_list);
217 TAILQ_HEAD(, ath_hal_rf) ah_rf_list = TAILQ_HEAD_INITIALIZER(ah_rf_list);
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c129 TAILQ_HEAD(policyhead, policyqueue);

Completed in 237 milliseconds