Home
last modified time | relevance | path

Searched refs:busname (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/openbmc-tools/dbusView/
H A DdbusView.py41 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 Dsetsensor.cpp30 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 Dusnic_ib_sysfs.c76 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 Dmeson.options2 'input-history-busname-root',
5 description: 'The D-Bus busname root for the PS input history.',
H A Dmeson.build24 get_option('input-history-busname-root'),
/openbmc/phosphor-state-manager/
H A Dmeson.options11 '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 Dmeson.build15 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 Dmeson.options2 'busname-prefix',
3 description: 'The DBus busname prefix.',
H A DREADME.md21 This requires an algorithm for selecting a stable, well-known D-Bus busname.
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py29 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 Dmanager.cpp101 void Manager::run(const char* busname) in run() argument
118 _bus.request_name(busname); in run()
/openbmc/phosphor-power/
H A Dmeson.options2 'input-history-busname-root',
5 description: 'The D-Bus busname root for the PS input history.',
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp41 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 Dvdpa.c421 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 Dmeson.options17 '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 Dmeson.build28 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 Dtypes.hpp7 static constexpr auto busname = "xyz.openbmc_project.Time.Manager"; variable
H A Dmain.cpp30 bus.request_name(busname); in main()
/openbmc/s2600wf-misc/hsbp-manager/include/
H A Dutils.hpp75 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 Dmeson.build23 description: 'The DBus busname to own.',
65 description: 'D-Bus busname of LDAP config service.',
/openbmc/ibm-logging/
H A Dconfigure.ac71 [The xyz logging busname])
73 [The IBM log manager DBus busname to own])
/openbmc/dbus-sensors/src/
H A DUtils.hpp129 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 Dconfig.h.in4 /* The prefix of the DBus busname to own */
/openbmc/linux/net/devlink/
H A Dnetlink.c105 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 Dlayout.c73 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()

12