OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_head
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/mail/
thread.c
57
struct message *
t_head
; /* head of the thread */
member in struct:thread_s
110
(void)printf("current_thread.
t_head
=%p\n", current_thread.
t_head
);
121
(void)printf("current_thread.
t_head
=%p\n", current_thread.
t_head
);
164
mp->m_plink->m_clink != current_thread.
t_head
;
265
return &message_array.
t_head
[msgnum - 1];
273
i = (int)(mp - message_array.
t_head
);
278
return &message_array.
t_head
[i + 1];
330
return current_thread.
t_head
? current_thread.t_head->m_depth : 0
[
all
...]
/src/sys/arch/hp300/stand/common/
dcm.c
152
while (tail != (pp->
t_head
& TX_MASK) && --timo)
161
while (tail != (pp->
t_head
& TX_MASK) && --timo)
/src/sys/arch/hp300/dev/
dcmreg.h
130
vu_char
t_head
; /* +11 */
member in struct:dcmpreg
dcm.c
1201
head = pp->
t_head
& TX_MASK;
1239
if (tp->t_outq.c_cc && head != (pp->
t_head
& TX_MASK)) {
1243
head = pp->
t_head
& TX_MASK;
1621
while (tail != (pp->
t_head
& TX_MASK))
1629
while (tail != (pp->
t_head
& TX_MASK))
Completed in 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026