Searched refs:LIST_FOREACH_SAFE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | mevent.c | 278 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) { in mevent_build() 561 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) { in mevent_update_pending()
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | threadpool.c | 451 LIST_FOREACH_SAFE(worker, &tp->ltp_workers, ltw_link, tmp) { in l9p_threadpool_shutdown()
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 133 LIST_FOREACH_SAFE.3head \ 320 LIST_FOREACH_SAFE.3head := LINKSRC = queue.h.3head
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | queue.h | 464 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/illumos-gate/usr/src/contrib/bhyve/sys/ |
H A D | queue.h | 498 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | queue.h | 474 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-header.p5m | 1650 link path=usr/share/man/man3head/LIST_FOREACH_SAFE.3head target=queue.h.3head
|