Lines Matching refs:pid
56 int pid;89 // Insert pid, ip and fd in the list.90 static void insert(struct list_pid **l, int pid, char *addr)93 newnode->pid = pid;123 static char *delete(struct list_pid **pids, int pid)131 if (head->pid == pid) {268 pid_t pid;354 if (!(pid = xfork())) {397 insert(&pids, pid, addr);