Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs.h797 if (((nhead)->lh_first = (ohead)->lh_first) != NULL) \
798 (ohead)->lh_first->field.le_prev = &(nhead)->lh_first; \
799 (ohead)->lh_first = NULL; \
803 if ((head)->lh_first != NULL) { \
804 (lelm)->field.le_next = (head)->lh_first; \
808 (head)->lh_first = (phead)->lh_first; \
809 (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/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.h451 struct type *lh_first; /* first element */ \
456 class type *lh_first; /* first element */ \
537 #define LIST_EMPTY(head) ((head)->lh_first == NULL)
539 #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/kern/
H A Dkern_exit.c126 p_orphans.lh_first); in proc_realparent()
H A Dkern_conf.c1552 dev->si_threadcount, cdp->cdp_inuse, cdp->cdp_fdpriv.lh_first); in DB_SHOW_COMMAND()
H A Dvfs_bio.c5500 (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.h967 struct mlx5e_eth_addr_hash_node *lh_first; member
/freebsd/sys/dev/cxgbe/
H A Dadapter.h77 struct type *lh_first; /* first element */ \
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1767 struct vmmap *lh_first; member