Home
last modified time | relevance | path

Searched refs:lh_first (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h73 struct type *lh_first; /* first element */ \
86 (head)->lh_first = NULL; \
98 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
99 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
100 (head)->lh_first = (elm); \
101 (elm)->field.le_prev = &(head)->lh_first; \
/freebsd/sys/fs/nfs/
H A Dnfs.h774 if (((nhead)->lh_first = (ohead)->lh_first) != NULL) \
775 (ohead)->lh_first->field.le_prev = &(nhead)->lh_first; \
776 (ohead)->lh_first = NULL; \
780 if ((head)->lh_first != NULL) { \
781 (lelm)->field.le_next = (head)->lh_first; \
785 (head)->lh_first = (phead)->lh_first; \
786 (head)->lh_first->field.le_prev = &(head)->lh_first; \
/freebsd/usr.bin/gencat/
H A Dgencat.c497 for (set = sethead.lh_first; set != NULL;
501 for (msg = set->msghead.lh_first; msg != NULL;
548 for (set = sethead.lh_first; set != NULL;
552 for (msg = set->msghead.lh_first; msg != NULL;
593 p = sethead.lh_first;
633 p = curSet->msghead.lh_first;
660 set = sethead.lh_first;
665 msg = set->msghead.lh_first;
685 msg = curSet->msghead.lh_first;
/freebsd/crypto/krb5/src/include/
H A Dk5-queue.h95 struct type *lh_first; /* first element */ \
111 (head)->lh_first = NULL; \
130 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
131 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
132 (head)->lh_first = (elm); \
133 (elm)->field.le_prev = &(head)->lh_first; \
144 for ((var) = ((head)->lh_first); \
155 #define K5_LIST_EMPTY(head) ((head)->lh_first == NULL)
156 #define K5_LIST_FIRST(head) ((head)->lh_first)
/freebsd/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/contrib/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/crypto/openssh/openbsd-compat/
H A Dsys-queue.h261 struct type *lh_first; /* first element */ \
276 #define LIST_FIRST(head) ((head)->lh_first)
314 if (((elm)->field.le_next = (head)->lh_first) != NULL) \
315 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
316 (head)->lh_first = (elm); \
317 (elm)->field.le_prev = &(head)->lh_first; \
/freebsd/tools/debugscripts/
H A Dgdbinit.i386234 set $aproc = allproc.lh_first
235 set $proc = allproc.lh_first
278 set $aproc = allproc.lh_first
279 set $proc = allproc.lh_first
301 set $aproc = allproc.lh_first
302 set $proc = allproc.lh_first
H A Dgdbinit.kernel199 set $aproc = allproc.lh_first
200 set $proc = allproc.lh_first
241 set $aproc = allproc.lh_first
242 set $proc = allproc.lh_first
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h101 struct type *lh_first; /* first element */ \
/freebsd/contrib/libevent/include/event2/
H A Devent_struct.h101 struct type *lh_first; /* first element */ \
/freebsd/contrib/openbsm/compat/
H A Dqueue.h314 struct type *lh_first; /* first element */ \
355 #define LIST_EMPTY(head) ((head)->lh_first == NULL)
357 #define LIST_FIRST(head) ((head)->lh_first)
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h415 struct type *lh_first; /* first element */ \
420 class type *lh_first; /* first element */ \
501 #define LIST_EMPTY(head) ((head)->lh_first == NULL)
503 #define LIST_FIRST(head) ((head)->lh_first)
/freebsd/sys/sys/
H A Dqueue.h592 struct type *lh_first; /* first element */ \
597 class type *lh_first; /* first element */ \
678 #define LIST_EMPTY(head) ((head)->lh_first == NULL)
681 (atomic_load_ptr(&(head)->lh_first) == NULL)
683 #define LIST_FIRST(head) ((head)->lh_first)
/freebsd/cddl/lib/libdtrace/
H A Dsctp.d134 (uintptr_t)(p->sctp_ep->sctp_addr_list.lh_first);
/freebsd/sys/gnu/gcov/
H A Dgcov_fs.c203 struct gcov_node *lh_first; member
223 struct gcov_node *lh_first; member
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h68 struct type *lh_first; /* first element */ \
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c341 struct vmmap *lh_first; member
/freebsd/sys/kern/
H A Dkern_exit.c126 p_orphans.lh_first); in proc_realparent()
H A Dkern_conf.c1568 dev->si_threadcount, cdp->cdp_inuse, cdp->cdp_fdpriv.lh_first); in DB_SHOW_COMMAND()
H A Dvfs_bio.c5513 (intmax_t)bp->b_lblkno, bp->b_vp, bp->b_dep.lh_first); in DB_SHOW_COMMAND()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h968 struct mlx5e_eth_addr_hash_node *lh_first; member
/freebsd/sys/dev/cxgbe/
H A Dadapter.h76 struct type *lh_first; /* first element */ \