Home
last modified time | relevance | path

Searched refs:head2 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/sys/
H A Dqueue.h234 SLIST_FIRST(head2) = swap_first; \
258 if (!STAILQ_EMPTY((head2))) { \
261 STAILQ_INIT((head2)); \
351 (head2)->stqh_last = swap_last; \
354 if (STAILQ_EMPTY(head2)) \
355 (head2)->stqh_last = &STAILQ_FIRST(head2); \
540 if (!TAILQ_EMPTY(head2)) { \
544 TAILQ_INIT((head2)); \
546 QMD_TRACE_HEAD(head2); \
670 (head2)->tqh_last = swap_last; \
[all …]
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h411 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument
412 if (!SIMPLEQ_EMPTY((head2))) { \
413 *(head1)->sqh_last = (head2)->sqh_first; \
414 (head1)->sqh_last = (head2)->sqh_last; \
415 SIMPLEQ_INIT((head2)); \
619 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
620 if (!TAILQ_EMPTY(head2)) { \
621 *(head1)->tqh_last = (head2)->tqh_first; \
622 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
623 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/dragonfly/contrib/elftoolchain/common/
H A D_elftc.h94 #define STAILQ_CONCAT(head1, head2) do { \ argument
95 if (!STAILQ_EMPTY((head2))) { \
96 *(head1)->stqh_last = (head2)->stqh_first; \
97 (head1)->stqh_last = (head2)->stqh_last; \
98 STAILQ_INIT((head2)); \
/dragonfly/contrib/file/magic/Magdir/
H A Dperl51 0 search/1024/W \=head2\ Perl POD document text
52 0 search/1024/W \n\=head2\ Perl POD document text
/dragonfly/contrib/cvs-1.12/contrib/
H A Dcvs_acls.in155 =head2 Enhancements
202 =head2 ToDoS
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd.pod23 =head2 Booting to your initrd Image: