| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
| H A D | db-queue.h | 73 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 D | nfs.h | 774 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 D | gencat.c | 497 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 D | k5-queue.h | 95 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 D | queue.h | 142 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 D | queue.h | 142 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 D | sys-queue.h | 261 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 D | gdbinit.i386 | 234 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 D | gdbinit.kernel | 199 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 D | event_struct.h | 101 struct type *lh_first; /* first element */ \
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | event_struct.h | 101 struct type *lh_first; /* first element */ \
|
| /freebsd/contrib/openbsm/compat/ |
| H A D | queue.h | 314 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 D | la_queue.h | 415 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 D | queue.h | 592 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 D | sctp.d | 134 (uintptr_t)(p->sctp_ep->sctp_addr_list.lh_first);
|
| /freebsd/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 203 struct gcov_node *lh_first; member 223 struct gcov_node *lh_first; member
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp.h | 68 struct type *lh_first; /* first element */ \
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_page.c | 341 struct vmmap *lh_first; member
|
| /freebsd/sys/kern/ |
| H A D | kern_exit.c | 126 p_orphans.lh_first); in proc_realparent()
|
| H A D | kern_conf.c | 1568 dev->si_threadcount, cdp->cdp_inuse, cdp->cdp_fdpriv.lh_first); in DB_SHOW_COMMAND()
|
| H A D | vfs_bio.c | 5513 (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 D | en.h | 968 struct mlx5e_eth_addr_hash_node *lh_first; member
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | adapter.h | 76 struct type *lh_first; /* first element */ \
|