| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | args.cpp | 196 IM_INFORMATION readInfo(char* targ) { in readInfo() argument 197 if (strcmp(targ,"d") == 0 || strcmp(targ,"vendor") == 0 ) { in readInfo() 200 } else if (strcmp(targ,"v") == 0 || strcmp(targ,"version") == 0 ) { in readInfo() 203 } else if (strcmp(targ,"i") == 0 || strcmp(targ,"maxinput") == 0 ) { in readInfo() 206 } else if (strcmp(targ,"o") == 0 || strcmp(targ,"maxoutput") == 0 ) { in readInfo() 209 } else if (strcmp(targ,"s") == 0 || strcmp(targ,"scalelimit") == 0 ) { in readInfo() 212 } else if (strcmp(targ,"n") == 0 || strcmp(targ,"inputformat") == 0 ) { in readInfo() 215 } else if (strcmp(targ,"u") == 0 || strcmp(targ,"outputformat") == 0 ) { in readInfo() 218 } else if (strcmp(targ,"e") == 0 || strcmp(targ,"expected") == 0 ) { in readInfo() 221 } else if (strcmp(targ,"a") == 0 || strcmp(targ,"all") == 0 || strcmp(targ," ") == 0) { in readInfo() [all …]
|
| H A D | args.h | 59 IM_INFORMATION readInfo(char* targ); 60 int readParm(char* targ);
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | kqid.c | 68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid() argument 72 return from_kuid(targ, kqid.uid); in from_kqid() 74 return from_kgid(targ, kqid.gid); in from_kqid() 76 return from_kprojid(targ, kqid.projid); in from_kqid() 101 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged() argument 105 return from_kuid_munged(targ, kqid.uid); in from_kqid_munged() 107 return from_kgid_munged(targ, kqid.gid); in from_kqid_munged() 109 return from_kprojid_munged(targ, kqid.projid); in from_kqid_munged()
|
| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A D | symlink.c | 121 void sysfs_delete_link(struct kobject *kobj, struct kobject *targ, in sysfs_delete_link() argument 132 if (targ->sd && kernfs_ns_enabled(kobj->sd)) in sysfs_delete_link() 133 ns = targ->sd->ns; in sysfs_delete_link() 166 int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ, in sysfs_rename_link_ns() argument 178 if (targ->sd) in sysfs_rename_link_ns() 179 old_ns = targ->sd->ns; in sysfs_rename_link_ns() 189 if (kn->symlink.target_kn->priv != targ) in sysfs_rename_link_ns()
|
| H A D | file.c | 589 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner() argument 595 if (!name || !kobj->state_in_sysfs || !targ->state_in_sysfs) in sysfs_link_change_owner() 599 kn = kernfs_find_and_get_ns(kobj->sd, name, targ->sd->ns); in sysfs_link_change_owner() 606 if (kn->symlink.target_kn->priv != targ) in sysfs_link_change_owner()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.49-cmd_arg.patch | 86 char *cp, *targ; 95 - cp = strchr(targ, '\0'); 97 + dirlen = strlen(targ)+1; 101 + strcpy(remote_pth, targ); 120 - argv[n], hostname, targ, mode->m_mode); 123 - tftp_sendfile(fd, targ, mode->m_mode);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | test_core.c | 755 struct lesser_ns_open_thread_arg *targ = arg; in lesser_ns_open_thread_fn() local 757 targ->fd = open(targ->path, O_RDWR); in lesser_ns_open_thread_fn() 758 targ->err = errno; in lesser_ns_open_thread_fn() 774 struct lesser_ns_open_thread_arg targ = { .fd = -1 }; in test_cgcore_lesser_ns_open() local 800 targ.path = cg_test_b_procs; in test_cgcore_lesser_ns_open() 803 &targ); in test_cgcore_lesser_ns_open() 813 cg_test_b_procs_fd = targ.fd; in test_cgcore_lesser_ns_open()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | user_namespace.c | 406 uid_t from_kuid(struct user_namespace *targ, kuid_t kuid) in from_kuid() argument 409 return map_id_up(&targ->uid_map, __kuid_val(kuid)); in from_kuid() 431 uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid) in from_kuid_munged() argument 434 uid = from_kuid(targ, kuid); in from_kuid_munged() 474 gid_t from_kgid(struct user_namespace *targ, kgid_t kgid) in from_kgid() argument 477 return map_id_up(&targ->gid_map, __kgid_val(kgid)); in from_kgid() 498 gid_t from_kgid_munged(struct user_namespace *targ, kgid_t kgid) in from_kgid_munged() argument 501 gid = from_kgid(targ, kgid); in from_kgid_munged() 541 projid_t from_kprojid(struct user_namespace *targ, kprojid_t kprojid) in from_kprojid() argument 544 return map_id_up(&targ->projid_map, __kprojid_val(kprojid)); in from_kprojid() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/numa/ |
| H A D | hmat.c | 299 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local 331 for (targ = 0; targ < tpds; targ++) { in hmat_parse_locality() 332 value = hmat_normalize(entries[init * tpds + targ], in hmat_parse_locality() 336 inits[init], targs[targ], value, in hmat_parse_locality() 340 target = find_mem_target(targs[targ]); in hmat_parse_locality()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 398 targ = symstack[-plen-1:] 399 targ[0] = sym 403 t1 = targ[1] 406 t1 = targ[-1] 417 pslice.slice = targ 451 targ = [ sym ] 458 pslice.slice = targ 687 targ = symstack[-plen-1:] 688 targ[0] = sym 692 t1 = targ[1] [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 906 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument 909 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info() 911 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info() 912 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info() 914 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info() 927 int targ; in ahc_parse_brace_option() local 936 targ = -1; in ahc_parse_brace_option() 952 if (targ == -1) in ahc_parse_brace_option() 953 targ = 0; in ahc_parse_brace_option() 963 if (targ != -1) in ahc_parse_brace_option() [all …]
|
| H A D | aic79xx_osm.c | 1000 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument 1030 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument 1033 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info() 1035 && (targ < AHD_NUM_TARGETS)) { in ahd_linux_setup_tag_info() 1036 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF; in ahd_linux_setup_tag_info() 1038 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahd_linux_setup_tag_info() 1051 int targ; in ahd_parse_brace_option() local 1060 targ = -1; in ahd_parse_brace_option() 1076 if (targ == -1) in ahd_parse_brace_option() 1077 targ = 0; in ahd_parse_brace_option() [all …]
|
| H A D | aic79xx_core.c | 7543 int targ; in ahd_default_config() local 7558 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { in ahd_default_config() 7565 targ, &tstate); in ahd_default_config() 7572 target_mask = 0x01 << targ; in ahd_default_config() 7602 targ, CAM_LUN_WILDCARD, in ahd_default_config() 7620 int targ; in ahd_parse_cfgdata() local 7637 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata() 7645 targ, &tstate); in ahd_parse_cfgdata() 7654 target_mask = 0x01 << targ; in ahd_parse_cfgdata() 7658 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata() [all …]
|
| H A D | aic7xxx_core.c | 5697 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local 5704 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb()
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_transport_sas.h | 109 #define target_to_rphy(targ) \ argument 110 dev_to_rphy((targ)->dev.parent)
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | pg.c | 422 static void xs(char *buf, char *targ, int len) in xs() argument 430 l = *targ++ = c; in xs() 433 targ--; in xs() 434 *targ = '\0'; in xs()
|
| H A D | pf.c | 604 static void xs(char *buf, char *targ, int offs, int len) in xs() argument 612 l = targ[j++] = buf[k + offs]; in xs() 615 targ[j] = 0; in xs()
|
| H A D | pt.c | 504 static void xs(char *buf, char *targ, int offs, int len) in xs() argument 512 l = targ[j++] = buf[k + offs]; in xs() 515 targ[j] = 0; in xs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sysfs.h | 280 void sysfs_delete_link(struct kobject *dir, struct kobject *targ, 324 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, 557 struct kobject *targ, in sysfs_link_change_owner() argument
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/newlib/libgloss/ |
| H A D | fix_makefile_include_arm_h.patch | 23 …NEWLIB_CFLAGS = `if [ -d ${objroot}/newlib ]; then echo -I${objroot}/newlib/targ-include -I${srcro…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 1598 targ = template_args[n] 1607 if targ != gdb.lookup_type(defarg): 1611 if targ.tag != defarg: 1620 displayed_args.append(self._recognize_subtype(targ))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 1598 targ = template_args[n] 1607 if targ != gdb.lookup_type(defarg): 1611 if targ.tag != defarg: 1620 displayed_args.append(self._recognize_subtype(targ))
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 1077 -target | --target | --targe | --targ | --tar | --ta | --t) 1079 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptbase.c | 6659 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6665 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show() 6683 if (!targ++) drvname = "SCSI target"; in mpt_version_proc_show()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | pre-generated-old-configure.patch | 438 + -target | --target | --targe | --targ | --tar | --ta | --t) 440 + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|