gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_ENTRY from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/proc.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/proc.h - 24.8KB - 616 lines
228: struct proc {
229:         LIST_ENTRY(proc) p_list;       /* l: List of all processes */
230: 
261: pid_t p_pid; /* :: Process identifier. */ 262: LIST_ENTRY(proc) p_pglist; /* l: List of processes in pgrp. */ 263: struct proc *p_pptr; /* l: Pointer to parent process. */ 264: LIST_ENTRY(proc) p_sibling; /* l: List of sibling processes. */ 265: LIST_HEAD(, proc) p_children; /* l: List of children. */