Searched refs:control_host (Results 1 – 9 of 9) sorted by relevance
/openbmc/skeleton/op-hostctl/ |
H A D | control_host_obj.c | 200 ControlHost* control_host = control_host_skeleton_new(); in on_bus_acquired() local 201 object_skeleton_set_control_host(object, control_host); in on_bus_acquired() 202 g_object_unref(control_host); in on_bus_acquired() 209 g_signal_connect(control_host, in on_bus_acquired() 218 control_host_set_debug_mode(control_host,0); in on_bus_acquired() 219 control_host_set_flash_side(control_host,"primary"); in on_bus_acquired()
|
H A D | Makefile | 1 BINS=control_host
|
H A D | meson.build | 2 'control_host.exe',
|
/openbmc/linux/tools/testing/vsock/ |
H A D | control.c | 34 void control_init(const char *control_host, in control_init() argument 45 ret = getaddrinfo(control_host, control_port, &hints, &result); in control_init() 64 control_host, control_port); in control_init() 80 control_host, control_port); in control_init() 99 control_host, control_port); in control_init()
|
H A D | vsock_diag_test.c | 515 const char *control_host = NULL; in main() local 532 control_host = optarg; in main() 570 if (!control_host) { in main() 573 control_host = "0.0.0.0"; in main() 576 control_init(control_host, control_port, in main()
|
H A D | control.h | 7 void control_init(const char *control_host, const char *control_port,
|
H A D | vsock_test.c | 1336 const char *control_host = NULL; in main() local 1354 control_host = optarg; in main() 1392 if (!control_host) { in main() 1395 control_host = "0.0.0.0"; in main() 1398 control_init(control_host, control_port, in main()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/ |
H A D | org.openbmc.control.Host@.service | 6 ExecStart=/usr/bin/env control_host.exe 7 SyslogIdentifier=control_host.exe
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.c | 15758 G_DEFINE_INTERFACE (ControlHost, control_host, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument
|