| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_rm.c | 420 _rtw_memcpy(&parm.ssid[0], &prm->q.opt.bcn.ssid, IW_ESSID_MAX_SIZE); in rm_sitesurvey() 453 _rtw_memcpy(&(prm->q.opt.clm.rep_cond), in rm_parse_ch_load_s_elem() 454 &pbody[p+2], sizeof(prm->q.opt.clm.rep_cond)); in rm_parse_ch_load_s_elem() 457 prm->q.opt.clm.rep_cond.cond, in rm_parse_ch_load_s_elem() 458 prm->q.opt.clm.rep_cond.threshold); in rm_parse_ch_load_s_elem() 493 _rtw_memcpy(&(prm->q.opt.nhm.rep_cond), in rm_parse_noise_histo_s_elem() 494 &pbody[p+2], sizeof(prm->q.opt.nhm.rep_cond)); in rm_parse_noise_histo_s_elem() 497 prm->q.opt.nhm.rep_cond.cond, in rm_parse_noise_histo_s_elem() 498 prm->q.opt.nhm.rep_cond.threshold); in rm_parse_noise_histo_s_elem() 528 popt_id = prm->q.opt.bcn.opt_id; in rm_parse_bcn_req_s_elem() [all …]
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | options.c | 59 unsigned char opt, len; in dccp_parse_options() local 68 opt = len = 0; in dccp_parse_options() 70 opt = *opt_ptr++; in dccp_parse_options() 75 if (opt > DCCPO_MAX_RESERVED) { in dccp_parse_options() 99 if (dreq != NULL && (opt >= DCCPO_MIN_RX_CCID_SPECIFIC || in dccp_parse_options() 100 opt == DCCPO_ACK_VECTOR_0 || opt == DCCPO_ACK_VECTOR_1)) in dccp_parse_options() 103 switch (opt) { in dccp_parse_options() 125 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options() 216 pkt_type, opt, value, len)) in dccp_parse_options() 231 pkt_type, opt, value, len)) in dccp_parse_options() [all …]
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | main.c | 643 #define has_more_argv() ((opt < argc) && (argv[opt][0] != '-')) 646 int opt = 1; in main() local 658 opt = 1; in main() 659 while (opt < argc) { in main() 660 if (argv[opt][0] != '-') in main() 663 switch (argv[opt++][1]) in main() 668 profile.apn = argv[opt++]; in main() 670 profile.user = argv[opt++]; in main() 673 profile.password = argv[opt++]; in main() 678 const char *auth = argv[opt++]; in main() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | init | 100 opt=`echo $p | cut -d'=' -f1` 101 opt=`echo $opt | sed -e 'y/.-/__/'` 103 eval "bootparam_${opt}=true" 107 quoted=${opt} 110 eval "bootparam_${opt}=\"${value}\""
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/ |
| H A D | sigfuz.c | 290 int opt; in main() local 292 while ((opt = getopt(argc, argv, "bamxt:fi:h")) != -1) { in main() 293 if (opt == 'b') { in main() 296 } else if (opt == 'a') { in main() 299 } else if (opt == 'm') { in main() 302 } else if (opt == 'x') { in main() 305 } else if (opt == 't') { in main() 308 } else if (opt == 'f') { in main() 312 } else if (opt == 'i') { in main() 315 } else if (opt == 'h') { in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | compaction-times.py | 274 for i, opt in enumerate(sys.argv[1:]): 275 if opt[0] == "-": 276 if opt == "-h": 279 elif opt == "-p": 281 elif opt == "-pv": 283 elif opt == '-u': 285 elif opt == "-t": 287 elif opt == "-m": 289 elif opt == "-fs": 291 elif opt == "-ms": [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 887 InputOption *opt = NULL; in input_option_new() local 893 nt_list_for_each_entry(opt, list, list.next) { in input_option_new() 894 if (strcmp(input_option_get_key(opt), key) == 0) { in input_option_new() 895 input_option_set_value(opt, value); in input_option_new() 901 opt = calloc(1, sizeof(InputOption)); in input_option_new() 902 if (!opt) in input_option_new() 905 nt_list_init(opt, list.next); in input_option_new() 906 input_option_set_key(opt, key); in input_option_new() 907 input_option_set_value(opt, value); in input_option_new() 910 nt_list_append(opt, list, InputOption, list.next); in input_option_new() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | reuseport_bpf.c | 157 int i, opt; in build_recv_group() local 164 opt = 1; in build_recv_group() 165 if (setsockopt(fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_recv_group() 166 sizeof(opt))) in build_recv_group() 176 opt = 4; in build_recv_group() 177 if (setsockopt(fd[i], SOL_TCP, TCP_FASTOPEN, &opt, in build_recv_group() 178 sizeof(opt))) in build_recv_group() 311 int fd1, fd2, opt; in test_extra_filter() local 321 opt = 1; in test_extra_filter() 322 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_rm.c | 406 _rtw_memcpy(&parm.ssid[0], &prm->q.opt.bcn.ssid, IW_ESSID_MAX_SIZE); in rm_sitesurvey() 439 _rtw_memcpy(&(prm->q.opt.clm.rep_cond), in rm_parse_ch_load_s_elem() 440 &pbody[p+2], sizeof(prm->q.opt.clm.rep_cond)); in rm_parse_ch_load_s_elem() 443 prm->q.opt.clm.rep_cond.cond, in rm_parse_ch_load_s_elem() 444 prm->q.opt.clm.rep_cond.threshold); in rm_parse_ch_load_s_elem() 479 _rtw_memcpy(&(prm->q.opt.nhm.rep_cond), in rm_parse_noise_histo_s_elem() 480 &pbody[p+2], sizeof(prm->q.opt.nhm.rep_cond)); in rm_parse_noise_histo_s_elem() 483 prm->q.opt.nhm.rep_cond.cond, in rm_parse_noise_histo_s_elem() 484 prm->q.opt.nhm.rep_cond.threshold); in rm_parse_noise_histo_s_elem() 514 popt_id = prm->q.opt.bcn.opt_id; in rm_parse_bcn_req_s_elem() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_rm.c | 407 _rtw_memcpy(&parm.ssid[0], &prm->q.opt.bcn.ssid, IW_ESSID_MAX_SIZE); in rm_sitesurvey() 440 _rtw_memcpy(&(prm->q.opt.clm.rep_cond), in rm_parse_ch_load_s_elem() 441 &pbody[p+2], sizeof(prm->q.opt.clm.rep_cond)); in rm_parse_ch_load_s_elem() 444 prm->q.opt.clm.rep_cond.cond, in rm_parse_ch_load_s_elem() 445 prm->q.opt.clm.rep_cond.threshold); in rm_parse_ch_load_s_elem() 480 _rtw_memcpy(&(prm->q.opt.nhm.rep_cond), in rm_parse_noise_histo_s_elem() 481 &pbody[p+2], sizeof(prm->q.opt.nhm.rep_cond)); in rm_parse_noise_histo_s_elem() 484 prm->q.opt.nhm.rep_cond.cond, in rm_parse_noise_histo_s_elem() 485 prm->q.opt.nhm.rep_cond.threshold); in rm_parse_noise_histo_s_elem() 515 popt_id = prm->q.opt.bcn.opt_id; in rm_parse_bcn_req_s_elem() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_rm.c | 482 _rtw_memcpy(&parm.ssid[0], &prm->q.opt.bcn.ssid, IW_ESSID_MAX_SIZE); in rm_sitesurvey() 533 _rtw_memcpy(&(prm->q.opt.clm.rep_cond), in rm_parse_ch_load_s_elem() 534 &pbody[p+2], sizeof(prm->q.opt.clm.rep_cond)); in rm_parse_ch_load_s_elem() 537 prm->q.opt.clm.rep_cond.cond, in rm_parse_ch_load_s_elem() 538 prm->q.opt.clm.rep_cond.threshold); in rm_parse_ch_load_s_elem() 573 _rtw_memcpy(&(prm->q.opt.nhm.rep_cond), in rm_parse_noise_histo_s_elem() 574 &pbody[p+2], sizeof(prm->q.opt.nhm.rep_cond)); in rm_parse_noise_histo_s_elem() 577 prm->q.opt.nhm.rep_cond.cond, in rm_parse_noise_histo_s_elem() 578 prm->q.opt.nhm.rep_cond.threshold); in rm_parse_noise_histo_s_elem() 608 popt_id = prm->q.opt.bcn.opt_id; in rm_parse_bcn_req_s_elem() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_rm.c | 482 _rtw_memcpy(&parm.ssid[0], &prm->q.opt.bcn.ssid, IW_ESSID_MAX_SIZE); in rm_sitesurvey() 533 _rtw_memcpy(&(prm->q.opt.clm.rep_cond), in rm_parse_ch_load_s_elem() 534 &pbody[p+2], sizeof(prm->q.opt.clm.rep_cond)); in rm_parse_ch_load_s_elem() 537 prm->q.opt.clm.rep_cond.cond, in rm_parse_ch_load_s_elem() 538 prm->q.opt.clm.rep_cond.threshold); in rm_parse_ch_load_s_elem() 573 _rtw_memcpy(&(prm->q.opt.nhm.rep_cond), in rm_parse_noise_histo_s_elem() 574 &pbody[p+2], sizeof(prm->q.opt.nhm.rep_cond)); in rm_parse_noise_histo_s_elem() 577 prm->q.opt.nhm.rep_cond.cond, in rm_parse_noise_histo_s_elem() 578 prm->q.opt.nhm.rep_cond.threshold); in rm_parse_noise_histo_s_elem() 608 popt_id = prm->q.opt.bcn.opt_id; in rm_parse_bcn_req_s_elem() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_rm.c | 482 _rtw_memcpy(&parm.ssid[0], &prm->q.opt.bcn.ssid, IW_ESSID_MAX_SIZE); in rm_sitesurvey() 533 _rtw_memcpy(&(prm->q.opt.clm.rep_cond), in rm_parse_ch_load_s_elem() 534 &pbody[p+2], sizeof(prm->q.opt.clm.rep_cond)); in rm_parse_ch_load_s_elem() 537 prm->q.opt.clm.rep_cond.cond, in rm_parse_ch_load_s_elem() 538 prm->q.opt.clm.rep_cond.threshold); in rm_parse_ch_load_s_elem() 573 _rtw_memcpy(&(prm->q.opt.nhm.rep_cond), in rm_parse_noise_histo_s_elem() 574 &pbody[p+2], sizeof(prm->q.opt.nhm.rep_cond)); in rm_parse_noise_histo_s_elem() 577 prm->q.opt.nhm.rep_cond.cond, in rm_parse_noise_histo_s_elem() 578 prm->q.opt.nhm.rep_cond.threshold); in rm_parse_noise_histo_s_elem() 608 popt_id = prm->q.opt.bcn.opt_id; in rm_parse_bcn_req_s_elem() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | option.c | 28 nvkm_stropt(const char *optstr, const char *opt, int *arglen) in nvkm_stropt() argument 34 if (!strncasecmpz(optstr, opt, len)) { in nvkm_stropt() 54 nvkm_boolopt(const char *optstr, const char *opt, bool value) in nvkm_boolopt() argument 58 optstr = nvkm_stropt(optstr, opt, &arglen); in nvkm_boolopt() 77 nvkm_longopt(const char *optstr, const char *opt, long value) in nvkm_longopt() argument 83 optstr = nvkm_stropt(optstr, opt, &arglen); in nvkm_longopt()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_pedit.c | 447 struct tc_pedit *opt; in tcf_pedit_dump() local 451 s = struct_size(opt, keys, p->tcfp_nkeys); in tcf_pedit_dump() 454 opt = kzalloc(s, GFP_ATOMIC); in tcf_pedit_dump() 455 if (unlikely(!opt)) in tcf_pedit_dump() 459 memcpy(opt->keys, p->tcfp_keys, flex_array_size(opt, keys, p->tcfp_nkeys)); in tcf_pedit_dump() 460 opt->index = p->tcf_index; in tcf_pedit_dump() 461 opt->nkeys = p->tcfp_nkeys; in tcf_pedit_dump() 462 opt->flags = p->tcfp_flags; in tcf_pedit_dump() 463 opt->action = p->tcf_action; in tcf_pedit_dump() 464 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump() [all …]
|
| H A D | sch_skbprio.c | 167 static int skbprio_change(struct Qdisc *sch, struct nlattr *opt, in skbprio_change() argument 170 struct tc_skbprio_qopt *ctl = nla_data(opt); in skbprio_change() 172 if (opt->nla_len != nla_attr_size(sizeof(*ctl))) in skbprio_change() 179 static int skbprio_init(struct Qdisc *sch, struct nlattr *opt, in skbprio_init() argument 193 if (!opt) in skbprio_init() 196 return skbprio_change(sch, opt, extack); in skbprio_init() 201 struct tc_skbprio_qopt opt; in skbprio_dump() local 203 opt.limit = sch->limit; in skbprio_dump() 205 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
|
| H A D | sch_mqprio.c | 133 static int mqprio_init(struct Qdisc *sch, struct nlattr *opt, in mqprio_init() argument 160 if (!opt || nla_len(opt) < sizeof(*qopt)) in mqprio_init() 163 qopt = nla_data(opt); in mqprio_init() 167 len = nla_len(opt) - NLA_ALIGN(sizeof(*qopt)); in mqprio_init() 169 err = parse_attr(tb, TCA_MQPRIO_MAX, opt, mqprio_policy, in mqprio_init() 344 struct tc_mqprio_qopt *opt, struct sk_buff *skb) in dump_rates() argument 354 for (i = 0; i < opt->num_tc; i++) { in dump_rates() 368 for (i = 0; i < opt->num_tc; i++) { in dump_rates() 388 struct tc_mqprio_qopt opt = { 0 }; in mqprio_dump() local 428 opt.num_tc = netdev_get_num_tc(dev); in mqprio_dump() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-configure.ac.in-fix-host-contamination.patch | 34 -if test -d /opt/local/include; then : 35 - CFLAGS="${CFLAGS} -I/opt/local/include" 36 - CPPFLAGS="${CPPFLAGS} -I/opt/local/include" 39 -if test -d /opt/local/lib; then : 40 - LIBS="${LIBS} -L/opt/local/lib" 62 - if test -d "/usr/local/opt/openssl/lib"; then 64 - SSL_INC="-I/usr/local/opt/openssl/include" 65 - SSL_LIB="-L/usr/local/opt/openssl/lib -lssl -lcrypto"
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | build.sh | 240 for opt in $@; do 324 for opt in $OPTIONS; do 325 case "$opt" in 329 if [ "$opt" = "$OPTIONS" ]; then 333 echo "ERROR: $opt cannot combine with other options!" 336 if [ "$opt" = "$1" -a -d "$2" ]; then 338 OPTIONS=$opt 342 echo "ERROR: $opt should be the first option followed by rootfs dir!" 346 if option_check "$CMDS" $opt; then 350 echo "ERROR: Unhandled option: $opt"
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | build.sh | 240 for opt in $@; do 324 for opt in $OPTIONS; do 325 case "$opt" in 329 if [ "$opt" = "$OPTIONS" ]; then 333 echo "ERROR: $opt cannot combine with other options!" 336 if [ "$opt" = "$1" -a -d "$2" ]; then 338 OPTIONS=$opt 342 echo "ERROR: $opt should be the first option followed by rootfs dir!" 346 if option_check "$CMDS" $opt; then 350 echo "ERROR: Unhandled option: $opt"
|
| /OK3568_Linux_fs/ |
| H A D | build.sh | 240 for opt in $@; do 324 for opt in $OPTIONS; do 325 case "$opt" in 329 if [ "$opt" = "$OPTIONS" ]; then 333 echo "ERROR: $opt cannot combine with other options!" 336 if [ "$opt" = "$1" -a -d "$2" ]; then 338 OPTIONS=$opt 342 echo "ERROR: $opt should be the first option followed by rootfs dir!" 346 if option_check "$CMDS" $opt; then 350 echo "ERROR: Unhandled option: $opt"
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fb_cmdline.c | 37 char *opt, *options = NULL; in fb_get_options() local 50 opt = video_options[i]; in fb_get_options() 51 if (!strncmp(name, opt, name_len) && in fb_get_options() 52 opt[name_len] == ':') in fb_get_options() 53 options = opt + name_len + 1; in fb_get_options()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | vpu_api_test.c | 104 VpuApiOptionInfo *opt = vpuApiCmd; in show_help() local 108 printf("-%s %-16s\t%s\n", opt[i].name, opt[i].argname, opt[i].help); in show_help() 115 char *opt; in parse_options() local 127 opt = argv[optindex++]; in parse_options() 129 if (handleoptions && opt[0] == '-' && opt[1] != '\0') { in parse_options() 130 if (opt[1] == '-') { in parse_options() 131 if (opt[2] != '\0') { in parse_options() 132 opt++; in parse_options() 139 opt++; in parse_options() 141 switch (*opt) { in parse_options() [all …]
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ip6.c | 498 struct ipv6_txoptions *opt = NULL; in l2tp_ip6_sendmsg() local 567 opt = &opt_space; in l2tp_ip6_sendmsg() 568 memset(opt, 0, sizeof(struct ipv6_txoptions)); in l2tp_ip6_sendmsg() 569 opt->tot_len = sizeof(struct ipv6_txoptions); in l2tp_ip6_sendmsg() 570 ipc6.opt = opt; in l2tp_ip6_sendmsg() 582 if (!(opt->opt_nflen | opt->opt_flen)) in l2tp_ip6_sendmsg() 583 opt = NULL; in l2tp_ip6_sendmsg() 586 if (!opt) { in l2tp_ip6_sendmsg() 587 opt = txopt_get(np); in l2tp_ip6_sendmsg() 588 opt_to_free = opt; in l2tp_ip6_sendmsg() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/ |
| H A D | 0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch | 29 - /usr/local /opt /usr/local/opt \ 30 - /usr/openssl@1.1 /opt/openssl@1.1 /usr/local/opt/openssl@1.1 \ 31 - /usr/openssl /opt/openssl /usr/local/opt/openssl; do
|