Home
last modified time | relevance | path

Searched refs:list_pid (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dtcpsvd.c52 struct list_pid { struct
53 struct list_pid *next; argument
70 struct list_pid *pids = NULL; argument
89 static void insert(struct list_pid **l, int pid, char *addr) in insert()
91 struct list_pid *newnode = xmalloc(sizeof(struct list_pid)); in insert()
122 static char *delete(struct list_pid **pids, int pid) in delete()
124 struct list_pid *prev, *free_node, *head = *pids; in delete()