| /openbmc/openbmc-test-automation/ffdc/ |
| H A D | ffdc_collector.py | 204 self.target_type = remote_type.upper() 236 if self.target_type not in self.ffdc_actions: 239 % (self.target_type, self.ffdc_config) 401 for target_type in config_dict.keys(): 402 if self.target_type != target_type: 405 for k, v in config_dict[target_type].items(): 411 % (self.target_type, check_protocol_list) 529 for target_type in config_dict.keys(): 530 if self.target_type != target_type: 535 self.logger.info("\tSystem Type: %s" % target_type) [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/ |
| H A D | context.py | 93 def getTarget(target_type, logger, target_ip, server_ip, **kwargs): argument 108 if target_type == 'simpleremote': 110 elif target_type == 'qemu': 112 elif target_type == 'serial': 124 controller = OERuntimeTestContextExecutor.getControllerModule(target_type) 220 OERuntimeTestContextExecutor.getTarget(args.target_type,
|
| /openbmc/qemu/linux-user/ |
| H A D | qemu.h | 262 #define put_user(x, gaddr, target_type) \ argument 265 target_type *__hptr; \ 267 if ((__hptr = lock_user(VERIFY_WRITE, __gaddr, sizeof(target_type), 0))) { \ 269 unlock_user(__hptr, __gaddr, sizeof(target_type)); \ 275 #define get_user(x, gaddr, target_type) \ argument 278 target_type *__hptr; \ 280 if ((__hptr = lock_user(VERIFY_READ, __gaddr, sizeof(target_type), 1))) { \
|
| H A D | syscall.c | 814 int target_type; in safe_syscall3() local 818 target_type = TARGET_SOCK_DGRAM; in safe_syscall3() 821 target_type = TARGET_SOCK_STREAM; in safe_syscall3() 824 target_type = host_type & 0xf /* SOCK_TYPE_MASK */; in safe_syscall3() 830 target_type |= TARGET_SOCK_CLOEXEC; in safe_syscall3() 836 target_type |= TARGET_SOCK_NONBLOCK; in safe_syscall3() 840 return target_type; in safe_syscall3() 3132 int target_type = *type; in target_to_host_sock_type() local 3134 switch (target_type & TARGET_SOCK_TYPE_MASK) { in target_to_host_sock_type() 3142 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type() [all …]
|
| /openbmc/qemu/bsd-user/ |
| H A D | qemu.h | 349 #define put_user(x, gaddr, target_type) \ argument 352 target_type *__hptr; \ 354 __hptr = lock_user(VERIFY_WRITE, __gaddr, sizeof(target_type), 0); \ 357 unlock_user(__hptr, __gaddr, sizeof(target_type)); \ 363 #define get_user(x, gaddr, target_type) \ argument 366 target_type *__hptr; \ 368 __hptr = lock_user(VERIFY_READ, __gaddr, sizeof(target_type), 1); \
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | inventory.pl | 66 $item{target_type} = $targetType; 137 delete $i->{target_type}; 341 if ($item->{target_type} eq $targetType) {
|
| /openbmc/qemu/qom/ |
| H A D | object.c | 282 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor() argument 284 assert(target_type); in type_is_ancestor() 288 if (type == target_type) { in type_is_ancestor() 389 TypeImpl *target_type = OBJECT_CLASS(e->data)->type; in type_initialize() local 391 if (type_is_ancestor(target_type, t)) { in type_initialize() 947 TypeImpl *target_type; in object_class_dynamic_cast() local 960 target_type = type_get_by_name_noload(typename); in object_class_dynamic_cast() 961 if (!target_type) { in object_class_dynamic_cast() 967 type_is_ancestor(target_type, type_interface)) { in object_class_dynamic_cast() 974 if (type_is_ancestor(target_class->type, target_type)) { in object_class_dynamic_cast() [all …]
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | zone.cpp | 369 return a1.target_type().name() == a2.target_type().name(); in findTimer()
|
| /openbmc/qemu/scsi/ |
| H A D | qemu-pr-helper.c | 299 return !strncmp(tgt->target_type, "multipath", DM_MAX_TYPE_NAME); in is_mpath()
|
| /openbmc/qemu/ |
| H A D | meson.build | 4292 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 4497 'probe-prefix': 'qemu.' + target_type + '.' + target_name,
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-mailbox-utils.c | 157 uint8_t target_type; in cmd_tunnel_management_cmd() member 191 if (in->target_type != 0) { in cmd_tunnel_management_cmd()
|