| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-target.c | 19 static inline struct target_type *__find_target_type(const char *name) in __find_target_type() 21 struct target_type *tt; in __find_target_type() 30 static struct target_type *get_target_type(const char *name) in get_target_type() 32 struct target_type *tt; in get_target_type() 49 struct target_type *dm_get_target_type(const char *name) in dm_get_target_type() 51 struct target_type *tt = get_target_type(name); in dm_get_target_type() 61 void dm_put_target_type(struct target_type *tt) in dm_put_target_type() 68 int dm_target_iterate(void (*iter_func)(struct target_type *tt, in dm_target_iterate() 71 struct target_type *tt; in dm_target_iterate() 81 int dm_register_target(struct target_type *tt) in dm_register_target() [all …]
|
| H A D | dm.h | 67 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t); 83 struct target_type *dm_get_immutable_target_type(struct mapped_device *md); 108 struct target_type *dm_get_target_type(const char *name); 109 void dm_put_target_type(struct target_type *tt); 110 int dm_target_iterate(void (*iter_func)(struct target_type *tt,
|
| H A D | dm-init.c | 137 strscpy(sp->target_type, field[2], sizeof(sp->target_type)); in dm_parse_table_entry() 138 if (dm_verify_target_type(sp->target_type)) { in dm_parse_table_entry() 139 DMERR("invalid type \"%s\"", sp->target_type); in dm_parse_table_entry()
|
| H A D | dm-core.h | 61 struct target_type *immutable_target_type; 151 struct target_type *immutable_target_type;
|
| H A D | dm-zero.c | 59 static struct target_type zero_target = {
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | avtab.c | 54 mix(keyp->target_type); in avtab_hash() 120 key->target_type == cur->key.target_type && in avtab_insert() 131 key->target_type < cur->key.target_type) in avtab_insert() 134 key->target_type == cur->key.target_type && in avtab_insert() 164 key->target_type == cur->key.target_type && in avtab_insert_nonunique() 171 key->target_type < cur->key.target_type) in avtab_insert_nonunique() 174 key->target_type == cur->key.target_type && in avtab_insert_nonunique() 194 key->target_type == cur->key.target_type && in avtab_search() 202 key->target_type < cur->key.target_type) in avtab_search() 205 key->target_type == cur->key.target_type && in avtab_search() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/ |
| H A D | conversion_traits.hpp | 41 typedef T target_type ; typedef 66 typedef N target_type ; typedef 82 typedef typename remove_cv<T>::type target_type ; typedef 85 typedef typename is_same<target_type,source_type>::type is_trivial ; 87 typedef trivial_traits_impl <target_type> trivial_imp ; 88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
|
| H A D | converter.hpp | 99 typedef typename Traits::target_type T ; 128 typedef typename Traits::target_type T ; 144 typedef typename Traits::target_type T ; 160 typedef typename Traits::target_type T ; 176 typedef typename Traits::target_type T ; 192 typedef typename Traits::target_type T ; 330 typedef typename Traits::target_type T ;
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_host.h | 840 static inline unsigned int scsi_host_dif_capable(struct Scsi_Host *shost, unsigned int target_type) in scsi_host_dif_capable() argument 847 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dif_capable() 850 return shost->prot_capabilities & cap[target_type] ? target_type : 0; in scsi_host_dif_capable() 853 static inline unsigned int scsi_host_dix_capable(struct Scsi_Host *shost, unsigned int target_type) in scsi_host_dix_capable() argument 861 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dix_capable() 864 return shost->prot_capabilities & cap[target_type]; in scsi_host_dix_capable()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | explore.py | 291 target_type = datatype.target() 293 (name, str(target_type))) 296 target_type, 318 target_type = datatype.target() 319 Explorer.explore_type(name, target_type, is_child) 330 target_type = value.type.target() 331 print ("'%s' is an array of '%s'." % (expr, str(target_type))) 359 target_type = datatype.target() 360 print ("%s is an array of '%s'." % (name, str(target_type))) 362 Explorer.explore_type("the array element of %s" % name, target_type,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | explore.py | 291 target_type = datatype.target() 293 (name, str(target_type))) 296 target_type, 318 target_type = datatype.target() 319 Explorer.explore_type(name, target_type, is_child) 330 target_type = value.type.target() 331 print ("'%s' is an array of '%s'." % (expr, str(target_type))) 359 target_type = datatype.target() 360 print ("%s is an array of '%s'." % (name, str(target_type))) 362 Explorer.explore_type("the array element of %s" % name, target_type,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/ |
| H A D | context.py | 94 def getTarget(target_type, logger, target_ip, server_ip, **kwargs): argument 109 if target_type == 'simpleremote': 111 elif target_type == 'qemu': 123 controller = OERuntimeTestContextExecutor.getControllerModule(target_type) 216 OERuntimeTestContextExecutor.getTarget(args.target_type,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/ |
| H A D | conversion_traits.hpp | 26 typedef typename base_::target_type target_type; typedef
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __functional_03 | 39 virtual const std::type_info& target_type() const = 0; 58 virtual const std::type_info& target_type() const = 0; 77 virtual const std::type_info& target_type() const = 0; 96 virtual const std::type_info& target_type() const = 0; 117 virtual const std::type_info& target_type() const; 180 __func<_Fp, _Alloc, _Rp()>::target_type() const 203 virtual const std::type_info& target_type() const; 266 __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const 289 virtual const std::type_info& target_type() const; 352 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __functional_03 | 39 virtual const std::type_info& target_type() const = 0; 58 virtual const std::type_info& target_type() const = 0; 77 virtual const std::type_info& target_type() const = 0; 96 virtual const std::type_info& target_type() const = 0; 117 virtual const std::type_info& target_type() const; 180 __func<_Fp, _Alloc, _Rp()>::target_type() const 203 virtual const std::type_info& target_type() const; 266 __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const 289 virtual const std::type_info& target_type() const; 352 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | device-mapper.h | 171 struct target_type { struct 285 struct target_type *type; 367 int dm_register_target(struct target_type *t); 368 void dm_unregister_target(struct target_type *t);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/ |
| H A D | bad_lexical_cast.hpp | 73 const std::type_info &target_type() const BOOST_NOEXCEPT { in target_type() function in boost::bad_lexical_cast
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | std_function.h | 524 const type_info& target_type() const noexcept; in _GLIBCXX_VISIBILITY() 629 target_type() const noexcept in _GLIBCXX_VISIBILITY() 658 if (typeid(_Functor) == target_type() && _M_manager) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | std_function.h | 524 const type_info& target_type() const noexcept; in _GLIBCXX_VISIBILITY() 629 target_type() const noexcept in _GLIBCXX_VISIBILITY() 658 if (typeid(_Functor) == target_type() && _M_manager) in _GLIBCXX_VISIBILITY()
|