Home
last modified time | relevance | path

Searched defs:_child (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/nscd/
H A Dnscd_selfcred.c85 typedef struct _child { struct
86 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;
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c61 typedef struct _child { struct
66 static LIST_HEAD(, _child) child_list = { 0 }; argument