Home
last modified time | relevance | path

Searched defs:target_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py568 def protocol_ssh(self, protocol, target_type, sub_type): argument
592 def protocol_telnet(self, target_type, sub_type): argument
648 def protocol_service_execute(self, protocol, target_type, sub_type): argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcontext.py93 def getTarget(target_type, logger, target_ip, server_ip, **kwargs): argument
/openbmc/qemu/bsd-user/
H A Dqemu.h349 #define put_user(x, gaddr, target_type) \ argument
363 #define get_user(x, gaddr, target_type) \ argument
/openbmc/qemu/linux-user/
H A Dqemu.h262 #define put_user(x, gaddr, target_type) \ argument
275 #define get_user(x, gaddr, target_type) \ argument
H A Dsyscall.c814 int target_type; in safe_syscall3() local
3132 int target_type = *type; in target_to_host_sock_type() local
3164 static int sock_flags_fixup(int fd, int target_type) in sock_flags_fixup()
3181 int target_type = type; in do_socket() local
/openbmc/qemu/
H A Dmeson.build4292 target_type='system' variable
4309 target_type='user' variable
4363 if target_type == 'system' variable
4368 if target_type == 'user' variable
4373 if target_type == 'system' and target_base_arch in target_common_system_arch_libs variable
4384 if have_rust and target_type == 'system' variable
/openbmc/qemu/qom/
H A Dobject.c282 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor()
389 TypeImpl *target_type = OBJECT_CLASS(e->data)->type; in type_initialize() local
947 TypeImpl *target_type; in object_class_dynamic_cast() local
1910 char *target_type; in object_resolve_link() local
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c157 uint8_t target_type; in cmd_tunnel_management_cmd() member