/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 174 const struct e1000_option *opt, in e1000_validate_option() 250 static const struct e1000_option opt = { in e1000e_check_options() local 270 static const struct e1000_option opt = { in e1000e_check_options() local 290 static struct e1000_option opt = { in e1000e_check_options() local 310 static const struct e1000_option opt = { in e1000e_check_options() local 330 static const struct e1000_option opt = { in e1000e_check_options() local 407 static struct e1000_option opt = { in e1000e_check_options() local 452 static const struct e1000_option opt = { in e1000e_check_options() local 469 static const struct e1000_option opt = { in e1000e_check_options() local 491 static const struct e1000_option opt = { in e1000e_check_options() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 203 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt) in ixgb_validate_option() 270 static const struct ixgb_option opt = { in ixgb_check_options() local 289 static const struct ixgb_option opt = { in ixgb_check_options() local 308 static const struct ixgb_option opt = { in ixgb_check_options() local 333 static const struct ixgb_option opt = { in ixgb_check_options() local 351 static const struct ixgb_option opt = { in ixgb_check_options() local 370 static const struct ixgb_option opt = { in ixgb_check_options() local 389 static const struct ixgb_option opt = { in ixgb_check_options() local 419 static const struct ixgb_option opt = { in ixgb_check_options() local 436 static const struct ixgb_option opt = { in ixgb_check_options() local [all …]
|
/linux-4.4.14/drivers/clk/mvebu/ |
D | orion.c | 32 u32 opt = (readl(sar) >> SAR_MV88F5182_TCLK_FREQ) & in mv88f5182_get_tclk_freq() local 47 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & in mv88f5182_get_cpu_freq() local 62 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & in mv88f5182_get_clk_ratio() local 106 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & in mv88f5281_get_cpu_freq() local 119 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & in mv88f5281_get_clk_ratio() local 157 u32 opt = (readl(sar) >> SAR_MV88F6183_TCLK_FREQ) & in mv88f6183_get_tclk_freq() local 172 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & in mv88f6183_get_cpu_freq() local 185 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & in mv88f6183_get_clk_ratio() local
|
D | dove.c | 90 u32 opt = (readl(sar) >> SAR_DOVE_TCLK_FREQ) & in dove_get_tclk_freq() local 109 u32 opt = (readl(sar) >> SAR_DOVE_CPU_FREQ) & in dove_get_cpu_freq() local 132 u32 opt = (readl(sar) >> SAR_DOVE_L2_RATIO) & in dove_get_clk_ratio() local 140 u32 opt = (readl(sar) >> SAR_DOVE_DDR_RATIO) & in dove_get_clk_ratio() local
|
D | kirkwood.c | 90 u32 opt = (readl(sar) >> SAR_KIRKWOOD_TCLK_FREQ) & in kirkwood_get_tclk_freq() local 112 u32 opt = SAR_KIRKWOOD_CPU_FREQ(readl(sar)); in kirkwood_get_cpu_freq() local 134 u32 opt = SAR_KIRKWOOD_L2_RATIO(readl(sar)); in kirkwood_get_clk_ratio() local 141 u32 opt = (readl(sar) >> SAR_KIRKWOOD_DDR_RATIO) & in kirkwood_get_clk_ratio() local 159 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & SAR_MV88F6180_CLK_MASK; in mv88f6180_get_cpu_freq() local 181 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & in mv88f6180_get_clk_ratio() local
|
D | armada-375.c | 119 u32 opt = ((readl(sar) >> SAR1_A375_CPU_DDR_L2_FREQ_OPT) & in armada_375_get_clk_ratio() local
|
D | armada-38x.c | 102 u32 opt = ((readl(sar) >> SAR_A380_CPU_DDR_L2_FREQ_OPT) & in armada_38x_get_clk_ratio() local
|
D | armada-xp.c | 128 u32 opt = ((readl(sar + SARL) >> SARL_AXP_FAB_FREQ_OPT) & in axp_get_clk_ratio() local
|
D | armada-370.c | 118 u32 opt = ((readl(sar) >> SARL_A370_FAB_FREQ_OPT) & in a370_get_clk_ratio() local
|
/linux-4.4.14/drivers/iio/light/ |
D | opt3001.c | 146 static int opt3001_find_scale(const struct opt3001 *opt, int val, in opt3001_find_scale() 169 static void opt3001_to_iio_ret(struct opt3001 *opt, u8 exponent, in opt3001_to_iio_ret() 179 static void opt3001_set_mode(struct opt3001 *opt, u16 *reg, u16 mode) in opt3001_set_mode() 223 static int opt3001_get_lux(struct opt3001 *opt, int *val, int *val2) in opt3001_get_lux() 305 static int opt3001_get_int_time(struct opt3001 *opt, int *val, int *val2) in opt3001_get_int_time() 313 static int opt3001_set_int_time(struct opt3001 *opt, int time) in opt3001_set_int_time() 348 struct opt3001 *opt = iio_priv(iio); in opt3001_read_raw() local 379 struct opt3001 *opt = iio_priv(iio); in opt3001_write_raw() local 406 struct opt3001 *opt = iio_priv(iio); in opt3001_read_event_value() local 434 struct opt3001 *opt = iio_priv(iio); in opt3001_write_event_value() local [all …]
|
/linux-4.4.14/net/ipv6/ |
D | exthdrs.c | 181 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_dest_hao() local 252 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_destopt_rcv() local 295 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_rthdr_rcv() local 620 struct inet6_skb_parm *opt = IP6CB(skb); in ipv6_parse_hopopts() local 656 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr() 680 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr() 689 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts() 707 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts() 714 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() 762 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_renew_options() [all …]
|
D | ipv6_sockglue.c | 103 struct ipv6_txoptions *opt) in ipv6_update_options() 174 struct ipv6_txoptions *opt; in do_ipv6_setsockopt() local 392 struct ipv6_txoptions *opt; in do_ipv6_setsockopt() local 471 struct ipv6_txoptions *opt = NULL; in do_ipv6_setsockopt() local 946 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_getsockopt_sticky() 1123 struct ipv6_txoptions *opt; in do_ipv6_getsockopt() local
|
D | xfrm6_protocol.c | 83 static void xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_esp_err() 110 static void xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ah_err() 137 static void xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_ipcomp_err()
|
D | tunnel6.c | 137 static void tunnel6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel6_err() 147 static void tunnel46_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tunnel46_err()
|
D | ip6_output.c | 158 struct ipv6_txoptions *opt, int tclass) in ip6_xmit() 382 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_forward() local 1182 int hlimit, int tclass, struct ipv6_txoptions *opt, in ip6_setup_cork() 1270 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_append_data() local 1563 int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, in ip6_append_data() 1627 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_make_skb() local 1749 struct ipv6_txoptions *opt, struct flowi6 *fl6, in ip6_make_skb()
|
D | ndisc.c | 158 u8 *opt = skb_put(skb, space); in ndisc_fill_addr_option() local 188 static inline int ndisc_is_useropt(struct nd_opt_hdr *opt) in ndisc_is_useropt() 205 struct ndisc_options *ndisc_parse_options(u8 *opt, int opt_len, in ndisc_parse_options() 1035 static void ndisc_ra_useropt(struct sk_buff *ra, struct nd_opt_hdr *opt) in ndisc_ra_useropt() 1094 __u8 *opt = (__u8 *)(ra_msg + 1); in ndisc_router_discovery() local 1474 u8 *opt = skb_put(skb, rd_len); in ndisc_fill_redirect_hdr_option() local
|
D | datagram.c | 52 struct ipv6_txoptions *opt; in __ip6_datagram_connect() local 556 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_datagram_recv_specific_ctl() local 687 struct ipv6_txoptions *opt, in ip6_datagram_send_ctl()
|
D | udplite.c | 23 struct inet6_skb_parm *opt, in udplitev6_err()
|
D | ah6.c | 118 u8 *opt = (u8 *)opthdr; in zero_out_mutable_opts() local 162 u8 *opt = (u8 *)destopt; in ipv6_rearrange_destopt() local 648 static int ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ah6_err()
|
D | af_inet6.c | 417 struct ipv6_txoptions *opt; in inet6_destroy_sock() local 687 const struct inet6_skb_parm *opt) in ipv6_opt_accepted()
|
D | ip6_input.c | 310 struct inet6_skb_parm *opt = IP6CB(skb); in ip6_mc_input() local
|
D | ipcomp6.c | 56 static int ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ipcomp6_err()
|
D | ip6_tunnel.c | 539 ip6_tnl_err(struct sk_buff *skb, __u8 ipproto, struct inet6_skb_parm *opt, in ip6_tnl_err() 627 ip4ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip4ip6_err() 733 ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6ip6_err() 945 static void init_tel_txopt(struct ipv6_tel_txoption *opt, __u8 encap_limit) in init_tel_txopt() 1041 struct ipv6_tel_txoption opt; in ip6_tnl_xmit2() local
|
D | icmp.c | 87 static void icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in icmpv6_err() 304 struct inet6_skb_parm *opt = IP6CB(skb); in mip6_addr_swap() local
|
D | tcp_ipv6.c | 122 struct ipv6_txoptions *opt; in tcp_v6_connect() local 320 static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in tcp_v6_err() 980 struct ipv6_txoptions *opt; in tcp_v6_syn_recv_sock() local
|
D | ip6_gre.c | 369 static void ip6gre_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in ip6gre_err() 588 static void init_tel_txopt(struct ipv6_tel_txoption *opt, __u8 encap_limit) in init_tel_txopt() 615 struct ipv6_tel_txoption opt; in ip6gre_xmit2() local
|
D | udp.c | 537 void __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in __udp6_lib_err() 611 struct inet6_skb_parm *opt, u8 type, in udpv6_err() 1110 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg() local
|
D | xfrm6_tunnel.c | 242 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in xfrm6_tunnel_err()
|
/linux-4.4.14/net/ipv4/ |
D | ip_options.c | 43 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, in ip_options_build() 214 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment() local 258 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile() 486 void ip_options_undo(struct ip_options *opt) in ip_options_undo() 520 struct ip_options_rcu *opt, int optlen) in ip_options_get_finish() 537 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get_from_user() local 551 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); in ip_options_get() local 562 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options() local 609 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_rcv_srr() local
|
D | ip_forward.c | 66 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish() local 83 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward() local
|
D | cipso_ipv4.c | 1627 unsigned char *opt = *option; in cipso_v4_validate() local 1892 struct ip_options_rcu *old, *opt = NULL; in cipso_v4_sock_setattr() local 1976 struct ip_options_rcu *opt = NULL; in cipso_v4_req_setattr() local 2036 struct ip_options_rcu *opt = *opt_ptr; in cipso_v4_delopt() local 2100 struct ip_options_rcu *opt; in cipso_v4_sock_delattr() local 2126 struct ip_options_rcu *opt; in cipso_v4_req_delattr() local 2201 struct ip_options_rcu *opt; in cipso_v4_sock_getattr() local 2231 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_setattr() local 2307 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_delattr() local
|
D | ip_output.c | 136 __be32 saddr, __be32 daddr, struct ip_options_rcu *opt) in ip_build_and_send_pkt() 878 struct ip_options *opt = cork->opt; in __ip_append_data() local 1118 struct ip_options_rcu *opt; in ip_setup_cork() local 1198 struct ip_options *opt = NULL; in ip_append_page() local 1357 struct ip_options *opt = NULL; in __ip_make_skb() local
|
D | ip_sockglue.c | 86 struct ip_options *opt = (struct ip_options *)optbuf; in ip_cmsg_recv_retopts() local 628 struct ip_options_rcu *old, *opt = NULL; in do_ip_setsockopt() local 1293 struct ip_options *opt = (struct ip_options *)optbuf; in do_ip_getsockopt() local
|
D | ip_input.c | 264 struct ip_options *opt; in ip_rcv_options() local
|
D | inet_connection_sock.c | 415 struct ip_options_rcu *opt = ireq->opt; in inet_csk_route_req() local 447 struct ip_options_rcu *opt; in inet_csk_route_child_sock() local
|
D | syncookies.c | 296 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check() local
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 227 const struct pch_gbe_option *opt, in pch_gbe_validate_option() 288 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local 300 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local 313 static const struct pch_gbe_option opt = { in pch_gbe_check_copper_options() local 450 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local 466 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local 482 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local 494 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local 506 static const struct pch_gbe_option opt = { in pch_gbe_check_options() local
|
/linux-4.4.14/net/netfilter/ |
D | nf_sockopt.c | 93 char __user *opt, int *len, int get) in nf_sockopt() 111 int nf_setsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, in nf_setsockopt() 118 int nf_getsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, in nf_getsockopt() 127 char __user *opt, int *len, int get) in compat_nf_sockopt() 153 int val, char __user *opt, unsigned int len) in compat_nf_setsockopt() 160 int val, char __user *opt, int *len) in compat_nf_getsockopt()
|
D | xt_TCPOPTSTRIP.c | 22 static inline unsigned int optlen(const u_int8_t *opt, unsigned int offset) in optlen() 40 u_int8_t *opt; in tcpoptstrip_mangle_packet() local
|
D | xt_TCPMSS.c | 37 optlen(const u_int8_t *opt, unsigned int offset) in optlen() 91 u8 *opt; in tcpmss_mangle_packet() local
|
D | xt_RATEEST.c | 97 struct nlattr opt; in xt_rateest_tg_checkentry() member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | option.c | 28 nvkm_stropt(const char *optstr, const char *opt, int *arglen) in nvkm_stropt() 54 nvkm_boolopt(const char *optstr, const char *opt, bool value) in nvkm_boolopt() 77 nvkm_longopt(const char *optstr, const char *opt, long value) in nvkm_longopt()
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 103 void (*req)(struct nci_dev *ndev, unsigned long opt), in __nci_request() 147 unsigned long opt), in nci_request() 163 static void nci_reset_req(struct nci_dev *ndev, unsigned long opt) in nci_reset_req() 171 static void nci_init_req(struct nci_dev *ndev, unsigned long opt) in nci_init_req() 176 static void nci_init_complete_req(struct nci_dev *ndev, unsigned long opt) in nci_init_complete_req() 218 static void nci_set_config_req(struct nci_dev *ndev, unsigned long opt) in nci_set_config_req() 238 static void nci_rf_discover_req(struct nci_dev *ndev, unsigned long opt) in nci_rf_discover_req() 304 static void nci_rf_discover_select_req(struct nci_dev *ndev, unsigned long opt) in nci_rf_discover_select_req() 331 static void nci_rf_deactivate_req(struct nci_dev *ndev, unsigned long opt) in nci_rf_deactivate_req() 347 static void nci_generic_req(struct nci_dev *ndev, unsigned long opt) in nci_generic_req() [all …]
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_param.c | 119 static int atl1e_validate_option(int *value, struct atl1e_option *opt, in atl1e_validate_option() 193 struct atl1e_option opt = { in atl1e_check_options() local 212 struct atl1e_option opt = { in atl1e_check_options() local 232 struct atl1e_option opt = { in atl1e_check_options() local 251 struct atl1e_option opt = { in atl1e_check_options() local
|
/linux-4.4.14/drivers/net/ppp/ |
D | pptp.c | 94 struct pptp_opt *opt; in lookup_chan() local 113 struct pptp_opt *opt; in lookup_chan_dst() local 176 struct pptp_opt *opt = &po->proto.pptp; in pptp_xmit() local 300 struct pptp_opt *opt = &po->proto.pptp; in pptp_rcv_core() local 455 struct pptp_opt *opt = &po->proto.pptp; in pptp_connect() local 545 struct pptp_opt *opt; in pptp_release() local 588 struct pptp_opt *opt; in pptp_create() local 622 struct pptp_opt *opt = &po->proto.pptp; in pptp_ppp_ioctl() local
|
/linux-4.4.14/tools/perf/util/ |
D | parse-options.c | 12 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() 21 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() 39 const struct option *opt, int flags) in get_value() 484 char opt = ctx->excl_opt->short_name; in parse_options_step() local 691 static bool option__in_argv(const struct option *opt, const struct parse_opt_ctx_t *ctx) in option__in_argv() 833 int parse_opt_verbosity_cb(const struct option *opt, in parse_opt_verbosity_cb()
|
D | run-command.c | 205 int opt) in prepare_run_command_v_opt() 214 int run_command_v_opt(const char **argv, int opt) in run_command_v_opt()
|
D | parse-regs-options.c | 8 parse_regs(const struct option *opt, const char *str, int unset) in parse_regs()
|
D | parse-branch-options.c | 35 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_options.c | 436 const struct bond_option *opt; in bond_opt_get_by_name() local 451 const struct bond_option *opt; in bond_opt_get_val() local 465 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt, in bond_opt_get_flags() 480 static bool bond_opt_check_range(const struct bond_option *opt, u64 val) in bond_opt_check_range() 502 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse() 569 const struct bond_option *opt) in bond_opt_check_deps() 584 const struct bond_option *opt) in bond_opt_dep_print() 597 const struct bond_option *opt, in bond_opt_error_interpret() 655 const struct bond_option *opt; in __bond_opt_set() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-probe.c | 176 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target() 214 static int opt_show_lines(const struct option *opt, in opt_show_lines() 234 static int opt_show_vars(const struct option *opt, in opt_show_vars() 253 static int opt_add_probe_event(const struct option *opt, in opt_add_probe_event() 264 static int opt_set_filter_with_command(const struct option *opt, in opt_set_filter_with_command()
|
D | builtin-record.c | 798 int record_parse_callchain_opt(const struct option *opt, in record_parse_callchain_opt() 822 int record_callchain_opt(const struct option *opt, in record_callchain_opt() 889 static int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() 930 static int record__parse_mmap_pages(const struct option *opt, in record__parse_mmap_pages()
|
D | builtin-top.c | 1047 callchain_opt(const struct option *opt, const char *arg, int unset) in callchain_opt() 1054 parse_callchain_opt(const struct option *opt, const char *arg, int unset) in parse_callchain_opt() 1087 parse_percent_limit(const struct option *opt, const char *arg, in parse_percent_limit()
|
D | builtin-report.c | 575 report_parse_callchain_opt(const struct option *opt, const char *arg, int unset) in report_parse_callchain_opt() 619 parse_percent_limit(const struct option *opt, const char *str, in parse_percent_limit()
|
D | builtin-mem.c | 204 parse_mem_ops(const struct option *opt, const char *str, int unset) in parse_mem_ops()
|
D | builtin-diff.c | 128 static int setup_compute_opt_wdiff(char *opt) in setup_compute_opt_wdiff() 164 static int setup_compute_opt(char *opt) in setup_compute_opt() 177 static int setup_compute(const struct option *opt, const char *str, in setup_compute()
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 141 static void sctp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in sctp_v6_err() 646 struct ipv6_txoptions *opt; in sctp_v6_create_accept_sk() local 713 struct inet6_skb_parm *opt = (struct inet6_skb_parm *) skb->cb; in sctp_v6_skb_iif() local 819 struct sctp_sock *opt) in sctp_inet6_cmp_addr() 847 static int sctp_inet6_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet6_bind_verify() 881 static int sctp_inet6_send_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet6_send_verify() 914 static int sctp_inet6_supported_addrs(const struct sctp_sock *opt, in sctp_inet6_supported_addrs()
|
D | protocol.c | 933 struct sctp_sock *opt) in sctp_inet_cmp_addr() 950 static int sctp_inet_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_bind_verify() 958 static int sctp_inet_send_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_send_verify() 966 static int sctp_inet_supported_addrs(const struct sctp_sock *opt, in sctp_inet_supported_addrs()
|
D | bind_addr.c | 316 struct sctp_sock *opt) in sctp_bind_addr_match() 404 struct sctp_sock *opt) in sctp_find_unmatch_addr()
|
D | transport.c | 269 union sctp_addr *saddr, struct sctp_sock *opt) in sctp_transport_route()
|
/linux-4.4.14/fs/qnx6/ |
D | qnx6.h | 68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument 69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument 70 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \ argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | barrier.h | 28 #define dmb(opt) asm volatile("dmb " #opt : : : "memory") argument 29 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") argument
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_rw.c | 96 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) in snd_seq_oss_write() 164 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) in insert_queue()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | acornfb.c | 765 static void acornfb_parse_mon(char *opt) in acornfb_parse_mon() 812 static void acornfb_parse_montype(char *opt) in acornfb_parse_montype() 853 static void acornfb_parse_dram(char *opt) in acornfb_parse_dram() 888 char *opt; in acornfb_setup() local
|
/linux-4.4.14/net/sched/ |
D | sch_plug.c | 123 static int plug_init(struct Qdisc *sch, struct nlattr *opt) in plug_init() 158 static int plug_change(struct Qdisc *sch, struct nlattr *opt) in plug_change()
|
D | sch_fifo.c | 51 static int fifo_init(struct Qdisc *sch, struct nlattr *opt) in fifo_init() 86 struct tc_fifo_qopt opt = { .limit = sch->limit }; in fifo_dump() local
|
D | sch_codel.c | 116 static int codel_change(struct Qdisc *sch, struct nlattr *opt) in codel_change() 170 static int codel_init(struct Qdisc *sch, struct nlattr *opt) in codel_init()
|
D | sch_red.c | 179 static int red_change(struct Qdisc *sch, struct nlattr *opt) in red_change() 249 static int red_init(struct Qdisc *sch, struct nlattr *opt) in red_init() 262 struct tc_red_qopt opt = { in red_dump() local
|
D | sch_multiq.c | 200 static int multiq_tune(struct Qdisc *sch, struct nlattr *opt) in multiq_tune() 254 static int multiq_init(struct Qdisc *sch, struct nlattr *opt) in multiq_init() 284 struct tc_multiq_qopt opt; in multiq_dump() local
|
D | sch_prio.c | 168 static int prio_tune(struct Qdisc *sch, struct nlattr *opt) in prio_tune() 225 static int prio_init(struct Qdisc *sch, struct nlattr *opt) in prio_init() 248 struct tc_prio_qopt opt; in prio_dump() local
|
D | sch_tbf.c | 314 static int tbf_change(struct Qdisc *sch, struct nlattr *opt) in tbf_change() 431 static int tbf_init(struct Qdisc *sch, struct nlattr *opt) in tbf_init() 457 struct tc_tbf_qopt opt; in tbf_dump() local
|
D | sch_choke.c | 416 static int choke_change(struct Qdisc *sch, struct nlattr *opt) in choke_change() 503 static int choke_init(struct Qdisc *sch, struct nlattr *opt) in choke_init() 512 struct tc_red_qopt opt = { in choke_dump() local
|
D | sch_gred.c | 424 static int gred_change(struct Qdisc *sch, struct nlattr *opt) in gred_change() 498 static int gred_init(struct Qdisc *sch, struct nlattr *opt) in gred_init() 558 struct tc_gred_qopt opt; in gred_dump() local
|
D | em_ipset.c | 56 struct ip_set_adt_opt opt; in em_ipset_match() local
|
D | sch_mqprio.c | 92 static int mqprio_init(struct Qdisc *sch, struct nlattr *opt) in mqprio_init() 225 struct tc_mqprio_qopt opt = { 0 }; in mqprio_dump() local
|
D | sch_cbq.c | 1343 static int cbq_init(struct Qdisc *sch, struct nlattr *opt) in cbq_init() 1423 struct tc_cbq_lssopt opt; in cbq_dump_lss() local 1449 struct tc_cbq_wrropt opt; in cbq_dump_wrr() local 1469 struct tc_cbq_ovl opt; in cbq_dump_ovl() local 1487 struct tc_cbq_fopt opt; in cbq_dump_fopt() local 1507 struct tc_cbq_police opt; in cbq_dump_police() local 1726 struct nlattr *opt = tca[TCA_OPTIONS]; in cbq_change_class() local
|
D | sch_ingress.c | 51 static int ingress_init(struct Qdisc *sch, struct nlattr *opt) in ingress_init()
|
D | act_skbedit.c | 142 struct tc_skbedit opt = { in tcf_skbedit_dump() local
|
D | act_connmark.c | 148 struct tc_connmark opt = { in tcf_connmark_dump() local
|
D | act_vlan.c | 155 struct tc_vlan opt = { in tcf_vlan_dump() local
|
D | sch_dsmark.c | 116 struct nlattr *opt = tca[TCA_OPTIONS]; in dsmark_change() local 340 static int dsmark_init(struct Qdisc *sch, struct nlattr *opt) in dsmark_init()
|
D | sch_generic.c | 422 static int noqueue_init(struct Qdisc *qdisc, struct nlattr *opt) in noqueue_init() 538 struct tc_prio_qopt opt = { .bands = PFIFO_FAST_BANDS }; in pfifo_fast_dump() local 549 static int pfifo_fast_init(struct Qdisc *qdisc, struct nlattr *opt) in pfifo_fast_init()
|
D | act_gact.c | 152 struct tc_gact opt = { in tcf_gact_dump() local
|
D | act_nat.c | 257 struct tc_nat opt = { in tcf_nat_dump() local
|
D | act_pedit.c | 178 struct tc_pedit *opt; in tcf_pedit_dump() local
|
D | act_simple.c | 141 struct tc_defact opt = { in tcf_simp_dump() local
|
D | sch_pie.c | 182 static int pie_change(struct Qdisc *sch, struct nlattr *opt) in pie_change() 440 static int pie_init(struct Qdisc *sch, struct nlattr *opt) in pie_init()
|
D | sch_sfq.c | 618 static int sfq_change(struct Qdisc *sch, struct nlattr *opt) in sfq_change() 711 static int sfq_init(struct Qdisc *sch, struct nlattr *opt) in sfq_init() 766 struct tc_sfq_qopt_v1 opt; in sfq_dump() local
|
D | sch_sfb.c | 483 static int sfb_change(struct Qdisc *sch, struct nlattr *opt) in sfb_change() 542 static int sfb_init(struct Qdisc *sch, struct nlattr *opt) in sfb_init() 554 struct tc_sfb_qopt opt = { in sfb_dump() local
|
D | act_mirred.c | 200 struct tc_mirred opt = { in tcf_mirred_dump() local
|
D | sch_drr.c | 71 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class() local 439 static int drr_init_qdisc(struct Qdisc *sch, struct nlattr *opt) in drr_init_qdisc()
|
D | sch_atm.c | 191 struct nlattr *opt = tca[TCA_OPTIONS]; in atm_tc_change() local 536 static int atm_tc_init(struct Qdisc *sch, struct nlattr *opt) in atm_tc_init()
|
D | sch_hhf.c | 528 static int hhf_change(struct Qdisc *sch, struct nlattr *opt) in hhf_change() 595 static int hhf_init(struct Qdisc *sch, struct nlattr *opt) in hhf_init()
|
D | sch_fq_codel.c | 328 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt) in fq_codel_change() 415 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt) in fq_codel_init()
|
D | sch_htb.c | 1020 static int htb_init(struct Qdisc *sch, struct nlattr *opt) in htb_init() 1099 struct tc_htb_opt opt; in htb_dump_class() local 1337 struct nlattr *opt = tca[TCA_OPTIONS]; in htb_change_class() local 1372 struct gnet_estimator opt; in htb_change_class() member
|
D | sch_mq.c | 38 static int mq_init(struct Qdisc *sch, struct nlattr *opt) in mq_init()
|
D | act_bpf.c | 134 struct tc_act_bpf opt = { in tcf_bpf_dump() local
|
D | sch_fq.c | 660 static int fq_change(struct Qdisc *sch, struct nlattr *opt) in fq_change() 759 static int fq_init(struct Qdisc *sch, struct nlattr *opt) in fq_init()
|
D | act_police.c | 317 struct tc_police opt = { in tcf_act_police_dump() local
|
D | act_csum.c | 538 struct tc_csum opt = { in tcf_csum_dump() local
|
/linux-4.4.14/net/ceph/ |
D | ceph_common.c | 279 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options() 343 struct ceph_options *opt; in ceph_parse_options() local 528 struct ceph_options *opt = client->options; in ceph_print_client_options() local 579 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client()
|
D | mon_client.c | 177 struct ceph_options *opt = monc->client->options; in __schedule_delayed() local 755 struct ceph_options *opt = monc->client->options; in delayed_work() local 784 struct ceph_options *opt = monc->client->options; in build_initial_monmap() local
|
/linux-4.4.14/net/dccp/ |
D | feat.c | 246 static const char *dccp_feat_oname(const u8 opt) in dccp_feat_oname() 291 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument 304 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 639 u8 opt, type, len, *ptr, nn_in_nbo[DCCP_OPTVAL_MAXLEN]; in dccp_feat_insert_opts() local 1097 static u8 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_change_recv() 1208 static u8 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_confirm_recv() 1305 static u8 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, in dccp_feat_handle_nn_established() 1395 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options()
|
D | ipv6.c | 69 static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in dccp_v6_err() 395 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock() local 768 struct ipv6_txoptions *opt; in dccp_v6_connect() local
|
D | ccid.h | 203 u8 pkt, u8 opt, u8 *val, u8 len) in ccid_hc_tx_parse_options() 215 u8 pkt, u8 opt, u8 *val, u8 len) in ccid_hc_rx_parse_options()
|
D | options.c | 62 unsigned char opt, len; in dccp_parse_options() local
|
/linux-4.4.14/sound/usb/ |
D | mixer_scarlett.c | 382 struct scarlett_mixer_elem_enum_info *opt = elem->private_data; in scarlett_ctl_enum_dynamic_info() local 404 struct scarlett_mixer_elem_enum_info *opt = elem->private_data; in scarlett_ctl_enum_info() local 414 struct scarlett_mixer_elem_enum_info *opt = elem->private_data; in scarlett_ctl_enum_get() local 432 struct scarlett_mixer_elem_enum_info *opt = elem->private_data; in scarlett_ctl_enum_put() local 543 const struct scarlett_mixer_elem_enum_info *opt, in add_new_ctl()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 209 const struct e1000_option *opt, in e1000_validate_option() 272 struct e1000_option opt; in e1000_check_options() local 564 struct e1000_option opt; in e1000_check_copper_options() local
|
/linux-4.4.14/include/net/ |
D | ndisc.h | 67 __u8 opt[0]; member 72 __u8 opt[0]; member 85 __u8 opt[0]; member
|
D | inet_sock.h | 64 struct ip_options opt; member 68 struct ip_options_rcu opt; member 98 struct ip_options_rcu *opt; member 119 struct ip_options *opt; member
|
D | bond_options.h | 15 #define BOND_OPT_VALID(opt) ((opt) < BOND_OPT_LAST) argument
|
D | ip.h | 39 struct ip_options opt; /* Compiled IP options */ member 61 struct ip_options_rcu *opt; member
|
/linux-4.4.14/arch/arm64/mm/ |
D | hugetlbpage.c | 44 static __init int setup_hugepagesz(char *opt) in setup_hugepagesz()
|
/linux-4.4.14/fs/ufs/ |
D | ufs.h | 72 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument 73 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument 74 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
|
/linux-4.4.14/drivers/tty/serial/ |
D | kgdboc.c | 134 static int kgdboc_option_setup(char *opt) in kgdboc_option_setup() 317 static int __init kgdboc_early_init(char *opt) in kgdboc_early_init()
|
D | earlycon-arm-semihost.c | 56 int __init early_smh_setup(struct earlycon_device *device, const char *opt) in early_smh_setup()
|
D | samsung.c | 2432 const char *opt) in samsung_early_console_setup() 2447 const char *opt) in s3c2410_early_console_setup() 2462 const char *opt) in s3c2440_early_console_setup() 2483 const char *opt) in s5pv210_early_console_setup()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 303 unsigned long opt), in __hci_req_sync() 369 unsigned long opt), in hci_req_sync() 385 static void hci_reset_req(struct hci_request *req, unsigned long opt) in hci_reset_req() 441 static void hci_init1_req(struct hci_request *req, unsigned long opt) in hci_init1_req() 593 static void hci_init2_req(struct hci_request *req, unsigned long opt) in hci_init2_req() 747 static void hci_init3_req(struct hci_request *req, unsigned long opt) in hci_init3_req() 861 static void hci_init4_req(struct hci_request *req, unsigned long opt) in hci_init4_req() 971 static void hci_init0_req(struct hci_request *req, unsigned long opt) in hci_init0_req() 1006 static void hci_scan_req(struct hci_request *req, unsigned long opt) in hci_scan_req() 1016 static void hci_auth_req(struct hci_request *req, unsigned long opt) in hci_auth_req() [all …]
|
D | l2cap_sock.c | 399 u32 opt; in l2cap_sock_getsockopt_old() local 637 u32 opt; in l2cap_sock_setsockopt_old() local 751 u32 opt; in l2cap_sock_setsockopt() local
|
D | hci_sock.c | 1289 int err = 0, opt = 0; in hci_sock_setsockopt() local 1372 int len, opt, err = 0; in hci_sock_getsockopt() local
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fb_cmdline.c | 37 char *opt, *options = NULL; in fb_get_options() local
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbip_detach.c | 90 int opt; in usbip_detach() local
|
D | usbip_unbind.c | 119 int opt; in usbip_unbind() local
|
D | usbip_bind.c | 192 int opt; in usbip_bind() local
|
D | usbip.c | 155 int opt; in main() local
|
D | usbip_attach.c | 210 int opt; in usbip_attach() local
|
D | usbip_list.c | 250 int opt; in usbip_list() local
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_list_set.c | 53 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_ktest() 87 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kadd() 107 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kdel() 127 enum ipset_adt adt, struct ip_set_adt_opt *opt) in list_set_kadt()
|
D | ip_set_hash_ipmark.c | 86 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmark4_kadt() 212 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmark6_kadt()
|
D | ip_set_hash_ip.c | 83 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ip4_kadt() 218 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ip6_kadt()
|
D | ip_set_hash_ipport.c | 93 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport4_kadt() 251 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport6_kadt()
|
D | ip_set_hash_ipportip.c | 95 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip4_kadt() 261 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip6_kadt()
|
D | ip_set_hash_net.c | 118 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_net4_kadt() 287 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_net6_kadt()
|
D | ip_set_hash_mac.c | 81 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_mac4_kadt()
|
D | ip_set_hash_netport.c | 134 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netport4_kadt() 349 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netport6_kadt()
|
D | ip_set_hash_netnet.c | 144 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netnet4_kadt() 378 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netnet6_kadt()
|
D | ip_set_hash_ipportnet.c | 139 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportnet4_kadt() 390 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportnet6_kadt()
|
D | ip_set_hash_netportnet.c | 155 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netportnet4_kadt() 433 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netportnet6_kadt()
|
D | ip_set_hash_netiface.c | 157 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netiface4_kadt() 370 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netiface6_kadt()
|
D | ip_set_bitmap_port.c | 105 enum ipset_adt adt, struct ip_set_adt_opt *opt) in bitmap_port_kadt()
|
/linux-4.4.14/fs/nilfs2/ |
D | the_nilfs.h | 228 #define nilfs_clear_opt(nilfs, opt) \ argument 230 #define nilfs_set_opt(nilfs, opt) \ argument 232 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) argument 233 #define nilfs_write_opt(nilfs, mask, opt) \ argument
|
/linux-4.4.14/net/core/ |
D | gen_estimator.c | 211 struct nlattr *opt) in gen_new_estimator() 302 spinlock_t *stats_lock, struct nlattr *opt) in gen_replace_estimator()
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | parse.c | 161 char opt[16], val[32], *line = NULL; in prepare_config() local
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.c | 109 struct gssx_option *opt) in gssx_enc_option() 121 struct gssx_option *opt) in gssx_dec_option() 353 struct gssx_option opt; in gssx_enc_call_ctx() local
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set_timeout.h | 26 #define ip_set_adt_opt_timeout(opt, set) \ argument
|
/linux-4.4.14/include/linux/ |
D | mroute6.h | 11 static inline int ip6_mroute_opt(int opt) in ip6_mroute_opt() 16 static inline int ip6_mroute_opt(int opt) in ip6_mroute_opt()
|
D | mroute.h | 10 static inline int ip_mroute_opt(int opt) in ip_mroute_opt() 15 static inline int ip_mroute_opt(int opt) in ip_mroute_opt()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-watchdog.c | 79 int opt; in setup_watchdog() local
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | early_printk.c | 111 int __init setup_early_printk(char *opt) in setup_early_printk()
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | set-2038.c | 88 int opt, dangerous = 0; in main() local
|
D | threadtest.c | 138 int opt; in main() local
|
D | inconsistency-check.c | 166 int clockid, opt; in main() local
|
D | leap-a-day.c | 197 int opt; in main() local
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 510 struct ceph_options *opt) in create_fs_client() 886 struct ceph_options *opt = new->client->options; in ceph_compare_super() local 943 struct ceph_options *opt = NULL; in ceph_mount() local
|
D | debugfs.c | 164 struct ceph_options *opt = fsc->client->options; in mds_sessions_show() local
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 269 #define OPT_EQUAL(opt, name) (!strncmp(opt, name, strlen(name))) argument 270 #define OPT_INTVAL(opt, name) simple_strtoul(opt + strlen(name) + 1, NULL, 0) argument 271 #define OPT_STRVAL(opt, name) (opt + strlen(name)) argument
|
/linux-4.4.14/tools/hv/ |
D | hv_fcopy_daemon.c | 136 int daemonize = 1, long_index = 0, opt; in main() local
|
D | hv_vss_daemon.c | 150 int daemonize = 1, long_index = 0, opt; in main() local
|
/linux-4.4.14/include/linux/ceph/ |
D | libceph.h | 38 #define ceph_set_opt(client, opt) \ argument 40 #define ceph_test_opt(client, opt) \ argument
|
/linux-4.4.14/scripts/dtc/ |
D | dtc.c | 116 int opt; in main() local
|
/linux-4.4.14/arch/x86/mm/ |
D | hugetlbpage.c | 160 static __init int setup_hugepagesz(char *opt) in setup_hugepagesz()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-local.c | 71 int ret, opt; in rxrpc_create_local() local
|
D | ar-output.c | 336 int ret, opt; in rxrpc_send_packet() local
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | sock.c | 651 u32 opt; in rfcomm_sock_setsockopt_old() local 694 u32 opt; in rfcomm_sock_setsockopt() local 763 u32 opt; in rfcomm_sock_getsockopt_old() local
|
/linux-4.4.14/fs/affs/ |
D | affs.h | 122 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument 123 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument 124 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
|
/linux-4.4.14/samples/bpf/ |
D | fds_example.c | 133 int opt, mode = BPF_M_UNSPEC; in main() local
|
/linux-4.4.14/block/ |
D | blk-settings.c | 461 void blk_limits_io_opt(struct queue_limits *limits, unsigned int opt) in blk_limits_io_opt() 480 void blk_queue_io_opt(struct request_queue *q, unsigned int opt) in blk_queue_io_opt()
|
/linux-4.4.14/net/dns_resolver/ |
D | dns_key.c | 67 const char *data = prep->data, *end, *opt; in dns_resolver_preparse() local
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | dt2801.c | 401 static const struct comedi_lrange *dac_range_lkup(int opt) in dac_range_lkup() 408 static const struct comedi_lrange *ai_range_lkup(int type, int opt) in ai_range_lkup()
|
D | pcl726.c | 350 unsigned int opt = it->options[2 + i]; in pcl726_attach() local
|
/linux-4.4.14/firmware/ |
D | ihex2fw.c | 76 int opt; in main() local
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | socket.c | 417 int err = 0, opt = 0; in data_sock_setsockopt() local 449 int len, opt; in data_sock_getsockopt() local
|
/linux-4.4.14/drivers/net/usb/ |
D | asix_common.c | 432 u8 opt; in asix_get_wol() local 450 u8 opt = 0; in asix_set_wol() local
|
D | sr9800.c | 403 u8 opt; in sr_get_wol() local 422 u8 opt = 0; in sr_set_wol() local
|
/linux-4.4.14/arch/metag/mm/ |
D | hugetlbpage.c | 236 static __init int setup_hugepagesz(char *opt) in setup_hugepagesz()
|
/linux-4.4.14/drivers/firewire/ |
D | init_ohci1394_dma.c | 301 static int __init setup_ohci1394_dma(char *opt) in setup_ohci1394_dma()
|
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 80 int opt; in cmdline() local
|
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 590 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios() 687 static int set_termiox(struct tty_struct *tty, void __user *arg, int opt) in set_termiox()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 491 lnet_ptl_setopt(lnet_portal_t *ptl, int opt) in lnet_ptl_setopt() 497 lnet_ptl_unsetopt(lnet_portal_t *ptl, int opt) in lnet_ptl_unsetopt()
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | sm750.c | 931 char *opt; in sm750fb_setup() local 1173 char *opt, *tmp; in lynxfb_setup() local
|
/linux-4.4.14/drivers/hid/ |
D | hid-wiimote.h | 129 __u32 opt; member 297 __u32 opt) in wiimote_cmd_pending() 331 __u32 opt) in wiimote_cmd_set()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 600 struct ip_vs_sync_conn_options *opt = in ip_vs_sync_conn_v0() local 843 struct ip_vs_sync_conn_options *opt) in ip_vs_proc_conn() 958 struct ip_vs_sync_conn_options *opt; in ip_vs_process_message_v0() local 1027 struct ip_vs_sync_conn_options *opt) in ip_vs_proc_seqopt() 1069 struct ip_vs_sync_conn_options opt; in ip_vs_proc_sync_conn() local
|
/linux-4.4.14/tools/net/ |
D | bpf_jit_disasm.c | 235 unsigned int len, klen, opt, opcodes = 0; in main() local
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 101 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options() 466 static int ntfs_remount(struct super_block *sb, int *flags, char *opt) in ntfs_remount() 2714 static int ntfs_fill_super(struct super_block *sb, void *opt, const int silent) in ntfs_fill_super()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-palmas.c | 389 const struct palmas_pin_info *opt[4]; member 755 const struct palmas_pin_info *opt; in palmas_pinconf_get() local 865 const struct palmas_pin_info *opt; in palmas_pinconf_set() local
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 99 const char *opt) in ingenic_early_console_setup()
|
/linux-4.4.14/arch/tile/mm/ |
D | hugetlbpage.c | 309 static __init int setup_hugepagesz(char *opt) in setup_hugepagesz()
|
/linux-4.4.14/scripts/ |
D | sign-file.c | 149 int opt, n; in main() local
|
D | pnmtologo.c | 449 int opt; in main() local
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 499 char *opt; in gxfb_setup() local
|
D | lxfb_core.c | 628 char *opt; in lxfb_setup() local
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | signal.c | 39 xtregs_opt_t opt; member
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mbx.c | 1408 qla2x00_get_port_database(scsi_qla_host_t *vha, fc_port_t *fcport, uint8_t opt) in qla2x00_get_port_database() 1643 uint8_t opt) in qla2x00_get_port_name() 1872 uint8_t area, uint8_t al_pa, uint16_t *mb, uint8_t opt) in qla24xx_login_fabric() 2009 uint8_t area, uint8_t al_pa, uint16_t *mb, uint8_t opt) in qla2x00_login_fabric() 2090 uint16_t *mb_ret, uint8_t opt) in qla2x00_login_local_device() 4237 uint16_t dev, uint16_t off, uint16_t len, uint16_t opt) in qla2x00_read_sfp() 4284 uint16_t dev, uint16_t off, uint16_t len, uint16_t opt) in qla2x00_write_sfp()
|
/linux-4.4.14/arch/arc/kernel/ |
D | setup.c | 228 int opt = 2; /* stock MPY/MPYH */ in arc_cpu_mumbojumbo() local
|
/linux-4.4.14/scripts/kconfig/ |
D | conf.c | 494 int opt; in main() local
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 349 int opt; in cmdline() local
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 182 unsigned int opt; in jffs2_parse_options() local
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | call-graph-from-postgresql.py | 304 opt = opt.split('=') variable
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | txtimestamp.c | 270 static void do_test(int family, unsigned int opt) in do_test()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_osf.h | 78 struct xt_osf_opt opt[MAX_IPOPTLEN]; member
|