Home
last modified time | relevance | path

Searched refs:head1 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h190 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
191 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \
193 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \
271 #define SLIST_SWAP(head1, head2, type) do { \ argument
272 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
273 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
308 #define STAILQ_CONCAT(head1, head2) do { \ argument
310 *(head1)->stqh_last = (head2)->stqh_first; \
311 (head1)->stqh_last = (head2)->stqh_last; \
396 #define STAILQ_SWAP(head1, head2, type) do { \ argument
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h254 #define SLIST_SWAP(head1, head2, type) do { \ argument
255 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
256 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
291 #define STAILQ_CONCAT(head1, head2) do { \ argument
293 *(head1)->stqh_last = (head2)->stqh_first; \
294 (head1)->stqh_last = (head2)->stqh_last; \
379 #define STAILQ_SWAP(head1, head2, type) do { \ argument
380 QUEUE_TYPEOF(type) *swap_first = STAILQ_FIRST(head1); \
381 QUEUE_TYPEOF(type) **swap_last = (head1)->stqh_last; \
382 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h220 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
221 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \
222 if (curelm == SLIST_END(head1)) { \
223 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != \
224 SLIST_END(head1)) \
227 while (SLIST_NEXT(curelm, field) != SLIST_END(head1)) \
273 #define SLIST_SWAP(head1, head2, type) do { \ argument
274 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
275 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
348 #define STAILQ_CONCAT(head1, head2) do { \ argument
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/
H A DTask.pod9 =head1 NAME
13 =head1 SYNOPSIS
58 =head1 ATTRIBUTES
70 =head1 SEE ALSO
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod9 =head1 NAME
13 =head1 SYNOPSIS
130 =head1 ATTRIBUTES
142 =head1 SEE ALSO
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod30 =head1 NAME
34 =head1 SYNOPSYS
72 =head1 DESCRIPTION
78 =head1 METHODS
218 =head1 SEE ALSO
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod31 =head1 NAME
35 =head1 SYNOPSIS
107 =head1 DESCRIPTION
701 =head1 ATTRIBUTES
714 =head1 SEE ALSO