Home
last modified time | relevance | path

Searched refs:optp (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Ditest.c151 const op_tbl_t *optp; in binary_test() local
155 for (optp = (op_tbl_t *)&op_table, i = 0; in binary_test()
157 optp++, i++) { in binary_test()
159 if ((strncmp (op, optp->op, len) == 0) && (len == strlen (optp->op))) { in binary_test()
161 return (stringcomp(arg1, arg2, optp->opcode)); in binary_test()
163 return (arithcomp (arg1, arg2, optp->opcode, w)); in binary_test()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_osf.c60 const unsigned char *optp; member
69 const __u8 *optpinit = ctx->optp; in nf_osf_match_one()
98 if (f->opt[optnum].kind == *ctx->optp) { in nf_osf_match_one()
100 const __u8 *optend = ctx->optp + len; in nf_osf_match_one()
104 switch (*ctx->optp) { in nf_osf_match_one()
106 mss = ctx->optp[3]; in nf_osf_match_one()
108 mss |= ctx->optp[2]; in nf_osf_match_one()
116 ctx->optp = optend; in nf_osf_match_one()
160 ctx->optp = optpinit; in nf_osf_match_one()
187 ctx->optp = skb_header_pointer(skb, ip_hdrlen(skb) + in nf_osf_hdr_ctx_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dacornfb.c884 struct options *optp; in acornfb_setup() local
896 for (optp = opt_table; optp->name; optp++) { in acornfb_setup()
899 optlen = strlen(optp->name); in acornfb_setup()
901 if (strncmp(opt, optp->name, optlen) == 0 && in acornfb_setup()
903 optp->parse(opt + optlen + 1); in acornfb_setup()
908 if (!optp->name) in acornfb_setup()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_options.c525 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() argument
546 kfree(*optp); in ip_options_get()
547 *optp = opt; in ip_options_get()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c715 XF86OptionPtr optp, tmp; in configServerFlags() local
727 optp = NULL; in configServerFlags()
729 optp = xf86optionListDup(flagsconf->flg_option_lst); in configServerFlags()
732 if (optp) in configServerFlags()
733 optp = xf86optionListMerge(optp, tmp); in configServerFlags()
735 optp = tmp; in configServerFlags()
738 xf86ProcessOptions(-1, optp, FlagOptions); in configServerFlags()
/OK3568_Linux_fs/kernel/include/net/
H A Dip.h733 int ip_options_get(struct net *net, struct ip_options_rcu **optp,