Home
last modified time | relevance | path

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

/titanic_44/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((head)) = (elm); \
[all …]
/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h69 #undef LIST_FIRST
260 #define LIST_FIRST(head) ((head)->lh_first) macro
262 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
266 for((var) = LIST_FIRST(head); \
274 LIST_FIRST(head) = LIST_END(head); \
/titanic_44/usr/src/uts/common/io/
H A Dneti_stack.c241 n = LIST_FIRST(&nts->nts_instances); in neti_stack_fini()
512 n = LIST_FIRST(&nts->nts_instances); in neti_apply_all_instances()
516 n = LIST_FIRST(&nts->nts_instances); in neti_apply_all_instances()
530 nts = LIST_FIRST(&neti_stack_list); in neti_apply_all_stacks()
541 nts = LIST_FIRST(&neti_stack_list); in neti_apply_all_stacks()
H A Dneti_impl.c94 LIST_INSERT_AFTER(LIST_FIRST(&nts->nts_netd_head), in net_protocol_register()
/titanic_44/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c67 p = LIST_FIRST(&nlh); in netinfolist()
/titanic_44/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c89 for (mpreg = LIST_FIRST(&dbmp->dbregq);
477 for (mpreg = LIST_FIRST(&dbmp->dbregq);
H A Dmp_open.c121 while ((mpreg = LIST_FIRST(&dbmp->dbregq)) != NULL) {
/titanic_44/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c264 while ((p = LIST_FIRST(&hp->head)) != LIST_END(&hp->head)) {
/titanic_44/usr/src/cmd/sendmail/db/include/
H A Dqueue.h91 #define LIST_FIRST(head) ((head)->lh_first) macro
/titanic_44/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c1399 for (olp = LIST_FIRST(olhp); olp != NULL; olp = LIST_NEXT(olp, ol_q)) in ndmp_open_list_find()
1539 olp = LIST_FIRST(olhp); in ndmp_open_list_release()
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h186 #define LIST_FIRST(head) ((head)->lh_first) macro