Searched defs:head1 (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | queue.h | 190 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 271 #define SLIST_SWAP(head1, head2, type) do { \ argument 308 #define STAILQ_CONCAT(head1, head2) do { \ argument 396 #define STAILQ_SWAP(head1, head2, type) do { \ argument 467 #define LIST_CONCAT(head1, head2, type, field) do { \ argument 557 #define LIST_SWAP(head1, head2, type, field) do { \ argument 635 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 770 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|
/haiku/headers/compatibility/bsd/sys/ |
H A D | queue.h | 233 #define STAILQ_CONCAT(head1, head2) do { \ argument 464 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
|
/haiku/headers/private/firewire/ |
H A D | queue.h | 228 #define STAILQ_CONCAT(head1, head2) do { \ argument 459 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
|