Searched refs:head2 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/bhyve/sys/ |
H A D | queue.h | 190 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 193 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \ 194 SLIST_INIT(head2); \ 195 } else if (SLIST_FIRST(head2) != NULL) { \ 198 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \ 199 SLIST_INIT(head2); \ 271 #define SLIST_SWAP(head1, head2, type) do { \ argument 273 SLIST_FIRST(head1) = SLIST_FIRST(head2); \ 274 SLIST_FIRST(head2) = swap_first; \ 308 #define STAILQ_CONCAT(head1, head2) do { \ argument [all …]
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | queue.h | 254 #define SLIST_SWAP(head1, head2, type) do { \ argument 256 SLIST_FIRST(head1) = SLIST_FIRST(head2); \ 257 SLIST_FIRST(head2) = swap_first; \ 291 #define STAILQ_CONCAT(head1, head2) do { \ argument 292 if (!STAILQ_EMPTY((head2))) { \ 293 *(head1)->stqh_last = (head2)->stqh_first; \ 294 (head1)->stqh_last = (head2)->stqh_last; \ 295 STAILQ_INIT((head2)); \ 379 #define STAILQ_SWAP(head1, head2, type) do { \ argument 382 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \ [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/ |
H A D | Pg.pod | 80 =head2 new 101 =head2 root 105 =head2 all 109 =head2 all_depth_first() 114 =head2 all_breadth_first() 119 =head2 cpus(PG) 123 =head2 generation([PG]) 129 =head2 parent(PG) 133 =head2 children(PG) 137 =head2 is_leaf(PG) [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | queue.h | 220 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 223 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != \ 225 SLIST_INIT(head2); \ 226 } else if (SLIST_FIRST(head2) != SLIST_END(head2)) { \ 229 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \ 230 SLIST_INIT(head2); \ 273 #define SLIST_SWAP(head1, head2, type) do { \ argument 275 SLIST_FIRST(head1) = SLIST_FIRST(head2); \ 276 SLIST_FIRST(head2) = swap_first; \ 348 #define STAILQ_CONCAT(head1, head2) do { \ argument [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
H A D | Task.pod | 21 =head2 Constants 25 =head2 Functions 39 =head2 Class methods 43 =head2 Object methods 47 =head2 Exports
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 22 =head2 Constants 27 =head2 Functions 106 =head2 Class methods 110 =head2 Object methods 114 =head2 Exports
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 122 =head2 CONSTANTS 164 =head2 functions 505 =head2 Object Methods 607 =head2 EXPORTS 644 =head2 Error values 672 =head2 Difference in the API versions
|