| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/common/ |
| H A D | list.c | 42 struct list *l_next; member 53 le->l_next = *list; in list_add() 88 for (le = *list, le2 = list; le; le2 = &le->l_next, le = le->l_next) { in list_remove() 90 *le2 = le->l_next; in list_remove() 107 list = list->l_next; in list_free() 126 lnext = list->l_next; in list_iter() 183 last->l_next = list2; in list_concat() 203 next2 = list2->l_next; in slist_merge() 208 list2->l_next = list1; in slist_merge() 210 list2->l_next = list1; in slist_merge() [all …]
|
| /freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_util.c | 46 q->l_next = NULL; in ctf_list_append() 49 p->l_next = q; in ctf_list_append() 51 lp->l_next = q; in ctf_list_append() 62 ctf_list_t *q = lp->l_next; /* q = head list element */ in ctf_list_prepend() 64 lp->l_next = p; in ctf_list_prepend() 66 p->l_next = q; in ctf_list_prepend() 84 p->l_prev->l_next = p->l_next; in ctf_list_delete() 86 lp->l_next = p->l_next; in ctf_list_delete() 88 if (p->l_next != NULL) in ctf_list_delete() 89 p->l_next->l_prev = p->l_prev; in ctf_list_delete()
|
| H A D | ctf_impl.h | 120 struct ctf_list *l_next; /* next pointer or head pointer */ member 326 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
|
| /freebsd-13.1/usr.bin/col/ |
| H A D | col.c | 281 lnew->l_next = l; in main() 295 if (l->l_next == NULL) { in main() 297 l->l_next->l_prev = l; in main() 299 l = l->l_next; in main() 355 for (; l->l_next; l = l->l_next) in main() 387 lines = l->l_next; in flush_lines() 393 if (l->l_next) in flush_lines() 575 l->l_next = l + 1; in alloc_line() 576 l->l_next = NULL; in alloc_line() 579 line_freelist = l->l_next; in alloc_line() [all …]
|
| /freebsd-13.1/libexec/revnetgroup/ |
| H A D | parse_netgroup.c | 63 struct linelist *l_next; /* Chain ptr. */ member 146 lp = lp->l_next; in __endnetgrent() 192 lp = lp->l_next; in parse_netgrp() 351 lp->l_next = linehead; in read_for_group()
|
| /freebsd-13.1/contrib/netbsd-tests/libexec/ld.elf_so/ |
| H A D | t_dlinfo.c | 102 for (; map->l_next; map = map->l_next) in ATF_TC_BODY()
|
| /freebsd-13.1/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 749 struct ctf_list *l_next; /* next pointer or head pointer */ member 753 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) 797 q->l_next = NULL; in ctf_list_append() 800 p->l_next = q; in ctf_list_append() 802 lp->l_next = q; in ctf_list_append() 813 ctf_list_t *q = lp->l_next; /* q = head list element */ in ctf_list_prepend() 815 lp->l_next = p; in ctf_list_prepend() 817 p->l_next = q; in ctf_list_prepend()
|
| /freebsd-13.1/sys/sys/ |
| H A D | link_elf.h | 66 struct link_map *l_next, *l_prev; /* linked list of of mapped libs */ member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| H A D | NativeProcessELF.h | 32 T l_next; member
|
| H A D | NativeProcessELF.cpp | 136 info.next = link_map.l_next; in ReadSVR4LibraryInfo()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | getnetgrent.c | 129 struct linelist *l_next; /* Chain ptr. */ member 206 lp = lp->l_next; in netgr_endstate() 691 lp = lp->l_next; 905 lp->l_next = st->st_linehead;
|
| /freebsd-13.1/sys/kern/ |
| H A D | link_elf.c | 305 l->l_next = NULL; in link_elf_add_gdb() 314 prev->l_next != NULL; in link_elf_add_gdb() 315 prev = prev->l_next) in link_elf_add_gdb() 318 prev->l_next = l; in link_elf_add_gdb() 327 if ((r_debug.r_map = l->l_next) != NULL) in link_elf_delete_gdb() 328 l->l_next->l_prev = NULL; in link_elf_delete_gdb() 331 if ((l->l_prev->l_next = l->l_next) != NULL) in link_elf_delete_gdb() 332 l->l_next->l_prev = l->l_prev; in link_elf_delete_gdb()
|
| /freebsd-13.1/usr.sbin/ctld/ |
| H A D | ctld.c | 123 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp) in conf_delete() 1475 TAILQ_INSERT_TAIL(&conf->conf_luns, lun, l_next); in lun_new() 1494 TAILQ_REMOVE(&lun->l_conf->conf_luns, lun, l_next); in lun_delete() 1512 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) { in lun_find() 1695 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) { 1753 TAILQ_FOREACH(lun2, &lun->l_conf->conf_luns, l_next) { in conf_verify_lun() 1782 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) { in conf_verify() 1980 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) { in conf_apply() 2054 TAILQ_FOREACH_SAFE(newlun, &newconf->conf_luns, l_next, tmplun) { in conf_apply()
|
| H A D | ctld.h | 169 TAILQ_ENTRY(lun) l_next;
|
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | rtld.c | 4418 prev->l_next != NULL && prev->l_next != &obj_rtld.linkmap; in linkmap_add() 4419 prev = prev->l_next) in linkmap_add() 4424 l->l_next = prev->l_next; in linkmap_add() 4425 if (l->l_next != NULL) in linkmap_add() 4426 l->l_next->l_prev = l; in linkmap_add() 4427 prev->l_next = l; in linkmap_add() 4437 if ((r_debug.r_map = l->l_next) != NULL) in linkmap_delete() 4438 l->l_next->l_prev = NULL; in linkmap_delete() 4442 if ((l->l_prev->l_next = l->l_next) != NULL) in linkmap_delete() 4443 l->l_next->l_prev = l->l_prev; in linkmap_delete()
|
| /freebsd-13.1/sys/geom/raid/ |
| H A D | g_raid.h | 102 LIST_ENTRY(g_raid_lock) l_next;
|
| H A D | g_raid.c | 1174 LIST_FOREACH(lp, &vol->v_locks, l_next) { in g_raid_is_in_locked_range() 1233 LIST_FOREACH(lp, &vol->v_locks, l_next) { in g_raid_finish_with_locked_ranges() 1292 LIST_INSERT_HEAD(&vol->v_locks, lp, l_next); in g_raid_lock_range() 1327 LIST_FOREACH(lp, &vol->v_locks, l_next) { in g_raid_unlock_range() 1329 LIST_REMOVE(lp, l_next); in g_raid_unlock_range()
|