/openbmc/openbmc-tools/dbusView/ |
H A D | dbusView.py | 41 def doTree(busname): argument 42 out = subprocess.check_output(busctl + "tree " + busname, shell=True) 52 def doIntrospect(busname, path): argument 54 busctl + "introspect {} {}".format(busname, path), shell=True 76 def busname(name): function
|
/openbmc/phosphor-pid-control/ |
H A D | setsensor.cpp | 30 std::string busname{sbusName}; in SetHostSensor() local 35 busname.c_str(), path.c_str(), propertiesintf, "Set"); in SetHostSensor() 63 std::string busname{busName}; in SetManualMode() local 68 busname.c_str(), path.c_str(), propertiesintf, "Set"); in SetManualMode()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_sysfs.c | 76 char *busname; in config_show() local 82 busname = us_ibdev->pdev->bus->name; in config_show() 83 if (strncmp(busname, "PCI Bus ", 8) == 0) in config_show() 84 busname += 8; in config_show() 88 busname, in config_show()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | meson.options | 2 'input-history-busname-root', 5 description: 'The D-Bus busname root for the PS input history.',
|
H A D | meson.build | 24 get_option('input-history-busname-root'),
|
/openbmc/phosphor-state-manager/ |
H A D | meson.options | 11 'hypervisor-busname', 14 description: 'The Hypervisor DBus busname to own.', 88 'host-gpios-busname', 91 description: 'The host gpios Dbus busname to own.',
|
H A D | meson.build | 15 conf.set_quoted('HYPERVISOR_BUSNAME', get_option('hypervisor-busname')) 35 conf.set_quoted('HOST_GPIOS_BUSNAME', get_option('host-gpios-busname'))
|
/openbmc/phosphor-hwmon/ |
H A D | meson.options | 2 'busname-prefix', 3 description: 'The DBus busname prefix.',
|
H A D | README.md | 21 This requires an algorithm for selecting a stable, well-known D-Bus busname.
|
/openbmc/phosphor-inventory-manager/ |
H A D | pimgen.py | 29 busname = "xyz.openbmc_project.Inventory.Manager" variable 425 if not service or service != busname: 426 args.append(TrivialArgument(value=busname, type="string")) 574 global busname 575 busname = args.busname
|
H A D | manager.cpp | 101 void Manager::run(const char* busname) in run() argument 118 _bus.request_name(busname); in run()
|
/openbmc/phosphor-power/ |
H A D | meson.options | 2 'input-history-busname-root', 5 description: 'The D-Bus busname root for the PS input history.',
|
/openbmc/intel-ipmi-oem/src/ |
H A D | sensorcommands.cpp | 41 constexpr const char* busname = "xyz.openbmc_project.NodeManagerProxy"; variable 91 dbus->new_method_call(meHealth::busname, meHealth::path, in setMeStatus()
|
/openbmc/linux/drivers/vdpa/ |
H A D | vdpa.c | 421 const char *busname, const char *devname) in mgmtdev_handle_match() argument 426 if ((busname && !mdev->device->bus) || (!busname && mdev->device->bus)) in mgmtdev_handle_match() 429 if (!busname && strcmp(dev_name(mdev->device), devname) == 0) in mgmtdev_handle_match() 432 if (busname && (strcmp(mdev->device->bus->name, busname) == 0) && in mgmtdev_handle_match() 442 const char *busname = NULL; in vdpa_mgmtdev_get_from_attr() local 449 busname = nla_data(attrs[VDPA_ATTR_MGMTDEV_BUS_NAME]); in vdpa_mgmtdev_get_from_attr() 452 if (mgmtdev_handle_match(mdev, busname, devname)) in vdpa_mgmtdev_get_from_attr()
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.options | 17 'softoff-busname', 20 description: 'The Dbus busname to own for SoftPowerOff', 73 'control-host-busname', 76 description: 'The Control Host Dbus busname to own',
|
H A D | meson.build | 28 conf_data.set_quoted('SOFTOFF_BUSNAME', get_option('softoff-busname')) 44 conf_data.set_quoted('CONTROL_HOST_BUSNAME', get_option('control-host-busname'))
|
/openbmc/phosphor-time-manager/ |
H A D | types.hpp | 7 static constexpr auto busname = "xyz.openbmc_project.Time.Manager"; variable
|
H A D | main.cpp | 30 bus.request_name(busname); in main()
|
/openbmc/s2600wf-misc/hsbp-manager/include/ |
H A D | utils.hpp | 75 const static constexpr char* busname = "xyz.openbmc_project.State.Host"; variable 191 power::busname, power::path, properties::interface, properties::get, in setupPowerMatch()
|
/openbmc/phosphor-user-manager/ |
H A D | meson.build | 23 description: 'The DBus busname to own.', 65 description: 'D-Bus busname of LDAP config service.',
|
/openbmc/ibm-logging/ |
H A D | configure.ac | 71 [The xyz logging busname]) 73 [The IBM log manager DBus busname to own])
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.hpp | 129 const static constexpr char* busname = "xyz.openbmc_project.State.Host0"; variable 137 const static constexpr char* busname = "xyz.openbmc_project.State.Chassis0"; variable 146 const static constexpr char* busname = "xyz.openbmc_project.State.Host0"; variable
|
/openbmc/phosphor-certificate-manager/ |
H A D | config.h.in | 4 /* The prefix of the DBus busname to own */
|
/openbmc/linux/net/devlink/ |
H A D | netlink.c | 105 char *busname; in devlink_get_from_attrs_lock() local 111 busname = nla_data(attrs[DEVLINK_ATTR_BUS_NAME]); in devlink_get_from_attrs_lock() 117 strcmp(devlink->dev->bus->name, busname) == 0 && in devlink_get_from_attrs_lock()
|
/openbmc/linux/sound/aoa/fabrics/ |
H A D | layout.c | 73 char *busname; member 349 .busname = "digital in", .pcmid = 1 }, 1063 if (ldev->layout->busname) { in aoa_fabric_layout_probe() 1064 sdev->pcmname = ldev->layout->busname; in aoa_fabric_layout_probe()
|