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

/freebsd-10.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c34 * An additional ctf_list_t is used to store the head (l_next) and tail
46 q->l_next = NULL;
49 p->l_next = q;
51 lp->l_next = q;
62 ctf_list_t *q = lp->l_next; /* q = head list element */
64 lp->l_next = p;
66 p->l_next = q;
84 p->l_prev->l_next = p->l_next;
86 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))
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c42 struct list *l_next; member in struct:list
53 le->l_next = *list;
63 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) {
88 for (le = *list, le2 = list; le; le2 = &le->l_next, le = le->l_next) {
90 *le2 = le->l_next;
107 list = list->l_next;
126 lnext = list->l_next;
158 for (; list; list = list->l_next) {
177 for (l = *list1, last = NULL; l; last = l, l = l->l_next)
[all...]
/freebsd-10.0-release/usr.bin/col/
H A Dcol.c88 LINE *l_next; /* next line */ member in struct:line_str
258 lnew->l_next = l;
270 for (; nmove > 0 && l->l_next; nmove--)
271 l = l->l_next;
275 l->l_next = lnew;
318 for (; l->l_next; l = l->l_next)
344 lines = l->l_next;
516 l->l_next = l + 1;
517 l->l_next
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsolib-legacy.c68 lmo.l_next_offset = offsetof (struct link_map, l_next);
69 lmo.l_next_size = fieldsize (struct link_map, l_next);
120 lmo32.l_next_offset = offsetof (struct link_map32, l_next);
121 lmo32.l_next_size = fieldsize (struct link_map32, l_next);
/freebsd-10.0-release/sys/sys/
H A Dlink_elf.h64 struct link_map *l_next, *l_prev; /* linked list of of mapped libs */ member in struct:link_map
/freebsd-10.0-release/libexec/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;
353 lp->l_next = linehead;
/freebsd-10.0-release/lib/libc/gen/
H A Dgetnetgrent.c111 struct linelist *l_next; /* Chain ptr. */ member in struct:linelist
246 lp = lp->l_next;
433 lp = lp->l_next;
637 lp->l_next = linehead;
/freebsd-10.0-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c800 struct ctf_list *l_next; /* next pointer or head pointer */ member in struct:ctf_list
804 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
836 * An additional ctf_list_t is used to store the head (l_next) and tail
848 q->l_next = NULL;
851 p->l_next = q;
853 lp->l_next = q;
864 ctf_list_t *q = lp->l_next; /* q = head list element */
866 lp->l_next = p;
868 p->l_next = q;
H A Dfbt.c877 struct ctf_list *l_next; /* next pointer or head pointer */ member in struct:ctf_list
881 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))
913 * An additional ctf_list_t is used to store the head (l_next) and tail
925 q->l_next = NULL;
928 p->l_next = q;
930 lp->l_next = q;
941 ctf_list_t *q = lp->l_next; /* q = head list element */
943 lp->l_next = p;
945 p->l_next = q;
/freebsd-10.0-release/sys/dev/cy/
H A Dcy.c165 struct lbq *l_next; /* next in queue */ member in struct:lbq
1057 qp = com->obufq.l_next;
1059 qp = qp->l_next;
1063 com->obufq.l_next = qp;
1724 com->obufs[0].l_next = NULL;
1729 qp = com->obufq.l_next;
1730 while ((next = qp->l_next) != NULL)
1732 qp->l_next = &com->obufs[0];
1736 com->obufq.l_next = &com->obufs[0];
1756 com->obufs[1].l_next
[all...]
/freebsd-10.0-release/usr.sbin/ctld/
H A Dctld.c632 TAILQ_FOREACH_SAFE(lun, &targ->t_luns, l_next, tmp)
669 TAILQ_INSERT_TAIL(&targ->t_luns, lun, l_next);
679 TAILQ_REMOVE(&lun->l_target->t_luns, lun, l_next);
695 TAILQ_FOREACH(lun, &targ->t_luns, l_next) {
859 TAILQ_FOREACH(lun, &targ->t_luns, l_next) {
897 TAILQ_FOREACH(lun, &targ->t_luns, l_next) {
931 TAILQ_FOREACH(lun2, &targ->t_luns, l_next) {
1058 TAILQ_FOREACH_SAFE(oldlun, &oldtarg->t_luns, l_next,
1083 TAILQ_FOREACH_SAFE(oldlun, &oldtarg->t_luns, l_next, tmplun) {
1173 TAILQ_FOREACH(newlun, &newtarg->t_luns, l_next) {
[all...]
H A Dctld.h100 TAILQ_ENTRY(lun) l_next; member in struct:lun
/freebsd-10.0-release/sys/dev/sio/
H A Dsio.c165 struct lbq *l_next; /* next in queue */ member in struct:lbq
1650 qp = com->obufq.l_next;
1652 qp = qp->l_next;
1656 com->obufq.l_next = qp;
2041 com->obufs[0].l_next = NULL;
2045 qp = com->obufq.l_next;
2046 while ((next = qp->l_next) != NULL)
2048 qp->l_next = &com->obufs[0];
2052 com->obufq.l_next = &com->obufs[0];
2061 com->obufs[1].l_next
[all...]
/freebsd-10.0-release/sys/kern/
H A Dlink_elf.c288 l->l_next = NULL;
297 prev->l_next != NULL;
298 prev = prev->l_next)
301 prev->l_next = l;
310 if ((r_debug.r_map = l->l_next) != NULL)
311 l->l_next->l_prev = NULL;
314 if ((l->l_prev->l_next = l->l_next) != NULL)
315 l->l_next->l_prev = l->l_prev;
/freebsd-10.0-release/sys/pc98/cbus/
H A Dsio.c229 struct lbq *l_next; /* next in queue */ member in struct:lbq
2559 qp = com->obufq.l_next;
2561 qp = qp->l_next;
2565 com->obufq.l_next = qp;
3097 com->obufs[0].l_next = NULL;
3101 qp = com->obufq.l_next;
3102 while ((next = qp->l_next) != NULL)
3104 qp->l_next = &com->obufs[0];
3108 com->obufq.l_next = &com->obufs[0];
3121 com->obufs[1].l_next
[all...]
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c3449 prev->l_next != NULL && prev->l_next != &obj_rtld.linkmap;
3450 prev = prev->l_next)
3455 l->l_next = prev->l_next;
3456 if (l->l_next != NULL)
3457 l->l_next->l_prev = l;
3458 prev->l_next = l;
3467 if ((r_debug.r_map = l->l_next) != NULL)
3468 l->l_next
[all...]
/freebsd-10.0-release/sys/geom/raid/
H A Dg_raid.h126 LIST_ENTRY(g_raid_lock) l_next; member in struct:g_raid_lock
H A Dg_raid.c1194 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1253 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1312 LIST_INSERT_HEAD(&vol->v_locks, lp, l_next);
1347 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1349 LIST_REMOVE(lp, l_next);

Completed in 154 milliseconds