Searched refs:find_obj (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_device_path.c | 143 static struct efi_object *find_obj(struct efi_device_path *dp, bool short_path, in find_obj() function 195 efiobj = find_obj(dp, false, NULL); in efi_dp_find_obj() 199 efiobj = find_obj(dp, false, rem); in efi_dp_find_obj() 203 efiobj = find_obj(dp, true, rem); in efi_dp_find_obj()
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusdomain.py | 371 def find_obj(self, typ: str, name: str) -> Optional[Tuple[str, ObjectEntry]]: member in DBusDomain 393 objdef = self.find_obj(typ, target)
|
| H A D | qapi_domain.py | 862 def find_obj( member in QAPIDomain 975 matches = self.find_obj(namespace, modname, target, typ) 1028 matches = self.find_obj(
|