OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_next
(Results
1 - 4
of
4
) sorted by relevancy
/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/include/
link_elf.h
18
struct link_map *
l_next
; /* linked list of mapped libs */
member in struct:link_map
/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/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
...]
Completed in 165 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025