Home
last modified time | relevance | path

Searched +defs:as +defs:ti (Results 1 – 25 of 2140) sorted by relevance

12345678910>>...86

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-flakey.c47 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features()
48 struct dm_target *ti) in parse_features()
184 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr()
194 struct dm_arg_set as; in flakey_ctr() local
263 static void flakey_dtr(struct dm_target *ti) in flakey_dtr()
271 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector()
278 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio()
318 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map()
380 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io()
410 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status()
[all …]
H A Ddm-switch.c39 struct dm_target *ti; member
59 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned nr_paths, in alloc_switch_ctx()
76 static int alloc_region_table(struct dm_target *ti, unsigned nr_paths) in alloc_region_table()
204 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path()
233 static void switch_dtr(struct dm_target *ti) in switch_dtr()
252 static int switch_ctr(struct dm_target *ti, unsigned argc, char **argv) in switch_ctr()
261 struct dm_arg_set as; in switch_ctr() local
319 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map()
469 static int switch_message(struct dm_target *ti, unsigned argc, char **argv, in switch_message()
489 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status()
[all …]
H A Ddm-mpath.c94 struct dm_target *ti; member
190 struct dm_target *ti) in free_priority_group()
834 static int parse_path_selector(struct dm_arg_set *as, struct priority_group *pg, in parse_path_selector()
926 static struct pgpath *parse_path(struct dm_arg_set *as, struct path_selector *ps, in parse_path()
927 struct dm_target *ti) in parse_path()
976 static struct priority_group *parse_priority_group(struct dm_arg_set *as, in parse_priority_group()
987 struct dm_target *ti = m->ti; in parse_priority_group() local
1049 static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m) in parse_hw_handler()
1053 struct dm_target *ti = m->ti; in parse_hw_handler() local
1100 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features()
[all …]
H A Ddm-clone-target.c70 struct dm_target *ti; member
1536 static int parse_feature_args(struct dm_arg_set *as, struct clone *clone) in parse_feature_args()
1541 struct dm_target *ti = clone->ti; in parse_feature_args() local
1574 static int parse_core_args(struct dm_arg_set *as, struct clone *clone) in parse_core_args()
1580 struct dm_target *ti = clone->ti; in parse_core_args() local
1697 static int parse_dest_dev(struct clone *clone, struct dm_arg_set *as, char **error) in parse_dest_dev()
1775 struct dm_arg_set as; in clone_ctr() local
1944 static void clone_dtr(struct dm_target *ti) in clone_dtr()
1969 static void clone_postsuspend(struct dm_target *ti) in clone_postsuspend()
2007 static void clone_resume(struct dm_target *ti) in clone_resume()
[all …]
H A Ddm-verity-verify-sig.c67 int verity_verify_sig_parse_opt_args(struct dm_arg_set *as, in verity_verify_sig_parse_opt_args()
73 struct dm_target *ti = v->ti; in verity_verify_sig_parse_opt_args() local
H A Ddm-verity-target.c661 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map()
706 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status()
778 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in verity_prepare_ioctl()
790 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices()
798 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints()
811 static void verity_dtr(struct dm_target *ti) in verity_dtr()
846 struct dm_target *ti = v->ti; in verity_alloc_most_once() local
918 static int verity_parse_opt_args(struct dm_arg_set *as, struct dm_verity *v, in verity_parse_opt_args()
923 struct dm_target *ti = v->ti; in verity_parse_opt_args() local
999 static int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in verity_ctr()
[all …]
H A Ddm-table.c590 struct dm_target *ti; in validate_hardware_logical_block_alignment() local
768 const char *dm_shift_arg(struct dm_arg_set *as) in dm_shift_arg()
783 void dm_consume_args(struct dm_arg_set *as, unsigned num_args) in dm_consume_args()
832 struct dm_target *ti; in dm_table_supports_dax() local
989 struct dm_target *ti; in dm_table_get_wildcard_target() local
1016 struct dm_target *ti; in dm_table_alloc_md_mempools() local
1232 struct dm_target *ti; in dm_keyslot_evict() local
1296 struct dm_target *ti; in dm_table_construct_keyslot_manager() local
1520 struct dm_target *ti; in dm_table_any_dev_attr() local
1552 struct dm_target *ti; in dm_table_has_no_data_devices() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-flakey.c47 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features()
48 struct dm_target *ti) in parse_features()
184 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr()
194 struct dm_arg_set as; in flakey_ctr() local
263 static void flakey_dtr(struct dm_target *ti) in flakey_dtr()
271 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector()
278 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio()
318 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map()
380 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io()
410 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status()
[all …]
H A Ddm-switch.c39 struct dm_target *ti; member
59 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned nr_paths, in alloc_switch_ctx()
76 static int alloc_region_table(struct dm_target *ti, unsigned nr_paths) in alloc_region_table()
204 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path()
233 static void switch_dtr(struct dm_target *ti) in switch_dtr()
252 static int switch_ctr(struct dm_target *ti, unsigned argc, char **argv) in switch_ctr()
261 struct dm_arg_set as; in switch_ctr() local
319 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map()
469 static int switch_message(struct dm_target *ti, unsigned argc, char **argv, in switch_message()
489 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status()
[all …]
H A Ddm-mpath.c94 struct dm_target *ti; member
190 struct dm_target *ti) in free_priority_group()
834 static int parse_path_selector(struct dm_arg_set *as, struct priority_group *pg, in parse_path_selector()
926 static struct pgpath *parse_path(struct dm_arg_set *as, struct path_selector *ps, in parse_path()
927 struct dm_target *ti) in parse_path()
976 static struct priority_group *parse_priority_group(struct dm_arg_set *as, in parse_priority_group()
987 struct dm_target *ti = m->ti; in parse_priority_group() local
1049 static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m) in parse_hw_handler()
1053 struct dm_target *ti = m->ti; in parse_hw_handler() local
1100 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features()
[all …]
H A Ddm-clone-target.c70 struct dm_target *ti; member
1536 static int parse_feature_args(struct dm_arg_set *as, struct clone *clone) in parse_feature_args()
1541 struct dm_target *ti = clone->ti; in parse_feature_args() local
1574 static int parse_core_args(struct dm_arg_set *as, struct clone *clone) in parse_core_args()
1580 struct dm_target *ti = clone->ti; in parse_core_args() local
1697 static int parse_dest_dev(struct clone *clone, struct dm_arg_set *as, char **error) in parse_dest_dev()
1775 struct dm_arg_set as; in clone_ctr() local
1944 static void clone_dtr(struct dm_target *ti) in clone_dtr()
1969 static void clone_postsuspend(struct dm_target *ti) in clone_postsuspend()
2007 static void clone_resume(struct dm_target *ti) in clone_resume()
[all …]
H A Ddm-verity-verify-sig.c67 int verity_verify_sig_parse_opt_args(struct dm_arg_set *as, in verity_verify_sig_parse_opt_args()
73 struct dm_target *ti = v->ti; in verity_verify_sig_parse_opt_args() local
H A Ddm-verity-target.c661 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map()
706 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status()
778 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in verity_prepare_ioctl()
790 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices()
798 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints()
811 static void verity_dtr(struct dm_target *ti) in verity_dtr()
846 struct dm_target *ti = v->ti; in verity_alloc_most_once() local
918 static int verity_parse_opt_args(struct dm_arg_set *as, struct dm_verity *v, in verity_parse_opt_args()
923 struct dm_target *ti = v->ti; in verity_parse_opt_args() local
999 static int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in verity_ctr()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-flakey.c47 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features()
48 struct dm_target *ti) in parse_features()
184 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr()
194 struct dm_arg_set as; in flakey_ctr() local
263 static void flakey_dtr(struct dm_target *ti) in flakey_dtr()
271 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector()
278 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio()
318 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map()
380 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io()
410 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status()
[all …]
H A Ddm-switch.c39 struct dm_target *ti; member
59 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned nr_paths, in alloc_switch_ctx()
76 static int alloc_region_table(struct dm_target *ti, unsigned nr_paths) in alloc_region_table()
204 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path()
233 static void switch_dtr(struct dm_target *ti) in switch_dtr()
252 static int switch_ctr(struct dm_target *ti, unsigned argc, char **argv) in switch_ctr()
261 struct dm_arg_set as; in switch_ctr() local
319 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map()
469 static int switch_message(struct dm_target *ti, unsigned argc, char **argv, in switch_message()
489 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status()
[all …]
H A Ddm-mpath.c94 struct dm_target *ti; member
190 struct dm_target *ti) in free_priority_group()
834 static int parse_path_selector(struct dm_arg_set *as, struct priority_group *pg, in parse_path_selector()
926 static struct pgpath *parse_path(struct dm_arg_set *as, struct path_selector *ps, in parse_path()
927 struct dm_target *ti) in parse_path()
976 static struct priority_group *parse_priority_group(struct dm_arg_set *as, in parse_priority_group()
987 struct dm_target *ti = m->ti; in parse_priority_group() local
1049 static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m) in parse_hw_handler()
1053 struct dm_target *ti = m->ti; in parse_hw_handler() local
1100 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features()
[all …]
H A Ddm-clone-target.c70 struct dm_target *ti; member
1536 static int parse_feature_args(struct dm_arg_set *as, struct clone *clone) in parse_feature_args()
1541 struct dm_target *ti = clone->ti; in parse_feature_args() local
1574 static int parse_core_args(struct dm_arg_set *as, struct clone *clone) in parse_core_args()
1580 struct dm_target *ti = clone->ti; in parse_core_args() local
1697 static int parse_dest_dev(struct clone *clone, struct dm_arg_set *as, char **error) in parse_dest_dev()
1775 struct dm_arg_set as; in clone_ctr() local
1944 static void clone_dtr(struct dm_target *ti) in clone_dtr()
1969 static void clone_postsuspend(struct dm_target *ti) in clone_postsuspend()
2007 static void clone_resume(struct dm_target *ti) in clone_resume()
[all …]
H A Ddm-verity-verify-sig.c67 int verity_verify_sig_parse_opt_args(struct dm_arg_set *as, in verity_verify_sig_parse_opt_args()
73 struct dm_target *ti = v->ti; in verity_verify_sig_parse_opt_args() local
H A Ddm-verity-target.c661 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map()
706 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status()
778 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in verity_prepare_ioctl()
790 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices()
798 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints()
811 static void verity_dtr(struct dm_target *ti) in verity_dtr()
846 struct dm_target *ti = v->ti; in verity_alloc_most_once() local
918 static int verity_parse_opt_args(struct dm_arg_set *as, struct dm_verity *v, in verity_parse_opt_args()
923 struct dm_target *ti = v->ti; in verity_parse_opt_args() local
999 static int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in verity_ctr()
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/tree/wildcard/
H A Ddriver.cxx97 envelope::any_attribute_set& as (msg->any_attribute ()); in main() local
98 envelope::any_attribute_iterator ti ( in main() local
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgtextinfo.c81 int fh=0, as=0, ds=0, ld; in GTextInfoGetHeight() local
120 int fh=0, as=0, ds=0, ld; in GTextInfoGetAs() local
146 int fh=0, as=0, ds=0, ld; in GTextInfoDraw() local
265 GTextInfo *GTextInfoCopy(GTextInfo *ti) { in GTextInfoCopy()
597 static void GTextInfoImageLookup(GTextInfo *ti) { in GTextInfoImageLookup()
641 GTextInfo **GTextInfoArrayCopy(GTextInfo **ti) { in GTextInfoArrayCopy()
658 int GTextInfoArrayCount(GTextInfo **ti) { in GTextInfoArrayCount()
665 void GTextInfoFree(GTextInfo *ti) { in GTextInfoFree()
671 void GTextInfoListFree(GTextInfo *ti) { in GTextInfoListFree()
686 void GTextInfoArrayFree(GTextInfo **ti) { in GTextInfoArrayFree()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/symfony/intl/Symfony/Component/Intl/Resources/data/locales/
H A Dar_EG.json3 "as": "الأساميزية", string
22 "ti": "التيغرينية", string
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FileManager/
H A DFileExplorer.cpp75 void Add(const wxTreeItemId &ti) in Add()
87 bool Pop(wxTreeItemId &ti) in Pop()
153 wxArrayString as=m_data_object->m_file->GetFilenames(); in OnData() local
519 void FileExplorer::RefreshExpanded(wxTreeItemId ti) in RefreshExpanded()
535 void FileExplorer::Refresh(wxTreeItemId ti) in Refresh()
571 wxTreeItemId ti; in OnDirMonitor() local
585 wxTreeItemId ti; in OnTimerCheckUpdates() local
601 wxTreeItemId ti=m_Tree->GetRootItem(); in ValidateRoot() local
620 wxTreeItemId ti=m_updated_node; in OnUpdateTreeItems() local
727 wxArrayString as = last_part.GetDirs(); in GetFullPath() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dstt.c184 ffebld as; in ffestt_dimlist_as_expr() local
802 ffesttTokenItem ti; in ffestt_tokenlist_append() local
842 ffesttTokenItem ti; in ffestt_tokenlist_drive() local
864 ffesttTokenItem ti; in ffestt_tokenlist_handle() local
886 ffesttTokenItem ti; in ffestt_tokenlist_kill() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dstt.c184 ffebld as; in ffestt_dimlist_as_expr() local
802 ffesttTokenItem ti; in ffestt_tokenlist_append() local
842 ffesttTokenItem ti; in ffestt_tokenlist_drive() local
864 ffesttTokenItem ti; in ffestt_tokenlist_handle() local
886 ffesttTokenItem ti; in ffestt_tokenlist_kill() local

12345678910>>...86