HomeSort by: relevance | last modified time | path
    Searched defs:t_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/dev/
dcmreg.h 130 vu_char t_head; /* +11 */ member in struct:dcmpreg
  /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...]

Completed in 12 milliseconds