HomeSort by: relevance | last modified time | path
    Searched refs:l_next (Results 1 - 10 of 10) sorted by relevancy

  /src/include/
link_elf.h 18 struct link_map *l_next; /* linked list of mapped libs */ member in struct:link_map
  /src/usr.bin/col/
col.c 97 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...]
  /src/tests/libexec/ld.elf_so/
t_dlinfo.c 103 for (; map->l_next; map = map->l_next)
t_rtld_r_debug.c 141 for (found = false; map; map = map->l_next) {
  /src/sys/rump/librump/rumpkern/
sleepq.c 115 struct lwp *l, *l_next; local in function:sleepq_wake
118 for (l = LIST_FIRST(sq); l; l = l_next) {
119 l_next = LIST_NEXT(l, l_sleepchain);
  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 65 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;
  /src/libexec/ld.elf_so/
rtld.c 1654 prev->l_next != NULL && prev->l_next != &_rtld_objself.linkmap;
1655 prev = prev->l_next);
1658 l->l_next = prev->l_next;
1659 if (l->l_next != NULL)
1660 l->l_next->l_prev = l;
1661 prev->l_next = l;
1670 if ((_rtld_debug.r_map = l->l_next) != NULL)
1671 l->l_next->l_prev = NULL
    [all...]
  /src/lib/librumpuser/
rumpuser_dl.c 432 if (origmap->l_next == NULL && origmap->l_prev == NULL) {
441 for (; origmap->l_next; origmap = origmap->l_next)
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 14107 bcc.b l_next # if zero, skip the mul
14109 l_next:
fpsp.s 24146 bcc.b l_next # if zero, skip the mul
24148 l_next:

Completed in 45 milliseconds