/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/ |
H A D | nvme_internal.h | 268 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 D | eventhandler.h | 50 TAILQ_HEAD(,eventhandler_entry) el_entries;
|
H A D | queue.h | 570 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/src/libs/compat/freebsd_iflib/ |
H A D | nvpair_impl.h | 45 TAILQ_HEAD(nvl_head, nvpair);
|
H A D | subr_gtaskqueue.c | 80 TAILQ_HEAD(, gtaskqueue_busy) tq_active;
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_mesh.h | 521 TAILQ_HEAD(, ieee80211_mesh_gate_route) ms_known_gates; 522 TAILQ_HEAD(, ieee80211_mesh_route) ms_routes;
|
H A D | ieee80211_acl.c | 82 TAILQ_HEAD(, acl) as_list; /* list of all ACL's */
|
H A D | ieee80211_node.h | 375 TAILQ_HEAD(, ieee80211_node) nt_node; /* information of all nodes */
|
H A D | ieee80211_var.h | 144 TAILQ_HEAD(, ieee80211vap) ic_vaps; /* list of vap instances */
|
H A D | ieee80211_scan_sta.c | 106 TAILQ_HEAD(, sta_entry) st_entry; /* all entries */
|
/haiku/src/libs/compat/freebsd_network/compat/net/ |
H A D | if_var.h | 109 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/libs/compat/openbsd_wlan/net80211/ |
H A D | ieee80211_var.h | 357 TAILQ_HEAD(, ieee80211_pmk) ic_pmksa; /* PMKSA cache */ 392 TAILQ_HEAD(, ieee80211_ess) ic_ess;
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_athvar.h | 127 TAILQ_HEAD(,ath_buf) tid_q; /* pending buffers */ 135 TAILQ_HEAD(,ath_buf) tid_q; /* filtered queue */ 314 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead; 360 TAILQ_HEAD(axq_q_s, ath_buf) axq_q; /* transmit queue */ 376 TAILQ_HEAD(axq_q_f_s, ath_buf) axq_q; 398 TAILQ_HEAD(axq_t_s,ath_tid) axq_tidq;
|
H A D | if_ath_tx_edma.c | 177 TAILQ_HEAD(axq_q_f_s, ath_buf) sq; in ath_tx_edma_push_staging_list()
|
/haiku/src/libs/compat/freebsd_network/ |
H A D | fbsd_subr_taskqueue.c | 61 TAILQ_HEAD(, taskqueue_busy) tq_active;
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/ |
H A D | queue.h | 313 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/ |
H A D | queue.h | 313 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/headers/compatibility/bsd/sys/ |
H A D | queue.h | 413 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/src/add-ons/kernel/drivers/audio/emuxki/ |
H A D | queue.h | 313 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/ |
H A D | queue.h | 313 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/src/add-ons/kernel/drivers/audio/echo/ |
H A D | queue.h | 313 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/headers/private/firewire/ |
H A D | queue.h | 408 #define TAILQ_HEAD(name, type) \ macro
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ |
H A D | ah.c | 31 TAILQ_HEAD(, ath_hal_chip) ah_chip_list = TAILQ_HEAD_INITIALIZER(ah_chip_list); 215 TAILQ_HEAD(, ath_hal_rf) ah_rf_list = TAILQ_HEAD_INITIALIZER(ah_rf_list);
|
/haiku/src/system/libnetwork/netresolv/net/ |
H A D | getaddrinfo.c | 129 TAILQ_HEAD(policyhead, policyqueue);
|