Searched refs:last_child (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | usb.c | 345 int has_child, last_child; local 375 last_child = device_is_last_sibling(dev->dev); 378 last_child = 1; 388 last_child = 0; 397 if (last_child && index)
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 366 last_child = self._last_descendant() 367 next_element = last_child.next_element 375 last_child.next_element = None 395 last_child = self.next_sibling.previous_element 397 last_child = self 398 while isinstance(last_child, Tag) and last_child.contents: 399 last_child = last_child.contents[-1] 400 if not accept_self and last_child is self: 401 last_child = None 402 return last_child
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_bind.py | 8 def in_tree(response, name, uclass, drv, depth, last_child): argument 11 if not last_child:
|
/openbmc/linux/net/sched/ |
H A D | sch_htb.c | 1539 bool last_child, bool destroying, in htb_destroy_class_offload() argument 1572 .command = !last_child ? TC_HTB_LEAF_DEL : in htb_destroy_class_offload() 1587 if (last_child) in htb_destroy_class_offload() 1644 bool last_child; in htb_destroy() local 1658 last_child = htb_parent_last_child(cl); in htb_destroy() 1659 htb_destroy_class_offload(sch, cl, last_child, in htb_destroy() 1665 if (last_child) in htb_destroy() 1696 int last_child = 0; in htb_delete() local 1709 last_child = 1; in htb_delete() 1712 err = htb_destroy_class_offload(sch, cl, last_child, false, in htb_delete() [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1151 last_child = None 1157 last_child = child 1163 if not last_child: 1171 self.view.setCurrentIndex(last_child) 1172 parent = last_child
|