Searched refs:old_child (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/fdc/
H A Dfdc_acpi.c185 device_t child, old_child; local
209 old_child = *dev;
224 status = ACPI_EVALUATE_OBJECT(ctx->acpi_dev, old_child, "_FDI", NULL,
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_rb.c238 struct archive_rb_node * const old_child = old_father->rb_nodes[which];
239 struct archive_rb_node * const new_father = old_child;
248 new_child->rb_nodes[which] = old_child->rb_nodes[other];
236 struct archive_rb_node * const old_child = old_father->rb_nodes[which]; local
/freebsd-10.3-release/contrib/dtc/
H A Dlivetree.c140 struct node *new_child, *old_child; local
199 for_each_child_withdel(old_node, old_child) {
200 if (streq(old_child->name, new_child->name)) {
201 merge_nodes(old_child, new_child);

Completed in 89 milliseconds