/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_rsa.c | 19 struct key_prop *prop, uint8_t *out) in fsl_mod_exp()
|
/openbmc/u-boot/board/armltd/vexpress/ |
H A D | vexpress_tc2.c | 42 const struct fdt_property *prop; in ft_board_setup() local
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | fdt_rw.c | 204 int len, struct fdt_property **prop) in fdt_resize_property_() 222 int len, struct fdt_property **prop) in fdt_add_property_() 275 struct fdt_property *prop; in fdt_setprop_placeholder() local 308 struct fdt_property *prop; in fdt_appendprop() local 334 struct fdt_property *prop; in fdt_delprop() local
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | fdt.c | 63 const char *prop; in ft_cpu_setup() local
|
/openbmc/u-boot/scripts/dtc/ |
H A D | fstree.c | 52 struct property *prop; in read_fstree() local
|
H A D | treesource.c | 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 238 struct property *prop; in write_tree_source_node() local
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 173 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() 194 struct property *prop; in of_device_is_compatible() local 383 struct property *prop = of_find_property(device, propname, NULL); in of_device_has_prop_value() local 437 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() local 510 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() local 549 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper() local
|
H A D | ofnode.c | 92 const void *prop; in ofnode_read_bool() local 113 struct property *prop = of_find_property( in ofnode_read_string() local 240 struct property *prop = of_find_property( in ofnode_read_size() local 420 const char *prop; in ofnode_get_chosen_node() local 542 const __be32 *prop = of_get_property(np, property, &psize); in ofnode_get_addr_size() local 567 const __be32 *prop = of_get_property(np, propname, &psize); in ofnode_read_u8_array_ptr() local
|
/openbmc/u-boot/cmd/ |
H A D | fdt.c | 290 char *prop; /* property */ in do_fdt() local 345 char *prop; /* property */ in do_fdt() local 456 char *prop; /* property */ in do_fdt() local 989 static int fdt_print(const char *pathp, char *prop, int depth) in fdt_print()
|
/openbmc/qemu/system/ |
H A D | bootdevice.c | 293 BootIndexProperty *prop = opaque; in device_get_bootindex() local 300 BootIndexProperty *prop = opaque; in device_set_bootindex() local 323 BootIndexProperty *prop = opaque; in property_release_bootindex() local 333 BootIndexProperty *prop = g_malloc0(sizeof(*prop)); in device_add_bootindex_property() local
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | icid.c | 49 u32 prop[8]; in fdt_set_iommu_prop() local 114 const u32 *prop; in fdt_fixup_fman_port_icid_by_compat() local
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.y | 646 struct property *prop; in print_symbol() local 732 struct property *prop; in zconfdump() local
|
/openbmc/u-boot/common/ |
H A D | common_fit.c | 12 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) in fdt_getprop_u32()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel_entry.hpp | 36 const std::map<std::string, PropertiesVariant>& prop, uint32_t id, in PELEntry()
|
H A D | dbus_watcher.hpp | 190 auto prop = properties.find(_name); in propChanged() local 214 auto prop = iface->second.find(_name); in interfaceAdded() local
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_layerscape_fixup.c | 75 u32 *prop; in fdt_pcie_set_msi_map_entry() local 128 u32 *prop; in fdt_pcie_set_iommu_map_entry() local
|
/openbmc/u-boot/board/freescale/ls1046ardb/ |
H A D | eth.c | 82 int i, prop; in fdt_update_ethernet_dt() local
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | init.c | 230 __def_board_ft_fman_fixup_port(void *blob, char * prop, phys_addr_t pa, in __def_board_ft_fman_fixup_port() 240 int ft_fixup_port(void *blob, struct fm_eth_info *info, char *prop) in ft_fixup_port()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/ |
H A D | systemctl | 80 def get(self, section, prop): argument 182 def _process_deps(self, config, service, location, prop, dirstem): argument
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbushelper.hpp | 49 const std::string& propertyName, T& prop) in getProperty()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 255 const struct fdt_property *prop; in fdt_get_property_by_offset() local 279 const struct fdt_property *prop; in fdt_get_property_namelen() local 306 const struct fdt_property *prop; in fdt_getprop_namelen() local 318 const struct fdt_property *prop; in fdt_getprop_by_offset() local 649 const void *prop; in fdt_node_check_compatible() local
|
H A D | fdt_region.c | 48 const struct fdt_property *prop; in fdt_find_regions() local 252 const struct fdt_property *prop; in fdt_add_alias_regions() local 468 const struct fdt_property *prop; in fdt_next_region() local
|
/openbmc/qemu/tests/functional/ |
H A D | test_x86_cpu_model_versions.py | 213 def get_cpu_prop(self, prop): argument
|
/openbmc/qemu/hw/usb/ |
H A D | desc-msos.c | 114 static int usb_desc_msos_prop_name(struct msos_prop *prop, in usb_desc_msos_prop_name() 132 struct msos_prop *prop = (void *)dest; in usb_desc_msos_prop_str() local 157 struct msos_prop *prop = (void *)dest; in usb_desc_msos_prop_dword() local
|
/openbmc/phosphor-fan-presence/control/ |
H A D | functor.hpp | 162 auto prop = std::get<propPos>(member); in operator ()() local 198 auto propertiesChanged(const char* path, const char* intf, const char* prop, in propertiesChanged() 302 auto interfacesAdded(const char* path, const char* intf, const char* prop, in interfacesAdded()
|