Searched refs:strprefixeq (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc.h | 71 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) macro
|
| H A D | checks.c | 776 if (!strprefixeq(node->name, node->basenamelen, "pci") && in check_pci_bridge() 777 !strprefixeq(node->name, node->basenamelen, "pcie")) in check_pci_bridge() 897 if (strprefixeq(str, end - str, compat)) in node_is_compatible()
|
| H A D | livetree.c | 511 strprefixeq(path, p - path, child->name)) in get_node_by_path()
|