/openbmc/linux/drivers/md/ |
H A D | dm-target.c | 21 static inline struct target_type *__find_target_type(const char *name) in __find_target_type() 23 struct target_type *tt; in __find_target_type() 32 static struct target_type *get_target_type(const char *name) in get_target_type() 34 struct target_type *tt; in get_target_type() 51 struct target_type *dm_get_target_type(const char *name) in dm_get_target_type() 53 struct target_type *tt = get_target_type(name); in dm_get_target_type() 63 void dm_put_target_type(struct target_type *tt) in dm_put_target_type() 70 int dm_target_iterate(void (*iter_func)(struct target_type *tt, in dm_target_iterate() 73 struct target_type *tt; in dm_target_iterate() 83 int dm_register_target(struct target_type *tt) in dm_register_target() [all …]
|
H A D | dm.h | 71 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t); 81 struct target_type *dm_get_immutable_target_type(struct mapped_device *md); 132 struct target_type *dm_get_target_type(const char *name); 133 void dm_put_target_type(struct target_type *tt); 134 int dm_target_iterate(void (*iter_func)(struct target_type *tt,
|
H A D | dm-init.c | 142 strscpy(sp->target_type, field[2], sizeof(sp->target_type)); in dm_parse_table_entry() 143 if (dm_verify_target_type(sp->target_type)) { in dm_parse_table_entry() 144 DMERR("invalid type \"%s\"", sp->target_type); in dm_parse_table_entry()
|
H A D | dm-core.h | 75 struct target_type *immutable_target_type; 205 struct target_type *immutable_target_type;
|
H A D | dm-zero.c | 69 static struct target_type zero_target = {
|
/openbmc/linux/security/selinux/ss/ |
H A D | avtab.c | 54 mix(keyp->target_type); in avtab_hash() 121 key->target_type == cur->key.target_type && in avtab_insert() 132 key->target_type < cur->key.target_type) in avtab_insert() 135 key->target_type == cur->key.target_type && in avtab_insert() 166 key->target_type == cur->key.target_type && in avtab_insert_nonunique() 173 key->target_type < cur->key.target_type) in avtab_insert_nonunique() 176 key->target_type == cur->key.target_type && in avtab_insert_nonunique() 200 key->target_type == cur->key.target_type && in avtab_search_node() 208 key->target_type < cur->key.target_type) in avtab_search_node() 211 key->target_type == cur->key.target_type && in avtab_search_node() [all …]
|
H A D | avtab.h | 28 u16 target_type; /* target type */ member
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | ffdc_collector.py | 163 self.target_type = remote_type.upper() 193 if self.target_type not in self.ffdc_actions.keys(): 196 % (self.target_type, self.ffdc_config) 314 for target_type in config_dict.keys(): 315 if self.target_type != target_type: 318 for k, v in config_dict[target_type].items(): 320 config_dict[target_type][k]["PROTOCOL"][0] 324 config_dict[target_type][k]["PROTOCOL"][0] 329 % (self.target_type, check_protocol_list) 420 for target_type in config_dict.keys(): [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | exstore.c | 209 switch (index_desc->reference.target_type) { in acpi_ex_store_object_to_index() 369 acpi_object_type target_type; in acpi_ex_store_object_to_node() local 375 target_type = acpi_ns_get_type(node); in acpi_ex_store_object_to_node() 381 acpi_ut_get_type_name(target_type))); in acpi_ex_store_object_to_node() 404 switch (target_type) { in acpi_ex_store_object_to_node() 452 status = acpi_ex_resolve_object(&source_desc, target_type, walk_state); in acpi_ex_store_object_to_node() 459 switch (target_type) { in acpi_ex_store_object_to_node()
|
H A D | exstoren.c | 35 acpi_object_type target_type, in acpi_ex_resolve_object() argument 45 switch (target_type) { in acpi_ex_resolve_object() 93 acpi_ut_get_type_name(target_type))); in acpi_ex_resolve_object()
|
H A D | exresolv.c | 153 switch (stack_desc->reference.target_type) { in acpi_ex_resolve_object_to_value() 200 stack_desc->reference.target_type, in acpi_ex_resolve_object_to_value() 421 type = obj_desc->reference.target_type; in acpi_ex_resolve_multiple()
|
H A D | exoparg2.c | 350 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R() 363 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R() 376 return_desc->reference.target_type = ACPI_TYPE_PACKAGE; in acpi_ex_opcode_2A_1T_1R()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_host.h | 847 static inline unsigned int scsi_host_dif_capable(struct Scsi_Host *shost, unsigned int target_type) in scsi_host_dif_capable() argument 854 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dif_capable() 857 return shost->prot_capabilities & cap[target_type] ? target_type : 0; in scsi_host_dif_capable() 860 static inline unsigned int scsi_host_dix_capable(struct Scsi_Host *shost, unsigned int target_type) in scsi_host_dix_capable() argument 868 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dix_capable() 871 return shost->prot_capabilities & cap[target_type]; in scsi_host_dix_capable()
|
/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 | 261 #define put_user(x, gaddr, target_type) \ argument 264 target_type *__hptr; \ 266 if ((__hptr = lock_user(VERIFY_WRITE, __gaddr, sizeof(target_type), 0))) { \ 268 unlock_user(__hptr, __gaddr, sizeof(target_type)); \ 274 #define get_user(x, gaddr, target_type) \ argument 277 target_type *__hptr; \ 279 if ((__hptr = lock_user(VERIFY_READ, __gaddr, sizeof(target_type), 1))) { \
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 360 #define put_user(x, gaddr, target_type) \ argument 363 target_type *__hptr; \ 365 __hptr = lock_user(VERIFY_WRITE, __gaddr, sizeof(target_type), 0); \ 368 unlock_user(__hptr, __gaddr, sizeof(target_type)); \ 374 #define get_user(x, gaddr, target_type) \ argument 377 target_type *__hptr; \ 379 __hptr = lock_user(VERIFY_READ, __gaddr, sizeof(target_type), 1); \
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | target.h | 336 #define TARG_VTOP(target_type, vaddr) \ argument 337 (((target_type) == TARGET_TYPE_AR6003) ? AR6003_VTOP(vaddr) : \ 338 (((target_type) == TARGET_TYPE_AR6004) ? AR6004_VTOP(vaddr) : 0))
|
H A D | init.c | 259 address = TARG_VTOP(ar->target_type, address); in ath6kl_set_host_app_area() 264 address = TARG_VTOP(ar->target_type, data); in ath6kl_set_host_app_area() 625 if ((ar->target_type == TARGET_TYPE_AR6003) || in ath6kl_configure_target() 1233 if (ar->target_type == TARGET_TYPE_AR6003 && in ath6kl_upload_board_file() 1239 switch (ar->target_type) { in ath6kl_upload_board_file() 1377 if (ar->target_type != TARGET_TYPE_AR6004) { in ath6kl_upload_firmware() 1447 if (ar->target_type != TARGET_TYPE_AR6003 && in ath6kl_init_upload() 1448 ar->target_type != TARGET_TYPE_AR6004) in ath6kl_init_upload() 1481 if (ar->target_type != TARGET_TYPE_AR6004) { in ath6kl_init_upload() 1598 ar->version.target_ver, ar->target_type, in ath6kl_init_hw_params()
|
/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/linux/include/linux/ |
H A D | device-mapper.h | 185 struct target_type { struct 298 struct target_type *type; 407 int dm_register_target(struct target_type *t); 408 void dm_unregister_target(struct target_type *t);
|
/openbmc/qemu/qom/ |
H A D | object.c | 287 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor() argument 289 assert(target_type); in type_is_ancestor() 293 if (type == target_type) { in type_is_ancestor() 395 TypeImpl *target_type = OBJECT_CLASS(e->data)->type; in type_initialize() local 397 if (type_is_ancestor(target_type, t)) { in type_initialize() 953 TypeImpl *target_type; in object_class_dynamic_cast() local 966 target_type = type_get_by_name_noload(typename); in object_class_dynamic_cast() 967 if (!target_type) { in object_class_dynamic_cast() 973 type_is_ancestor(target_type, type_interface)) { in object_class_dynamic_cast() 980 if (type_is_ancestor(target_class->type, target_type)) { in object_class_dynamic_cast() [all …]
|
/openbmc/linux/drivers/cxl/core/ |
H A D | hdm.c | 586 !!(cxld->target_type == CXL_DECODER_HOSTONLYMEM), in cxld_set_type() 819 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in cxl_setup_hdm_decoder_from_dvsec() 895 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in init_hdm_decoder() 897 cxld->target_type = CXL_DECODER_DEVMEM; in init_hdm_decoder() 924 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in init_hdm_decoder() 926 cxld->target_type = CXL_DECODER_DEVMEM; in init_hdm_decoder() 929 cxld->target_type = CXL_DECODER_HOSTONLYMEM; in init_hdm_decoder() 933 cxld->target_type == CXL_DECODER_HOSTONLYMEM) { in init_hdm_decoder()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | snoc.h | 38 u32 target_type; member
|
/openbmc/openbmc-test-automation/openpower/ras/ |
H A D | ras_utils.robot | 126 [Arguments] ${fir_address} ${target_type} 130 # target_type Target type (e.g. 'EX', 'EQ', 'C'). 151 ... ${fir_address} ${core_id} ${target_type}
|
/openbmc/openbmc-test-automation/lib/ras/ |
H A D | host_utils.robot | 88 [Arguments] ${fir_address} ${core_id} ${target_type} 92 # target_type Target type (e.g. 'EQ', 'EX', 'C'). 95 ... ${core_id} | grep -i ${target_type}
|