Searched refs:lh_first (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h19 struct type *lh_first; /* first element */ \
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_term.c39 for (qp = sp->gp->seqq.lh_first; qp != NULL; qp = qp->q.le_next)
59 for (qp = gp->seqq.lh_first; qp != NULL; qp = nqp) {
/freebsd-9.3-release/contrib/nvi/common/
H A Dmark.c99 while ((lmp = ep->marks.lh_first) != NULL) {
210 for (lastlmp = NULL, lmp = sp->ep->marks.lh_first;
237 for (lmp = sp->ep->marks.lh_first;
268 for (lmp = sp->ep->marks.lh_first;
H A Dcut.h68 for (cbp = sp->gp->cutq.lh_first; \
H A Dseq.c203 for (lqp = NULL, qp = sp->gp->seqq.lh_first;
269 while ((qp = gp->seqq.lh_first) != NULL) {
300 for (qp = gp->seqq.lh_first; qp != NULL; qp = qp->q.le_next) {
348 for (qp = sp->gp->seqq.lh_first; qp != NULL; qp = qp->q.le_next) {
H A Dcut.c200 for (cbp = sp->gp->cutq.lh_first; cbp != NULL; cbp = cbp->q.le_next)
293 while ((cbp = gp->cutq.lh_first) != NULL) {
H A Dgs.h92 #define EXCMD_RUNNING(gp) ((gp)->ecq.lh_first->clen != 0)
H A Dapi.c215 mp = sp->ep->marks.lh_first;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs.h588 if (((nhead)->lh_first = (ohead)->lh_first) != NULL) \
589 (ohead)->lh_first->field.le_prev = &(nhead)->lh_first; \
590 (ohead)->lh_first = NULL; \
594 if ((head)->lh_first != NULL) { \
595 (lelm)->field.le_next = (head)->lh_first; \
599 (head)->lh_first = (phead)->lh_first; \
600 (head)->lh_first
[all...]
/freebsd-9.3-release/contrib/nvi/include/sys/
H A Dqueue.h73 struct type *lh_first; /* first element */ \
86 (head)->lh_first = NULL; \
105 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
106 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
107 (head)->lh_first = (elm); \
108 (elm)->field.le_prev = &(head)->lh_first; \
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_display.c88 if (sp->gp->cutq.lh_first == NULL && sp->gp->dcbp == NULL) {
94 for (cbp = sp->gp->cutq.lh_first; cbp != NULL; cbp = cbp->q.le_next) {
103 for (cbp = sp->gp->cutq.lh_first; cbp != NULL; cbp = cbp->q.le_next) {
H A Dex_move.c129 for (lmp = sp->ep->marks.lh_first; lmp != NULL; lmp = lmp->q.le_next)
153 for (lmp = sp->ep->marks.lh_first;
172 for (lmp = sp->ep->marks.lh_first;
189 for (lmp = sp->ep->marks.lh_first;
H A Dex_cscope.c451 if (exp->cscq.lh_first == NULL) {
489 for (csc = exp->cscq.lh_first; csc != NULL; csc = csc_next) {
881 for (i = 1, csc = exp->cscq.lh_first;
927 for (exp = EXP(sp); exp->cscq.lh_first != NULL;)
948 if (exp->cscq.lh_first == NULL) {
953 csc = exp->cscq.lh_first; csc != NULL; ++i, csc = csc->q.le_next)
H A Dex.c72 while ((mp = gp->msgq.lh_first) != NULL) {
222 loop: ecp = gp->ecq.lh_first;
326 ecp = gp->ecq.lh_first;
1532 for (ecp = sp->gp->ecq.lh_first;
1585 if (ecp->save_cmdlen != 0 || gp->ecq.lh_first != &gp->excmd) {
2086 if ((ecp = gp->ecq.lh_first) == &gp->excmd) {
2172 for (gp = sp->gp; (ecp = gp->ecq.lh_first) != &gp->excmd;) {
2183 gp->ecq.lh_first->clen = 0;
H A Dex_global.c275 for (ecp = sp->gp->ecq.lh_first; ecp != NULL; ecp = ecp->q.le_next) {
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_term.c48 for (qp = sp->gp->seqq.lh_first; qp != NULL; qp = qp->q.le_next)
68 for (qp = gp->seqq.lh_first; qp != NULL; qp = nqp) {
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c580 for (set = sethead.lh_first; set != NULL;
584 for (msg = set->msghead.lh_first; msg != NULL;
631 for (set = sethead.lh_first; set != NULL;
635 for (msg = set->msghead.lh_first; msg != NULL;
676 p = sethead.lh_first;
716 p = curSet->msghead.lh_first;
743 set = sethead.lh_first;
748 msg = set->msghead.lh_first;
768 msg = curSet->msghead.lh_first;
/freebsd-9.3-release/lib/libstand/
H A Dif_ether.h202 for ((enm) = (ac)->ac_multiaddrs.lh_first; \
229 (step).e_enm = (ac)->ac_multiaddrs.lh_first; \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h101 struct type *lh_first; /* first element */ \
/freebsd-9.3-release/usr.bin/csup/
H A Dqueue.h150 struct type *lh_first; /* first element */ \
169 #define LIST_EMPTY(head) ((head)->lh_first == NULL)
172 #define LIST_FIRST(head) ((head)->lh_first)
/freebsd-9.3-release/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h142 struct type *lh_first; /* first element */ \
157 #define LIST_FIRST(head) ((head)->lh_first)
190 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
191 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
192 (head)->lh_first = (elm); \
193 (elm)->field.le_prev = &(head)->lh_first; \
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_term.c146 for (qp = sp->gp->seqq.lh_first; qp != NULL; qp = qp->q.le_next)
166 for (qp = gp->seqq.lh_first; qp != NULL; qp = nqp) {
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h254 struct type *lh_first; /* first element */ \
269 #define LIST_FIRST(head) ((head)->lh_first)
307 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
308 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
309 (head)->lh_first = (elm); \
310 (elm)->field.le_prev = &(head)->lh_first; \
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvs_msg.c699 if (gp->msgq.lh_first != NULL) {
702 while ((mp = gp->msgq.lh_first) != NULL) {
915 if ((mp_c = gp->msgq.lh_first) == NULL) {
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dqueue.h315 struct type *lh_first; /* first element */ \
356 #define LIST_EMPTY(head) ((head)->lh_first == NULL)
358 #define LIST_FIRST(head) ((head)->lh_first)

Completed in 254 milliseconds

12