Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.c136 if (fsnp->child_a) { in mockfs_fsnode_destroy()
137 if ((rvalue = mockfs_fsnode_destroy(fsnp->child_a))) { in mockfs_fsnode_destroy()
199 if (!parent->child_a) { in mockfs_fsnode_adopt()
200 parent->child_a = child; in mockfs_fsnode_adopt()
240 if (parent->child_a == fsnp) { in mockfs_fsnode_orphan()
241 parent->child_a = NULL; in mockfs_fsnode_orphan()
277 if ((parent->child_a) && (parent->child_a->type == type)) { in mockfs_fsnode_child_by_type()
278 *child = parent->child_a; in mockfs_fsnode_child_by_type()
H A Dmockfs_fsnode.h67 struct mockfs_fsnode * child_a; /* TEMPORARY */ member