Searched refs:opt (Results 501 - 525 of 721) sorted by relevance

<<212223242526272829

/linux-master/tools/perf/util/
H A Dsymbol.h172 int symbol__config_symfs(const struct option *opt __maybe_unused,
H A Dparse-events.c2333 int parse_events_option(const struct option *opt, const char *str, argument
2336 struct parse_events_option_args *args = opt->value;
2354 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset) argument
2356 struct parse_events_option_args *args = opt->value;
2367 ret = parse_events_option(opt, str, unset);
2454 int parse_filter(const struct option *opt, const char *str, argument
2457 struct evlist *evlist = *(struct evlist **)opt->value;
2485 int exclude_perf(const struct option *opt, argument
2489 struct evlist *evlist = *(struct evlist **)opt->value;
/linux-master/tools/testing/selftests/net/
H A Dnettest.c269 int opt = TCP_MD5SIG; local
276 opt = TCP_MD5SIG_EXT;
285 opt = TCP_MD5SIG_EXT;
294 rc = setsockopt(sd, IPPROTO_TCP, opt, &md5sig, sizeof(md5sig));
471 int opt = IP_UNICAST_IF; local
478 opt = IPV6_UNICAST_IF;
481 rc = setsockopt(sd, level, opt, &ifindex, sizeof(ifindex));
H A Dtest_bridge_backup_port.sh711 while getopts ":t:pPvhw:" opt; do
712 case $opt in
/linux-master/fs/smb/client/
H A Dfs_context.c951 int i, opt; local
966 opt = Opt_pass;
969 opt = Opt_user;
974 opt = fs_parse(fc, smb3_fs_parameters, param, &result);
975 if (opt < 0)
976 return ctx->sloppy ? 1 : opt;
979 switch (opt) {
/linux-master/fs/bcachefs/
H A Dsuper-io.c420 const struct bch_option *opt = bch2_opt_table + opt_id; local
422 if (opt->get_sb != BCH2_NO_SB_OPT) {
426 ret = bch2_opt_validate(opt, v, out);
1376 const struct bch_option *opt = bch2_opt_table + id; local
1378 if (opt->get_sb != BCH2_NO_SB_OPT) {
1381 prt_printf(out, "%s:\t", opt->attr.name);
1382 bch2_opt_to_text(out, NULL, sb, opt, v,
/linux-master/tools/perf/
H A Dbuiltin-lock.c2300 static int parse_map_entry(const struct option *opt, const char *str, argument
2303 unsigned long *len = (unsigned long *)opt->value;
2318 static int parse_max_stack(const struct option *opt, const char *str, argument
2321 unsigned long *len = (unsigned long *)opt->value;
2354 static int parse_lock_type(const struct option *opt __maybe_unused, const char *str,
2420 static int parse_lock_addr(const struct option *opt __maybe_unused, const char *str,
2457 static int parse_call_stack(const struct option *opt __maybe_unused, const char *str,
2485 static int parse_output(const struct option *opt __maybe_unused, const char *str,
2488 const char **name = (const char **)opt->value;
2532 static int parse_cgroup_filter(const struct option *opt __maybe_unuse
[all...]
H A Dbuiltin-top.c1373 callchain_opt(const struct option *opt, const char *arg, int unset) argument
1376 return record_callchain_opt(opt, arg, unset);
1380 parse_callchain_opt(const struct option *opt, const char *arg, int unset) argument
1382 struct callchain_param *callchain = opt->value;
1414 parse_percent_limit(const struct option *opt, const char *arg, argument
1417 struct perf_top *top = opt->value;
H A Dbuiltin-kmem.c1776 static int parse_sort_opt(const struct option *opt __maybe_unused,
1798 static int parse_caller_opt(const struct option *opt __maybe_unused,
1806 static int parse_alloc_opt(const struct option *opt __maybe_unused,
1814 static int parse_slab_opt(const struct option *opt __maybe_unused,
1822 static int parse_page_opt(const struct option *opt __maybe_unused,
1830 static int parse_line_opt(const struct option *opt __maybe_unused,
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c754 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt;
776 minfo->hw.MXoptionReg |= 0x001F8000 & minfo->values.reg.opt;
795 /* minfo->hw.MXoptionReg = minfo->values.reg.opt; */
804 minfo->hw.MXoptionReg |= minfo->values.reg.opt & 0x03400040;
942 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;
962 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;
/linux-master/fs/zonefs/
H A Dsuper.c499 int opt; local
501 opt = fs_parse(fc, zonefs_param_spec, param, &result);
502 if (opt < 0)
503 return opt;
505 switch (opt) {
/linux-master/net/sched/
H A Dsch_fq.c993 static int fq_change(struct Qdisc *sch, struct nlattr *opt, argument
1002 err = nla_parse_nested_deprecated(tb, TCA_FQ_MAX, opt, fq_policy,
1131 static int fq_init(struct Qdisc *sch, struct nlattr *opt, argument
1169 if (opt)
1170 err = fq_change(sch, opt, extack);
/linux-master/fs/nilfs2/
H A Dsuper.c739 int opt; local
741 opt = fs_parse(fc, nilfs_param_spec, param, &result);
742 if (opt < 0)
743 return opt;
745 switch (opt) {
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mbx.c1952 * opt = enhanced cmd option byte.
1961 qla2x00_get_port_database(scsi_qla_host_t *vha, fc_port_t *fcport, uint8_t opt) argument
1984 if (opt != 0 && !IS_FWI2_CAPABLE(ha))
1995 mcp->mb[10] = opt;
2000 mcp->mb[10] = opt;
2003 mcp->mb[1] = fcport->loop_id << 8 | opt;
2271 uint8_t opt)
2285 mcp->mb[10] = opt;
2288 mcp->mb[1] = loop_id << 8 | opt;
2500 uint8_t area, uint8_t al_pa, uint16_t *mb, uint8_t opt)
2270 qla2x00_get_port_name(scsi_qla_host_t *vha, uint16_t loop_id, uint8_t *name, uint8_t opt) argument
2499 qla24xx_login_fabric(scsi_qla_host_t *vha, uint16_t loop_id, uint8_t domain, uint8_t area, uint8_t al_pa, uint16_t *mb, uint8_t opt) argument
2635 qla2x00_login_fabric(scsi_qla_host_t *vha, uint16_t loop_id, uint8_t domain, uint8_t area, uint8_t al_pa, uint16_t *mb, uint8_t opt) argument
2716 qla2x00_login_local_device(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t *mb_ret, uint8_t opt) argument
5103 qla2x00_read_sfp(scsi_qla_host_t *vha, dma_addr_t sfp_dma, uint8_t *sfp, uint16_t dev, uint16_t off, uint16_t len, uint16_t opt) argument
5154 qla2x00_write_sfp(scsi_qla_host_t *vha, dma_addr_t sfp_dma, uint8_t *sfp, uint16_t dev, uint16_t off, uint16_t len, uint16_t opt) argument
6604 qla24xx_gpdb_wait(struct scsi_qla_host *vha, fc_port_t *fcport, u8 opt) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c141 static void assign_rxopt(struct sock *sk, unsigned int opt) argument
152 tp->rx_opt.mss_clamp = cdev->mtus[TCPOPT_MSS_G(opt)] - 40;
154 tp->rx_opt.tstamp_ok = TCPOPT_TSTAMP_G(opt);
155 tp->rx_opt.snd_wscale = TCPOPT_SACK_G(opt);
156 tp->rx_opt.wscale_ok = TCPOPT_WSCALE_OK_G(opt);
157 SND_WSCALE(tp) = TCPOPT_SND_WSCALE_G(opt);
165 csk->mtu_idx = TCPOPT_MSS_G(opt);
1461 static void make_established(struct sock *sk, u32 snd_isn, unsigned int opt) argument
1470 assign_rxopt(sk, opt);
/linux-master/arch/s390/kernel/
H A Dipl.c351 if (ipl_block.fcp.opt == IPL_PB0_FCP_OPT_DUMP)
356 if (ipl_block.nvme.opt == IPL_PB0_NVME_OPT_DUMP)
361 if (ipl_block.eckd.opt == IPL_PB0_ECKD_OPT_DUMP)
1373 reipl_block_fcp->fcp.opt = IPL_PB0_FCP_OPT_IPL;
1429 reipl_block_nvme->nvme.opt = IPL_PB0_NVME_OPT_IPL;
1481 reipl_block_eckd->eckd.opt = IPL_PB0_ECKD_OPT_IPL;
1798 dump_block_fcp->fcp.opt = IPL_PB0_FCP_OPT_DUMP;
1821 dump_block_nvme->nvme.opt = IPL_PB0_NVME_OPT_DUMP;
1844 dump_block_eckd->eckd.opt = IPL_PB0_ECKD_OPT_DUMP;
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c2763 const char *opt)
2786 const char *opt)
2789 return samsung_early_console_setup(device, opt);
2802 const char *opt)
2805 return samsung_early_console_setup(device, opt);
2816 const char *opt)
2821 return s5pv210_early_console_setup(device, opt);
2828 const char *opt)
2838 return samsung_early_console_setup(device, opt);
2762 samsung_early_console_setup(struct earlycon_device *device, const char *opt) argument
2785 s3c2440_early_console_setup(struct earlycon_device *device, const char *opt) argument
2801 s5pv210_early_console_setup(struct earlycon_device *device, const char *opt) argument
2815 gs101_early_console_setup(struct earlycon_device *device, const char *opt) argument
2827 apple_s5l_early_console_setup(struct earlycon_device *device, const char *opt) argument
/linux-master/drivers/video/fbdev/
H A Dcyber2000fb.c1485 char *opt; local
1490 while ((opt = strsep(&options, ",")) != NULL) {
1491 if (!*opt)
1494 if (strncmp(opt, "font:", 5) == 0) {
1497 strscpy(default_font_storage, opt + 5,
1503 printk(KERN_ERR "CyberPro20x0: unknown parameter: %s\n", opt);
/linux-master/fs/erofs/
H A Dzdata.c541 unsigned int cachestrategy = EROFS_I_SB(fe->inode)->opt.cache_strategy;
1056 if ((sbi->opt.sync_decompress == EROFS_SYNC_DECOMPRESS_AUTO) &&
1060 if ((sbi->opt.sync_decompress == EROFS_SYNC_DECOMPRESS_FORCE_ON) &&
1061 (readahead_pages <= sbi->opt.max_sync_decompress_pages))
1405 if (sbi->opt.sync_decompress == EROFS_SYNC_DECOMPRESS_AUTO)
1406 sbi->opt.sync_decompress = EROFS_SYNC_DECOMPRESS_FORCE_ON;
H A Dxattr.c128 return test_opt(&EROFS_SB(dentry->d_sb)->opt, XATTR_USER);
141 !test_opt(&EROFS_I_SB(inode)->opt, XATTR_USER))
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1486 char *argptr = arg, *opt; local
1523 opt = strsep(&argptr, ",");
1529 if (!kstrtouint(opt, 10, &bit)) {
1552 if (strcmp(x86_cap_flag(bit), opt))
1555 pr_cont(" %s", opt);
1563 pr_cont(" (unknown: %s)", opt);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l2_drops.sh121 local opt=$1; shift
131 $MZ $h1 "$opt" -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
/linux-master/arch/xtensa/kernel/
H A Dptrace.c131 newregs->opt = regs->xtregs_opt;
169 regs->xtregs_opt = newregs->opt;
/linux-master/net/l2tp/
H A Dl2tp_ip.c471 if (inet_opt && inet_opt->opt.srr)
472 daddr = inet_opt->opt.faddr;
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.c262 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));

Completed in 895 milliseconds

<<212223242526272829