Searched refs:bus_name (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/devlink/ |
D | devlink.c | 126 char *bus_name; member 132 static struct ifname_map *ifname_map_alloc(const char *bus_name, in ifname_map_alloc() argument 142 ifname_map->bus_name = strdup(bus_name); in ifname_map_alloc() 146 if (!ifname_map->bus_name || !ifname_map->dev_name || in ifname_map_alloc() 150 free(ifname_map->bus_name); in ifname_map_alloc() 161 free(ifname_map->bus_name); in ifname_map_free() 184 char *bus_name; member 216 char *bus_name; member 362 const char *bus_name; in ifname_map_cb() local 375 bus_name = mnl_attr_get_str(tb[DEVLINK_ATTR_BUS_NAME]); in ifname_map_cb() [all …]
|
/external/autotest/client/common_lib/cros/ |
D | dbus_send.py | 175 def dbus_send(bus_name, interface, object_path, method_name, args=None, argument 194 '%s %s.%s' % (int(timeout_seconds * 1000), bus_name, 208 def get_property(bus_name, interface, object_path, property_name, host=None): argument 218 return dbus_send(bus_name, dbus.PROPERTIES_IFACE, object_path, 'Get',
|
D | session_manager.py | 147 bus_name=None,
|
/external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/ |
D | cellular_GobiRecoverFromDesync.py | 171 bus_name='org.freedesktop.DBus', 176 bus_name='org.freedesktop.DBus',
|
/external/autotest/client/cros/ |
D | cros_disks.py | 60 def __init__(self, main_loop, bus, bus_name, object_path, timeout=None): argument 74 bus_name, object_path) 75 self.proxy_object = dbus_util.get_dbus_object(bus, bus_name,
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
D | network_ProxyResolver.py | 183 bus_name=None,
|