Searched refs:LIST_FIRST (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dqueue.h427 if (LIST_FIRST((head)) != NULL && \
428 LIST_FIRST((head))->field.le_prev != \
429 &LIST_FIRST((head))) \
452 #define LIST_FIRST(head) ((head)->lh_first) macro
455 for ((var) = LIST_FIRST((head)); \
460 for ((var) = ((var) ? (var) : LIST_FIRST((head))); \
465 for ((var) = LIST_FIRST((head)); \
470 for ((var) = ((var) ? (var) : LIST_FIRST((head))); \
475 LIST_FIRST((head)) = NULL; \
497 if ((LIST_NEXT((elm), field) = LIST_FIRST((hea
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Dqueue.h332 if (LIST_FIRST((head)) != NULL && \
333 LIST_FIRST((head))->field.le_prev != \
334 &LIST_FIRST((head))) \
357 #define LIST_FIRST(head) ((head)->lh_first) macro
360 for ((var) = LIST_FIRST((head)); \
365 for ((var) = LIST_FIRST((head)); \
370 LIST_FIRST((head)) = NULL; \
392 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
393 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
394 LIST_FIRST((hea
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c67 p = LIST_FIRST(&nlh);
/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c241 n = LIST_FIRST(&nts->nts_instances);
512 n = LIST_FIRST(&nts->nts_instances);
516 n = LIST_FIRST(&nts->nts_instances);
530 nts = LIST_FIRST(&neti_stack_list);
541 nts = LIST_FIRST(&neti_stack_list);
H A Dneti_impl.c94 LIST_INSERT_AFTER(LIST_FIRST(&nts->nts_netd_head),
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c264 while ((p = LIST_FIRST(&hp->head)) != LIST_END(&hp->head)) {
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c121 while ((mpreg = LIST_FIRST(&dbmp->dbregq)) != NULL) {
H A Dmp_bh.c89 for (mpreg = LIST_FIRST(&dbmp->dbregq);
477 for (mpreg = LIST_FIRST(&dbmp->dbregq);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dqueue.h91 #define LIST_FIRST(head) ((head)->lh_first) macro
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c1399 for (olp = LIST_FIRST(olhp); olp != NULL; olp = LIST_NEXT(olp, ol_q))
1539 olp = LIST_FIRST(olhp);
/illumos-gate/usr/src/uts/common/sys/
H A Dqueue.h186 #define LIST_FIRST(head) ((head)->lh_first) macro

Completed in 82 milliseconds