OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:th_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint2/
read.c
82
struct thtab *
th_next
;
member in struct:thtab
933
for (thte = thtab[h]; thte != NULL; thte = thte->
th_next
) {
973
thte->
th_next
= thtab[h];
/src/sys/kern/
kern_tc.c
115
struct timehands *
th_next
; /* next timehand */
member in struct:timehands
119
static struct timehands th9 = { .
th_next
= &th0, };
120
static struct timehands th8 = { .
th_next
= &th9, };
121
static struct timehands th7 = { .
th_next
= &th8, };
122
static struct timehands th6 = { .
th_next
= &th7, };
123
static struct timehands th5 = { .
th_next
= &th6, };
124
static struct timehands th4 = { .
th_next
= &th5, };
125
static struct timehands th3 = { .
th_next
= &th4, };
126
static struct timehands th2 = { .
th_next
= &th3, };
127
static struct timehands th1 = { .
th_next
= &th2, }
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025