| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | hdlc_ppp.c | 377 const u8 *opt; in ppp_cp_parse_cr() local 386 for (opt = data; len; len -= opt[1], opt += opt[1]) { in ppp_cp_parse_cr() 387 if (len < 2 || opt[1] < 2 || len < opt[1]) in ppp_cp_parse_cr() 391 switch (opt[0]) { in ppp_cp_parse_cr() 396 if (opt[1] < sizeof(valid_accm)) in ppp_cp_parse_cr() 398 if (!memcmp(opt, valid_accm, in ppp_cp_parse_cr() 411 if (opt[1] != 6 || (!opt[2] && !opt[3] && in ppp_cp_parse_cr() 412 !opt[4] && !opt[5])) in ppp_cp_parse_cr() 417 memcpy(out + rej_len, opt, opt[1]); in ppp_cp_parse_cr() 418 rej_len += opt[1]; in ppp_cp_parse_cr()
|
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | core.c | 98 void (*req)(struct nci_dev *ndev, unsigned long opt), in __nci_request() argument 99 unsigned long opt, __u32 timeout) in __nci_request() 107 req(ndev, opt); in __nci_request() 142 unsigned long opt), in nci_request() argument 143 unsigned long opt, __u32 timeout) in nci_request() 153 rc = __nci_request(ndev, req, opt, timeout); in nci_request() 161 static void nci_reset_req(struct nci_dev *ndev, unsigned long opt) in nci_reset_req() argument 169 static void nci_init_req(struct nci_dev *ndev, unsigned long opt) in nci_init_req() argument 174 static void nci_init_complete_req(struct nci_dev *ndev, unsigned long opt) in nci_init_complete_req() argument 216 static void nci_set_config_req(struct nci_dev *ndev, unsigned long opt) in nci_set_config_req() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | ufs.h | 73 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument 74 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument 75 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | start.c | 48 struct sandbox_cmdline_option *opt = sb_opt[i]; in sandbox_early_getopt_check() local 51 if (opt->flag_short >= 0x100) in sandbox_early_getopt_check() 54 printf(" -%c, ", opt->flag_short); in sandbox_early_getopt_check() 57 if (opt->has_arg) in sandbox_early_getopt_check() 58 printf("--%-*s <arg> ", max_arg_len, opt->flag); in sandbox_early_getopt_check() 60 printf("--%-*s", max_noarg_len, opt->flag); in sandbox_early_getopt_check() 63 printf(" %s\n", opt->help); in sandbox_early_getopt_check()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ipv6.h | 317 struct ipv6_txoptions *opt; member 348 struct ipv6_txoptions *opt; member 373 struct ipv6_txoptions *opt; in txopt_get() local 376 opt = rcu_dereference(np->opt); in txopt_get() 377 if (opt) { in txopt_get() 378 if (!refcount_inc_not_zero(&opt->refcnt)) in txopt_get() 379 opt = NULL; in txopt_get() 381 opt = rcu_pointer_handoff(opt); in txopt_get() 384 return opt; in txopt_get() 387 static inline void txopt_put(struct ipv6_txoptions *opt) in txopt_put() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/tinymembench/ |
| H A D | 0001-arm-fix-build-on-Thumb-only-architectures.patch | 16 asm-opt.c | 2 +- 32 diff --git a/asm-opt.c b/asm-opt.c 34 --- a/asm-opt.c 35 +++ b/asm-opt.c
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_hash_netiface.c | 158 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netiface4_kadt() argument 166 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netiface4_kadt() 171 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_netiface4_kadt() 175 #define SRCDIR (opt->flags & IPSET_DIM_TWO_SRC) in hash_netiface4_kadt() 177 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface4_kadt() 193 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface4_kadt() 382 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netiface6_kadt() argument 390 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netiface6_kadt() 395 ip6addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip.in6); in hash_netiface6_kadt() 398 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt() [all …]
|
| H A D | ip_set_hash_ipportnet.c | 135 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportnet4_kadt() argument 142 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportnet4_kadt() 147 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet4_kadt() 151 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_ipportnet4_kadt() 152 ip4addrptr(skb, opt->flags & IPSET_DIM_THREE_SRC, &e.ip2); in hash_ipportnet4_kadt() 155 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportnet4_kadt() 389 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportnet6_kadt() argument 396 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportnet6_kadt() 401 if (!ip_set_get_ip6_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet6_kadt() 405 ip6addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip.in6); in hash_ipportnet6_kadt() [all …]
|
| H A D | ip_set_hash_net.c | 114 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_net4_kadt() argument 121 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_net4_kadt() 128 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_net4_kadt() 131 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net4_kadt() 291 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_net6_kadt() argument 298 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_net6_kadt() 305 ip6addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip.in6); in hash_net6_kadt() 308 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net6_kadt()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-probe.c | 167 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target() argument 174 if (!strcmp(opt->long_name, "exec")) in opt_set_target() 176 else if (!strcmp(opt->long_name, "module")) in opt_set_target() 202 static int opt_set_target_ns(const struct option *opt __maybe_unused, in opt_set_target_ns() 233 static int opt_show_lines(const struct option *opt, in opt_show_lines() argument 247 params.command = opt->short_name; in opt_show_lines() 253 static int opt_show_vars(const struct option *opt, in opt_show_vars() argument 267 params.command = opt->short_name; in opt_show_vars() 275 static int opt_add_probe_event(const struct option *opt, in opt_add_probe_event() argument 279 params.command = opt->short_name; in opt_add_probe_event() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | xf86Optrec.h | 73 extern _X_EXPORT XF86OptionPtr xf86optionListDup(XF86OptionPtr opt); 74 extern _X_EXPORT void xf86optionListFree(XF86OptionPtr opt); 75 extern _X_EXPORT char *xf86optionName(XF86OptionPtr opt); 76 extern _X_EXPORT char *xf86optionValue(XF86OptionPtr opt);
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_connection_sock.c | 593 struct ip_options_rcu *opt; in inet_csk_route_req() local 597 opt = rcu_dereference(ireq->ireq_opt); in inet_csk_route_req() 602 (opt && opt->opt.srr) ? opt->opt.faddr : ireq->ir_rmt_addr, in inet_csk_route_req() 609 if (opt && opt->opt.is_strictroute && rt->rt_uses_gateway) in inet_csk_route_req() 630 struct ip_options_rcu *opt; in inet_csk_route_child_sock() local 634 opt = rcu_dereference(ireq->ireq_opt); in inet_csk_route_child_sock() 640 (opt && opt->opt.srr) ? opt->opt.faddr : ireq->ir_rmt_addr, in inet_csk_route_child_sock() 647 if (opt && opt->opt.is_strictroute && rt->rt_uses_gateway) in inet_csk_route_child_sock() 1083 if (inet_opt && inet_opt->opt.srr) in inet_csk_rebuild_route() 1084 daddr = inet_opt->opt.faddr; in inet_csk_rebuild_route()
|
| H A D | icmp.c | 416 if (ip_options_echo(net, &icmp_param->replyopts.opt.opt, skb)) in icmp_reply() 439 if (icmp_param->replyopts.opt.opt.optlen) { in icmp_reply() 440 ipc.opt = &icmp_param->replyopts.opt; in icmp_reply() 441 if (ipc.opt->opt.srr) in icmp_reply() 442 daddr = icmp_param->replyopts.opt.opt.faddr; in icmp_reply() 496 fl4->daddr = (param->replyopts.opt.opt.srr ? in icmp_route_lookup() 497 param->replyopts.opt.opt.faddr : iph->saddr); in icmp_route_lookup() 594 const struct ip_options *opt) in __icmp_send() argument 722 if (__ip_options_echo(net, &icmp_param.replyopts.opt.opt, skb_in, opt)) in __icmp_send() 739 ipc.opt = &icmp_param.replyopts.opt; in __icmp_send() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | libceph.h | 42 #define ceph_set_opt(client, opt) \ argument 43 (client)->options->flags |= CEPH_OPT_##opt; 44 #define ceph_test_opt(client, opt) \ argument 45 (!!((client)->options->flags & CEPH_OPT_##opt)) 297 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, 299 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, 303 extern void ceph_destroy_options(struct ceph_options *opt); 306 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/ |
| H A D | 0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch | 38 …-@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build opt 40 …@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build opt 54 opt: $(OPT_EXES) 61 …-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build all opt 62 …-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build all opt 65 … -O -DDEBUG" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build all opt 66 … -O -DDEBUG" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build all opt
|
| /OK3568_Linux_fs/kernel/fs/ramfs/ |
| H A D | inode.c | 193 int opt; in ramfs_parse_param() local 195 opt = fs_parse(fc, ramfs_fs_parameters, param, &result); in ramfs_parse_param() 196 if (opt < 0) { in ramfs_parse_param() 203 if (opt == -ENOPARAM) in ramfs_parse_param() 204 opt = 0; in ramfs_parse_param() 205 return opt; in ramfs_parse_param() 208 switch (opt) { in ramfs_parse_param()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mroute.h | 14 static inline int ip_mroute_opt(int opt) in ip_mroute_opt() argument 16 return opt >= MRT_BASE && opt <= MRT_MAX; in ip_mroute_opt() 48 static inline int ip_mroute_opt(int opt) in ip_mroute_opt() argument
|
| /OK3568_Linux_fs/kernel/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 744 struct trusted_key_options *opt) in getoptions() argument 761 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions() 772 opt->pcrinfo_len = strlen(args[0].from) / 2; in getoptions() 773 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions() 775 res = hex2bin(opt->pcrinfo, args[0].from, in getoptions() 776 opt->pcrinfo_len); in getoptions() 784 opt->keytype = SEAL_keytype; in getoptions() 785 opt->keyhandle = handle; in getoptions() 790 res = hex2bin(opt->keyauth, args[0].from, in getoptions() 801 opt->blobauth_len = strlen(args[0].from); in getoptions() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 177 mount -t cgroup -o cpuset none /opt/cpuset 179 mkdir /opt/cpuset/01 180 echo 1 > /opt/cpuset/01/cpuset.cpus 181 echo 0 > /opt/cpuset/01/cpuset.mems 182 echo 1 > /opt/cpuset/01/cpuset.memory_migrate 183 mkdir /opt/cpuset/02 184 echo 1 > /opt/cpuset/02/cpuset.cpus 185 echo 1 > /opt/cpuset/02/cpuset.mems 186 echo 1 > /opt/cpuset/02/cpuset.memory_migrate 228 echo 1 >/opt/cgroup/01/memory/use_hierarchy [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | tlbflush.h | 22 unsigned long opt; in __tlb_flush_idte() local 24 opt = IDTE_PTOA; in __tlb_flush_idte() 26 opt |= IDTE_GUEST_ASCE; in __tlb_flush_idte() 30 : : "a" (opt), "a" (asce) : "cc"); in __tlb_flush_idte()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_etf.c | 346 static int etf_init(struct Qdisc *sch, struct nlattr *opt, in etf_init() argument 355 if (!opt) { in etf_init() 361 err = nla_parse_nested_deprecated(tb, TCA_ETF_MAX, opt, etf_policy, in etf_init() 466 struct tc_etf_qopt opt = { }; in etf_dump() local 473 opt.delta = q->delta; in etf_dump() 474 opt.clockid = q->clockid; in etf_dump() 476 opt.flags |= TC_ETF_OFFLOAD_ON; in etf_dump() 479 opt.flags |= TC_ETF_DEADLINE_MODE_ON; in etf_dump() 482 opt.flags |= TC_ETF_SKIP_SOCK_CHECK; in etf_dump() 484 if (nla_put(skb, TCA_ETF_PARMS, sizeof(opt), &opt)) in etf_dump()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | python-config.patch | 39 for opt in opt_flags: 40 if opt == '--prefix': 44 elif opt == '--exec-prefix': 48 elif opt in ('--includes', '--cflags'): 53 if opt == '--cflags':
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/spir/files/ |
| H A D | 0001-Avoid-pessimizing-std-move-3124.patch | 11 test/opt/pass_fixture.h | 9 +++------ 14 diff --git a/test/opt/pass_fixture.h b/test/opt/pass_fixture.h 16 --- a/test/opt/pass_fixture.h 17 +++ b/test/opt/pass_fixture.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 169 - geo->heads = opt.heads ? : 64; 170 - geo->sectors = opt.sectors ? : 32; 174 - if (!opt.sectors && !opt.heads) { 217 - if (opt.heads) 218 - geo.heads = opt.heads; 219 - if (opt.sectors) 220 - geo.sectors = opt.sectors; 368 + geo->heads = opt.heads ? : 64; 369 + geo->sectors = opt.sectors ? : 32; 373 + if (!opt.sectors && !opt.heads) { [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_set.c | 31 struct ip_set_adt_opt *opt, int inv) in match_set() argument 33 if (ip_set_test(index, skb, par, opt)) in match_set() 58 ADT_OPT(opt, xt_family(par), info->match_set.u.compat.dim, in set_match_v0() 62 return match_set(info->match_set.index, skb, par, &opt, in set_match_v0() 122 ADT_OPT(opt, xt_family(par), info->match_set.dim, in set_match_v1() 126 if (opt.flags & IPSET_RETURN_NOMATCH) in set_match_v1() 127 opt.cmdflags |= IPSET_FLAG_RETURN_NOMATCH; in set_match_v1() 129 return match_set(info->match_set.index, skb, par, &opt, in set_match_v1() 170 ADT_OPT(opt, xt_family(par), info->match_set.dim, in set_match_v3() 177 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; in set_match_v3() [all …]
|