Searched refs:l_next (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_util.c37 * An additional ctf_list_t is used to store the head (l_next) and tail
49 q->l_next = NULL;
52 p->l_next = q;
54 lp->l_next = q;
65 ctf_list_t *q = lp->l_next; /* q = head list element */
67 lp->l_next = p;
69 p->l_next = q;
87 p->l_prev->l_next = p->l_next;
89 lp->l_next
[all...]
H A Dctf_impl.h109 struct ctf_list *l_next; /* next pointer or head pointer */ member in struct:ctf_list
293 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-util.c25 An additional ctf_list_t is used to store the head (l_next) and tail
37 q->l_next = NULL;
40 p->l_next = q;
42 lp->l_next = q;
52 ctf_list_t *q = lp->l_next; /* q = head list element. */
54 lp->l_next = p;
56 p->l_next = q;
73 p->l_prev->l_next = p->l_next;
75 lp->l_next
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c25 An additional ctf_list_t is used to store the head (l_next) and tail
37 q->l_next = NULL;
40 p->l_next = q;
42 lp->l_next = q;
52 ctf_list_t *q = lp->l_next; /* q = head list element. */
54 lp->l_next = p;
56 p->l_next = q;
73 p->l_prev->l_next = p->l_next;
75 lp->l_next
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.c46 struct list *l_next; member in struct:list
57 le->l_next = *list;
67 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) {
92 for (le = *list, le2 = list; le; le2 = &le->l_next, le = le->l_next) {
94 *le2 = le->l_next;
111 list = list->l_next;
130 lnext = list->l_next;
162 for (; list; list = list->l_next) {
181 for (l = *list1, last = NULL; l; last = l, l = l->l_next)
[all...]
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c26 An additional ctf_list_t is used to store the head (l_next) and tail
38 q->l_next = NULL;
41 p->l_next = q;
43 lp->l_next = q;
53 ctf_list_t *q = lp->l_next; /* q = head list element. */
55 lp->l_next = p;
57 p->l_next = q;
74 p->l_prev->l_next = p->l_next;
76 lp->l_next
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-util.c26 An additional ctf_list_t is used to store the head (l_next) and tail
38 q->l_next = NULL;
41 p->l_next = q;
43 lp->l_next = q;
53 ctf_list_t *q = lp->l_next; /* q = head list element. */
55 lp->l_next = p;
57 p->l_next = q;
74 p->l_prev->l_next = p->l_next;
76 lp->l_next
[all...]
/netbsd-current/external/bsd/bc/dist/
H A Dload.c103 functions[func].f_label->l_next = NULL;
110 if (temp->l_next == NULL)
112 temp->l_next = bc_malloc (sizeof(bc_label_group));
113 temp->l_next->l_next = NULL;
115 temp = temp->l_next;
H A Dbcdefs.h88 struct bc_label_group *l_next; member in struct:bc_label_group
/netbsd-current/include/
H A Dlink_elf.h18 struct link_map *l_next; /* linked list of mapped libs */ member in struct:link_map
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsolib-svr4.h48 CORE_ADDR l_ld = 0, l_next = 0, l_prev = 0, l_name = 0; member in struct:lm_info_svr4
79 /* Offset to l_next field in struct link_map. */
H A Dsolib-dsbt.c121 ext_ptr l_next, l_prev; /* struct link_map *l_next, *l_prev; */ member in struct:ext_link_map
728 lm_addr = extract_unsigned_integer (lm_buf.l_next,
729 sizeof (lm_buf.l_next), byte_order);
H A Dsolib-frv.c200 ext_ptr l_next, l_prev; /* struct link_map *l_next, *l_prev; */ member in struct:ext_link_map
430 lm_addr = extract_unsigned_integer (lm_buf.l_next,
431 sizeof (lm_buf.l_next), byte_order);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsolib-svr4.h48 CORE_ADDR l_ld = 0, l_next = 0, l_prev = 0, l_name = 0; member in struct:lm_info_svr4
82 /* Offset to l_next field in struct link_map. */
H A Dsolib-dsbt.c122 ext_ptr l_next, l_prev; /* struct link_map *l_next, *l_prev; */ member in struct:dbst_ext_link_map
634 lm_addr = extract_unsigned_integer (lm_buf.l_next,
635 sizeof (lm_buf.l_next), byte_order);
H A Dsolib-frv.c197 ext_ptr l_next, l_prev; /* struct link_map *l_next, *l_prev; */ member in struct:ext_link_map
417 lm_addr = extract_unsigned_integer (lm_buf.l_next,
418 sizeof (lm_buf.l_next), byte_order);
/netbsd-current/usr.bin/col/
H A Dcol.c97 LINE *l_next; /* next line */ member in struct:line_str
277 lnew->l_next = l;
291 if (l->l_next == NULL) {
292 l->l_next = alloc_line();
293 l->l_next->l_prev = l;
295 l = l->l_next;
351 for (; l->l_next; l = l->l_next)
383 lines = l->l_next;
389 if (l->l_next)
[all...]
/netbsd-current/tests/libexec/ld.elf_so/
H A Dt_dlinfo.c103 for (; map->l_next; map = map->l_next)
H A Dt_rtld_r_debug.c113 for (found = false; map; map = map->l_next) {
/netbsd-current/sys/rump/librump/rumpkern/
H A Dsleepq.c115 struct lwp *l, *l_next; local
118 for (l = LIST_FIRST(sq); l; l = l_next) {
119 l_next = LIST_NEXT(l, l_sleepchain);
/netbsd-current/usr.sbin/ypserv/revnetgroup/
H A Dparse_netgroup.c65 struct linelist *l_next; /* Chain ptr. */ member in struct:linelist
148 lp = lp->l_next;
194 lp = lp->l_next;
357 lp->l_next = linehead;
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dlcl_ng.c69 struct linelist *l_next; /*%< Chain ptr. */ member in struct:linelist
246 lp = lp->l_next;
289 lp = lp->l_next;
435 lp->l_next = pvt->linehead;
/netbsd-current/libexec/ld.elf_so/
H A Drtld.c1620 prev->l_next != NULL && prev->l_next != &_rtld_objself.linkmap;
1621 prev = prev->l_next);
1624 l->l_next = prev->l_next;
1625 if (l->l_next != NULL)
1626 l->l_next->l_prev = l;
1627 prev->l_next = l;
1636 if ((_rtld_debug.r_map = l->l_next) != NULL)
1637 l->l_next
[all...]
/netbsd-current/external/cddl/osnet/dev/fbt/
H A Dfbt.c777 struct ctf_list *l_next; /* next pointer or head pointer */ member in struct:ctf_list
781 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
813 * An additional ctf_list_t is used to store the head (l_next) and tail
825 q->l_next = NULL;
828 p->l_next = q;
830 lp->l_next = q;
841 ctf_list_t *q = lp->l_next; /* q = head list element */
843 lp->l_next = p;
845 p->l_next = q;
/netbsd-current/lib/librumpuser/
H A Drumpuser_dl.c432 if (origmap->l_next == NULL && origmap->l_prev == NULL) {
441 for (; origmap->l_next; origmap = origmap->l_next)

Completed in 180 milliseconds

12