Searched defs:_child (Results 1 – 2 of 2) sorted by relevance
85 typedef struct _child { struct86 int child_slot;87 int child_door;88 pid_t child_pid;89 uid_t child_uid;90 gid_t child_gid;91 child_state_t child_state;92 int next_open;93 mutex_t *mutex;94 cond_t *cond;
61 typedef struct _child { struct66 static LIST_HEAD(, _child) child_list = { 0 }; argument