/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | queue.h | 444 if (LIST_FIRST((head)) != NULL && \ 445 LIST_FIRST((head))->field.le_prev != \ 446 &LIST_FIRST((head))) \ 468 QUEUE_TYPEOF(type) *curelm = LIST_FIRST(head1); \ 470 if ((LIST_FIRST(head1) = LIST_FIRST(head2)) != NULL) { \ 471 LIST_FIRST(head2)->field.le_prev = \ 472 &LIST_FIRST((head1)); \ 475 } else if (LIST_FIRST(head2) != NULL) { \ 478 LIST_NEXT(curelm, field) = LIST_FIRST(head2); \ 479 LIST_FIRST(head2)->field.le_prev = &LIST_NEXT(curelm, field); \ [all …]
|
/haiku/headers/compatibility/bsd/sys/ |
H A D | queue.h | 331 if (LIST_FIRST((head)) != NULL && \ 332 LIST_FIRST((head))->field.le_prev != \ 333 &LIST_FIRST((head))) \ 356 #define LIST_FIRST(head) ((head)->lh_first) macro 359 for ((var) = LIST_FIRST((head)); \ 364 for ((var) = LIST_FIRST((head)); \ 369 LIST_FIRST((head)) = NULL; \ 391 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \ 392 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\ 393 LIST_FIRST((head)) = (elm); \ [all …]
|
/haiku/headers/private/firewire/ |
H A D | queue.h | 326 if (LIST_FIRST((head)) != NULL && \ 327 LIST_FIRST((head))->field.le_prev != \ 328 &LIST_FIRST((head))) \ 351 #define LIST_FIRST(head) ((head)->lh_first) macro 354 for ((var) = LIST_FIRST((head)); \ 359 for ((var) = LIST_FIRST((head)); \ 364 LIST_FIRST((head)) = NULL; \ 386 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \ 387 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\ 388 LIST_FIRST((head)) = (elm); \ [all …]
|
/haiku/src/libs/compat/freebsd_network/ |
H A D | fbsd_if_media.c | 104 for (entry = LIST_FIRST(&ifm->ifm_list); entry; 105 entry = LIST_FIRST(&ifm->ifm_list)) { 308 ep = LIST_FIRST(&ifm->ifm_list);
|
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/ |
H A D | nvme_qpair.c | 427 while (!qpair->ctrlr->resetting && LIST_FIRST(&qpair->free_tr) in nvme_qpair_submit_queued_requests() 491 tr = LIST_FIRST(&qpair->outstanding_tr); in nvme_qpair_abort_aers() 500 tr = LIST_FIRST(&qpair->outstanding_tr); in nvme_qpair_abort_aers() 1046 tr = LIST_FIRST(&qpair->free_tr); in nvme_qpair_submit_request() 1232 tr = LIST_FIRST(&qpair->outstanding_tr); in nvme_qpair_fail()
|
H A D | nvme.c | 383 while ((ctrlr = LIST_FIRST(&ctrlr_head))) { in nvme_ctrlr_cleanup()
|
H A D | nvme_internal.h | 53 for ((var) = LIST_FIRST((head)); \
|
/haiku/src/libs/compat/freebsd_iflib/ |
H A D | subr_gtaskqueue.c | 995 while ((gtask = LIST_FIRST(&qgroup->tqg_queue[i].tgc_tasks))) { in _taskqgroup_adjust() 1003 while ((gtask = LIST_FIRST(>ask_head))) { in _taskqgroup_adjust()
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/ |
H A D | queue.h | 175 #define LIST_FIRST(head) ((head)->lh_first) macro
|
H A D | multi.c | 1119 auich_stream_delete(LIST_FIRST(&card->streams)); in auich_free()
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/ |
H A D | queue.h | 175 #define LIST_FIRST(head) ((head)->lh_first) macro
|
H A D | multi.c | 1144 auvia_stream_delete(LIST_FIRST(&card->streams)); in auvia_free()
|
/haiku/src/add-ons/kernel/drivers/audio/emuxki/ |
H A D | queue.h | 175 #define LIST_FIRST(head) ((head)->lh_first) macro
|
H A D | multi.c | 1315 emuxki_stream_delete(LIST_FIRST(&card->streams)); in emuxki_free()
|
H A D | emuxki.c | 1721 voice = LIST_FIRST(&stream->voices); in emuxki_stream_delete()
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/ |
H A D | queue.h | 175 #define LIST_FIRST(head) ((head)->lh_first) macro
|
H A D | multi.c | 895 es1370_stream_delete(LIST_FIRST(&card->streams)); in es1370_free()
|
/haiku/src/add-ons/kernel/drivers/audio/echo/ |
H A D | queue.h | 175 #define LIST_FIRST(head) ((head)->lh_first) macro
|
H A D | echo.cpp | 670 dev = LIST_FIRST(&devices); in cardbus_device_added()
|
H A D | multi.cpp | 1094 echo_stream_delete(LIST_FIRST(&card->streams)); in echo_free()
|
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/ |
H A D | if_nfe.c | 3270 miisc = LIST_FIRST(&mii->mii_phys); in nfe_set_linkspeed()
|
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/ |
H A D | if_re.c | 3824 miisc = LIST_FIRST(&mii->mii_phys); in re_set_linkspeed()
|