Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.c142 if (fsnp->child_b) { in mockfs_fsnode_destroy()
143 if ((rvalue = mockfs_fsnode_destroy(fsnp->child_b))) { in mockfs_fsnode_destroy()
202 } else if (!parent->child_b) { in mockfs_fsnode_adopt()
203 parent->child_b = child; in mockfs_fsnode_adopt()
243 } else if (parent->child_b == fsnp) { in mockfs_fsnode_orphan()
244 parent->child_b = NULL; in mockfs_fsnode_orphan()
279 } else if ((parent->child_b) && (parent->child_b->type == type)) { in mockfs_fsnode_child_by_type()
280 *child = parent->child_b; in mockfs_fsnode_child_by_type()
H A Dmockfs_fsnode.h68 struct mockfs_fsnode * child_b; /* TEMPORARY */ member