Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dusb.c345 int has_child, last_child; local
350 has_child = device_has_active_children(dev->dev);
358 has_child = 0;
365 has_child = 0;
368 has_child = 1;
404 pre[index++] = has_child ? '|' : ' ';
/openbmc/qemu/
H A Dblock.c4704 bool has_child; in bdrv_reopen_parse_file_or_backing() local
4729 has_child = bdrv_recurse_has_child(new_child_bs, bs); in bdrv_reopen_parse_file_or_backing()
4730 if (has_child) { in bdrv_reopen_parse_file_or_backing()