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

  /src/bin/csh/
proc.h 46 struct process *p_next; /* next in global "proclist" */ member in struct:process
proc.h 46 struct process *p_next; /* next in global "proclist" */ member in struct:process
  /src/lib/libisns/
isns_pdu.c 148 struct isns_buffer_list_s *list_p, *p, *p_next; local in function:isns_add_buffer_pool
190 p_next = p->next;
191 if (p_next->buf_size > buf_size) {
193 list_p->next = p_next;
isns_pdu.c 148 struct isns_buffer_list_s *list_p, *p, *p_next; local in function:isns_add_buffer_pool
190 p_next = p->next;
191 if (p_next->buf_size > buf_size) {
193 list_p->next = p_next;
  /src/usr.bin/xlint/lint1/
lint1.h 409 struct qual_ptr *p_next; member in struct:qual_ptr
lint1.h 409 struct qual_ptr *p_next; member in struct:qual_ptr

Completed in 27 milliseconds