Searched refs:ovr (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dcopy_file.c72 signed char ovr; local
209 ovr = ask_and_unlink(dest, flags);
210 if (ovr <= 0)
211 return ovr;
234 ovr = ask_and_unlink(dest, flags);
235 if (ovr <= 0)
236 return ovr;
264 ovr = ask_and_unlink(dest, flags);
265 if (ovr <= 0) {
267 return ovr;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dact_api.h119 extern struct tc_action *tcf_action_init(struct nlattr *nla, struct nlattr *est, char *n, int ovr, int bind);
120 extern struct tc_action *tcf_action_init_1(struct nlattr *nla, struct nlattr *est, char *n, int ovr, int bind);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_api.c466 char *name, int ovr, int bind)
522 err = a_o->init(tb[TCA_ACT_OPTIONS], est, a, ovr, bind);
524 err = a_o->init(nla, est, a, ovr, bind);
547 char *name, int ovr, int bind)
559 act = tcf_action_init_1(tb[i], est, name, ovr, bind);
930 u32 pid, int ovr)
937 act = tcf_action_init(nla, NULL, NULL, ovr, 0);
962 int ret = 0, ovr = 0; local
984 ovr = 1;
986 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, pid, ovr);
465 tcf_action_init_1(struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind) argument
546 tcf_action_init(struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind) argument
929 tcf_action_add(struct net *net, struct nlattr *nla, struct nlmsghdr *n, u32 pid, int ovr) argument
[all...]
H A Dact_gact.c62 struct tc_action *a, int ovr, int bind)
95 if (!ovr) {
61 tcf_gact_init(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_mirred.c66 struct tc_action *a, int ovr, int bind)
121 if (!ovr) {
65 tcf_mirred_init(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_pedit.c42 struct tc_action *a, int ovr, int bind)
83 if (!ovr) {
41 tcf_pedit_init(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_simple.c99 struct tc_action *a, int ovr, int bind)
141 if (!ovr) {
98 tcf_simp_init(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_skbedit.c72 struct tc_action *a, int ovr, int bind)
123 if (!ovr) {
71 tcf_skbedit_init(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_ipt.c106 struct tc_action *a, int ovr, int bind)
144 if (!ovr) {
105 tcf_ipt_init(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_nat.c48 struct tc_action *a, int ovr, int bind)
77 if (!ovr) {
47 tcf_nat_init(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_police.c140 struct tc_action *a, int ovr, int bind)
175 if (ovr)
139 tcf_act_police_locate(struct nlattr *nla, struct nlattr *est, struct tc_action *a, int ovr, int bind) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/AIX/RPM/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/EPM/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Linux/RPM/
H A DMakefile.in98 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
100 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Solaris/
H A DMakefile.in100 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
101 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
102 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/certs/scripts/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_generic.h207 } ovr; member in struct:eata_register
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c1211 unsigned char ovr, vde, fsr; local
1224 sisusb_getidxreg(sisusb, SISCR, 0x07, &ovr);
1226 ovr = (ovr & 0xbd) |
1229 sisusb_setidxreg(sisusb, SISCR, 0x07, ovr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dvgacon.c1202 unsigned char ovr, vde, fsr; local
1220 ovr = inb_p(vga_video_port_val);
1226 ovr = (ovr & 0xbd) + /* Overflow register */
1232 outb_p(ovr, vga_video_port_val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/AIX/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Linux/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Win32/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Win32/cygwin/
H A DMakefile.in97 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
98 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
99 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \

Completed in 271 milliseconds

12