Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 25 of 119) sorted by relevance

12345

/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/
H A Dibm,everest_associations.json23 "paths": array
35 "paths": array
46 "paths": array
57 "paths": array
74 "paths": array
86 "paths": array
97 "paths": array
108 "paths": array
125 "paths": array
137 "paths": array
[all …]
H A Dibm,fuji_associations.json23 "paths": array
35 "paths": array
46 "paths": array
57 "paths": array
74 "paths": array
86 "paths": array
97 "paths": array
108 "paths": array
125 "paths": array
137 "paths": array
[all …]
H A Dibm,rainier-4u_associations.json24 "paths": array
35 "paths": array
46 "paths": array
57 "paths": array
74 "paths": array
85 "paths": array
96 "paths": array
107 "paths": array
124 "paths": array
135 "paths": array
[all …]
H A Dibm,blueridge-4u_associations.json24 "paths": array
35 "paths": array
46 "paths": array
57 "paths": array
74 "paths": array
85 "paths": array
96 "paths": array
107 "paths": array
124 "paths": array
135 "paths": array
[all …]
H A Dibm,rainier-2u_associations.json24 "paths": array
36 "paths": array
47 "paths": array
58 "paths": array
75 "paths": array
87 "paths": array
98 "paths": array
109 "paths": array
126 "paths": array
138 "paths": array
[all …]
H A Dibm,blueridge-2u_associations.json23 "paths": array
35 "paths": array
46 "paths": array
57 "paths": array
74 "paths": array
86 "paths": array
97 "paths": array
108 "paths": array
125 "paths": array
137 "paths": array
[all …]
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json12 "paths": array
23 "paths": [ array
33 "paths": array
50 "paths": array
61 "paths": [ array
71 "paths": array
88 "paths": array
109 "paths": array
126 "paths": array
147 "paths": array
[all …]
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json12 "paths": array
24 "paths": array
34 "paths": [ array
50 "paths": array
62 "paths": array
88 "paths": array
100 "paths": array
126 "paths": array
138 "paths": array
164 "paths": array
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json12 "paths": array
26 "paths": array
36 "paths": [ array
52 "paths": array
66 "paths": array
92 "paths": array
104 "paths": array
130 "paths": array
142 "paths": array
168 "paths": array
[all …]
/openbmc/linux/drivers/interconnect/
H A Dbulk.c16 struct icc_bulk_data *paths) in of_icc_bulk_get()
46 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put()
62 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_set_bw()
86 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_enable()
112 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_disable()
120 struct icc_bulk_data *paths; member
139 int devm_of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) in devm_of_icc_bulk_get()
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json12 "paths": array
29 "paths": array
46 "paths": array
63 "paths": array
80 "paths": array
97 "paths": array
114 "paths": array
131 "paths": array
148 "paths": array
165 "paths": array
[all …]
/openbmc/linux/include/linux/
H A Dinterconnect.h107 static inline int of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) in of_icc_bulk_get()
113 struct icc_bulk_data *paths) in devm_of_icc_bulk_get()
118 static inline void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put()
122 static inline int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_set_bw()
127 static inline int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_enable()
132 static inline void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_disable()
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py111 def scandir(path, paths): argument
145 def remove_by_stamps(args, paths): argument
167 def remove_duplicated(args, paths): argument
188 def remove_orphans(args, paths): argument
/openbmc/phosphor-inventory-manager/test/
H A Dassociations_test.cpp203 auto& paths = std::get<1>(endpoints[0]); in TEST_F() local
211 auto& paths = std::get<1>(endpoints[1]); in TEST_F() local
227 auto& paths = std::get<1>(endpoints[0]); in TEST_F() local
235 auto& paths = std::get<1>(endpoints[1]); in TEST_F() local
/openbmc/hiomapd/vpnor/
H A Dbackend.cpp46 void vpnor_default_paths(vpnor_partition_paths* paths) in vpnor_default_paths()
73 const vpnor_partition_paths* paths) in vpnor_init()
185 vpnor_partition_paths* paths = (vpnor_partition_paths*)data; in vpnor_dev_init() local
452 vpnor_partition_paths paths = priv->paths; in vpnor_reset() local
530 const struct vpnor_partition_paths* paths) in backend_probe_vpnor()
H A Dbackend.h21 struct vpnor_partition_paths paths; member
/openbmc/openpower-vpd-parser/test/vpd-manager-test/
H A Dreader_test.cpp155 ListOfPaths paths = read.getFrusAtLocation(LocationCode, nodeNumber, in TEST_F() local
169 ListOfPaths paths; in TEST_F() local
216 ListOfPaths paths = read.getFRUsByExpandedLocationCode(validLocationCode, in TEST_F() local
244 ListOfPaths paths = read.getFRUsByExpandedLocationCode(validLocationCode, in TEST_F() local
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/phosphor-inventory-manager/
H A Dassociations.json12 "paths": array
35 "paths": array
58 "paths": array
80 "paths": array
91 "paths": array
108 "paths": array
181 "paths": array
204 "paths": array
227 "paths": array
/openbmc/hiomapd/
H A Dcontrol_dbus.c136 struct vpnor_partition_paths paths; in control_dbus_set_backend() local
144 char **paths = NULL; in control_dbus_set_backend() local
165 char **paths = NULL; in control_dbus_set_backend() local
H A Dmboxd.c347 struct vpnor_partition_paths paths; in mboxd_backend_init() local
361 struct vpnor_partition_paths paths; in mboxd_backend_init() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py13 def join(*paths):
274 def is_path_parent(possible_parent, *paths):
329 def canonicalize(paths, sep=','): argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.cpp77 auto paths = getInventoryPaths(locCodes); in activate() local
195 std::vector<std::string> paths; in getInventoryPaths() local
/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dinterfaceaddtest.mako.hpp1 const std::array<std::string, ${len(pathinstances)}> paths = { variable
H A Dpathgentest.mako.hpp7 const std::array<std::string, ${len(paths)}> paths = { variable
/openbmc/linux/tools/perf/ui/browsers/
H A Dscripts.c28 char **paths; member
88 char *buf, *paths[SCRIPT_MAX_NO], *names[SCRIPT_MAX_NO]; in list_scripts() local

12345