| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | callchain.h | 240 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); 241 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
|
| H A D | cgroup.h | 33 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | grub-efi-cfg.bbclass | 67 for opt in opts.split(';'): 68 cfgfile.write('%s\n' % opt)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0002-linux-syslinux-implement-open_ext2_fs.patch | 65 + if (opt.offset) { 66 + sprintf(opt_string, "offset=%llu", (unsigned long long)opt.offset);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtd/mtd-utils/ |
| H A D | add-exclusion-to-mkfs-jffs2-git-2.patch | 71 while ((opt = getopt_long(argc, argv, 75 switch (opt) {
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | getopt.h | 31 int (*callback)(struct sandbox_state *state, const char *opt);
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_flower.c | 1083 struct geneve_opt *opt; in fl_set_geneve_opt() local 1089 opt = (struct geneve_opt *)&key->enc_opts.data[key->enc_opts.len]; in fl_set_geneve_opt() 1090 memset(opt, 0xff, option_len); in fl_set_geneve_opt() 1091 opt->length = data_len / 4; in fl_set_geneve_opt() 1092 opt->r1 = 0; in fl_set_geneve_opt() 1093 opt->r2 = 0; in fl_set_geneve_opt() 1094 opt->r3 = 0; in fl_set_geneve_opt() 1145 opt->length = data_len / 4; in fl_set_geneve_opt() 1146 memcpy(opt->opt_data, nla_data(data), data_len); in fl_set_geneve_opt() 1151 opt->opt_class = nla_get_be16(class); in fl_set_geneve_opt() [all …]
|
| H A D | cls_fw.c | 245 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change() local 249 if (!opt) in fw_change() 252 err = nla_parse_nested_deprecated(tb, TCA_FW_MAX, opt, fw_policy, in fw_change()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | s3fb.c | 1517 char *opt; in s3fb_setup() local 1522 while ((opt = strsep(&options, ",")) != NULL) { in s3fb_setup() 1524 if (!*opt) in s3fb_setup() 1526 else if (!strncmp(opt, "mtrr:", 5)) in s3fb_setup() 1527 mtrr = simple_strtoul(opt + 5, NULL, 0); in s3fb_setup() 1528 else if (!strncmp(opt, "fasttext:", 9)) in s3fb_setup() 1529 fasttext = simple_strtoul(opt + 9, NULL, 0); in s3fb_setup() 1531 mode_option = opt; in s3fb_setup()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp.c | 1117 kfree(ipc.opt); in udp_sendmsg() 1120 if (ipc.opt) in udp_sendmsg() 1124 if (!ipc.opt) { in udp_sendmsg() 1131 sizeof(*inet_opt) + inet_opt->opt.optlen); in udp_sendmsg() 1132 ipc.opt = &opt_copy.opt; in udp_sendmsg() 1156 if (ipc.opt && ipc.opt->opt.srr) { in udp_sendmsg() 1161 faddr = ipc.opt->opt.faddr; in udp_sendmsg() 1167 (ipc.opt && ipc.opt->opt.is_strictroute)) { in udp_sendmsg() 1285 kfree(ipc.opt); in udp_sendmsg()
|
| H A D | udp_tunnel_core.c | 186 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt)); in udp_tunnel_xmit_skb()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hw-doloop.h | 152 bool (*opt) (hwloop_info loop); member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hw-doloop.h | 152 bool (*opt) (hwloop_info loop); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ |
| H A D | android-build.sh | 16 select opt in "${chip_options[@]}" "Quit"; do
|
| /OK3568_Linux_fs/buildroot/package/makedevs/ |
| H A D | makedevs.c | 459 int opt; in main() local 469 while ((opt = getopt(argc, argv, "d:")) != -1) { in main() 470 switch(opt) { in main()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_input.c | 525 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_mc_input() local 528 if (unlikely(opt->flags & IP6SKB_ROUTERALERT)) { in ip6_mc_input() 537 if (opt->ra == htons(IPV6_OPT_ROUTERALERT_MLD)) { in ip6_mc_input()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | debugfs.c | 276 struct ceph_options *opt = fsc->client->options; in mds_sessions_show() local 285 seq_printf(s, "name \"%s\"\n", opt->name ? opt->name : ""); in mds_sessions_show()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_bb_rf_88xx.h | 28 struct halmac_pwr_tracking_option *opt);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | ax-Smedsbole | 8 # provided by (opt) : k.hampf@gmail.com
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_sysfs.c | 146 const struct bond_option *opt; in bonding_sysfs_store_option() local 150 opt = bond_opt_get_by_name(attr->attr.name); in bonding_sysfs_store_option() 151 if (WARN_ON(!opt)) in bonding_sysfs_store_option() 156 ret = bond_opt_tryset_rtnl(bond, opt->id, buffer_clone); in bonding_sysfs_store_option()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ipv6.h | 195 struct ipv6_txoptions *opt; member 294 struct ipv6_txoptions __rcu *opt; member
|
| /OK3568_Linux_fs/buildroot/board/ci20/patches/uboot/ |
| H A D | 0001-mips-Remove-default-endiannes.patch | 28 …reestanding -nostdinc -isystem /home/zeta/repos/buildroot/mips/output/host/opt/ext-toolchain/bin/.… 32 …reestanding -nostdinc -isystem /home/zeta/repos/buildroot/mips/output/host/opt/ext-toolchain/bin/.…
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A D | venc_drv_if.h | 165 enum venc_start_opt opt,
|
| /OK3568_Linux_fs/u-boot/board/keymile/scripts/ |
| H A D | develop-common.txt | 8 toolchain=/opt/eldk
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.c | 127 static int atl1_validate_option(int *value, struct atl1_option *opt, in atl1_validate_option() argument 131 *value = opt->def; in atl1_validate_option() 135 switch (opt->type) { in atl1_validate_option() 139 dev_info(&pdev->dev, "%s enabled\n", opt->name); in atl1_validate_option() 142 dev_info(&pdev->dev, "%s disabled\n", opt->name); in atl1_validate_option() 147 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) { in atl1_validate_option() 148 dev_info(&pdev->dev, "%s set to %i\n", opt->name, in atl1_validate_option() 157 for (i = 0; i < opt->arg.l.nr; i++) { in atl1_validate_option() 158 ent = &opt->arg.l.p[i]; in atl1_validate_option() 174 opt->name, *value, opt->err); in atl1_validate_option() [all …]
|