Home
last modified time | relevance | path

Searched full:instances (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/openbmc/qemu/qapi/
H A Dyank.json56 # Currently implemented yank instances:
78 # Try to recover from hanging QEMU by yanking the specified instances.
81 # @instances: the instances to be yanked
90 # "instances": [
99 'data': { 'instances': ['YankInstance'] },
105 # Query yank instances. See `YankInstance` for more information.
/openbmc/phosphor-power/
H A Ddbus_interfaces_finder.hpp33 * Class that finds instances of one or more D-Bus interfaces.
36 * constructor. The class finds instances of those interfaces that are owned by
39 * The class finds the instances using two different methods:
42 * - Queries the ObjectMapper to find interface instances that already exist.
45 * the service has created the interface instances.
49 * multiple instances are found.
94 * Refind all instances of the interfaces specified in the constructor.
99 * This method normally does not need to be called. New instances are
118 * Finds any interface instances that already exist on D-Bus.
H A Ddbus_interfaces_finder.cpp78 // Use ObjectMapper to find interface instances that already exist in findInterfaces()
103 // Interface instances might not be available yet in findInterfaces()
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dhostlogger13 # Manual flush of the log buffer for all service instances
14 INSTANCES="$(systemctl list-units --type=service --state=running --full | \
16 for SVC in ${INSTANCES}; do
/openbmc/libpldm/tests/
H A Dinstance-id.cpp141 } instances[] = { in TEST_F() local
150 EXPECT_EQ(pldm_instance_id_alloc(db, instances[0].tid, &instances[0].iid), in TEST_F()
152 EXPECT_EQ(pldm_instance_id_alloc(db, instances[1].tid, &instances[1].iid), in TEST_F()
155 EXPECT_EQ(instances[0].iid, instances[1].iid); in TEST_F()
157 EXPECT_EQ(pldm_instance_id_free(db, instances[1].tid, instances[1].iid), 0); in TEST_F()
158 EXPECT_EQ(pldm_instance_id_free(db, instances[0].tid, instances[0].iid), 0); in TEST_F()
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dpower_off_config.md25 - Number of the configured `cause` instances to begin the power off `type`
30 - Time(in seconds) to delay performing the power off after `count` instances
43 indicate that a power off is imminent if the `count` instances of the
45 instances of the `cause` is not longer met.
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js600 var instances = {};
604 if (typeof instances[instanceId] === 'undefined') {
605 instances[instanceId] = {asyncMode: false}; class in paginationService.registerInstance
611 delete instances[instanceId];
615 return (typeof instances[instanceId] !== 'undefined');
623 instances[instanceId].currentPageParser = val;
624 instances[instanceId].context = scope;
627 instances[instanceId].currentPageParser.assign(
628 instances[instanceId].context, val);
631 var parser = instances[instanceId].currentPageParser;
[all …]
/openbmc/fb-ipmi-oem/
H A Dmeson.options15 option('host-instances', type: 'string', description: 'Host Instances')
H A Dmeson.build31 if get_option('host-instances') != ''
32 host_instances = get_option('host-instances')
36 conf_data.set_quoted('INSTANCES', host_instances)
H A Dmeson_config.h.in4 inline static const std::string hostInstances = @INSTANCES@;
/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dpropertywatchgentest.mako.hpp1 auto storageCount = ${len(instances)};
15 std::tuple<std::string, size_t>{"${w.datatype}", ${w.instances}},
H A Dcallbackgentest.mako.hpp1 auto storageCount = ${len(instances)};
15 std::tuple<std::string, size_t>{"${c.datatype}", ${c.instances}},
/openbmc/phosphor-host-postd/
H A Dmeson.options13 'host-instances',
14 description: 'obmc instances of the host',
H A Dmain.cpp54 " -h, --host <host instances> Default is '0'\n" in usage()
303 std::string_view instances = optarg; in main() local
306 while ((pos = instances.find(" ")) != std::string::npos) in main()
308 host.emplace_back(instances.substr(0, pos)); in main()
309 instances.remove_prefix(pos + 1); in main()
311 host.emplace_back(instances); in main()
/openbmc/phosphor-buttons/
H A Dmeson.options38 'host-instances',
41 description: 'Host Instances that can be defined by project, for example: 1 2 3 4',
H A Dmeson_config.hpp.in35 constexpr inline static auto instances = std::to_array({ @INSTANCES@ }); variable
H A Dmeson.build9 host_instances = get_option('host-instances')
13 conf_data.set('INSTANCES', formatted_instances)
/openbmc/phosphor-host-ipmid/scripts/
H A Dentity-example.md40 # two ranges of entity instances; this record has contained entities
103 # This record has contained entities as two ranges of entity instances
124 # This record has contained entities as two ranges of entity instances
142 # This record has contained entities as two ranges of entity instances
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp114 using Storage = std::array<std::tuple<std::any, std::any>, ${len(instances)}>;
259 ConfigPropertyIndicies::get()[${w.instances}]), in get()
261 ConfigPropertyIndicies::get()[${w.instances}], in get()
267 ConfigPropertyIndicies::get()[${w.instances}], in get()
271 ConfigPropertyIndicies::get()[${w.instances}], in get()
H A Devent.mako.cpp2 ${indent(1)}ConfigPropertyIndicies::get()[${c.instances}])\
/openbmc/qemu/util/
H A Dyank.c153 void qmp_yank(YankInstanceList *instances, in qmp_yank() argument
161 for (tail = instances; tail; tail = tail->next) { in qmp_yank()
168 for (tail = instances; tail; tail = tail->next) { in qmp_yank()
/openbmc/phosphor-hwmon/
H A Dsysfs.hpp39 /** @brief Find hwmon instances from an open-firmware device tree path
51 /** @brief Find hwmon instances from a device path
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dop-proc-control_git.bb38 INSTANCES = "${@compose_list(d, 'INSTANCE_FORMAT', 'OBMC_CHASSIS_INSTANCES')}"
40 SYSTEMD_SERVICE:${PN} = "${TEMPLATE} ${INSTANCES}"
/openbmc/qemu/include/hw/
H A Dsysbus.h41 * yet instances of it would like to distinguish themselves, in
42 * OpenFirmware device paths, from other instances of the same class on the
/openbmc/openbmc/meta-facebook/recipes-phosphor/host/
H A Dphosphor-host-postd_%.bbappend4 EXTRA_OEMESON += "-Dhost-instances='${OBMC_HOST_INSTANCES}'"

12345678910>>...25