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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dclocksource.c370 struct clocksource *ovr = NULL; local
391 ovr = clocksource_override;
399 ovr = cs;
404 if (ovr != clocksource_override) {
405 clocksource_override = ovr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dact_api.h119 extern struct tc_action *tcf_action_init(struct rtattr *rta, struct rtattr *est, char *n, int ovr, int bind, int *err);
120 extern struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est, char *n, int ovr, int bind, int *err);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_api.c453 char *name, int ovr, int bind, int *err)
507 *err = a_o->init(tb[TCA_ACT_OPTIONS-1], est, a, ovr, bind);
509 *err = a_o->init(rta, est, a, ovr, bind);
533 char *name, int ovr, int bind, int *err)
545 act = tcf_action_init_1(tb[i], est, name, ovr, bind, err);
897 tcf_action_add(struct rtattr *rta, struct nlmsghdr *n, u32 pid, int ovr) argument
904 act = tcf_action_init(rta, NULL, NULL, ovr, 0, &ret);
924 int ret = 0, ovr = 0; local
942 ovr = 1;
944 ret = tcf_action_add(tca[TCA_ACT_TAB-1], n, pid, ovr);
452 tcf_action_init_1(struct rtattr *rta, struct rtattr *est, char *name, int ovr, int bind, int *err) argument
532 tcf_action_init(struct rtattr *rta, struct rtattr *est, char *name, int ovr, int bind, int *err) argument
[all...]
H A Dact_gact.c68 struct tc_action *a, int ovr, int bind)
100 if (!ovr) {
67 tcf_gact_init(struct rtattr *rta, struct rtattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_mirred.c69 struct tc_action *a, int ovr, int bind)
116 if (!ovr) {
68 tcf_mirred_init(struct rtattr *rta, struct rtattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_simple.c89 struct tc_action *a, int ovr, int bind)
131 if (!ovr) {
88 tcf_simp_init(struct rtattr *rta, struct rtattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_ipt.c108 struct tc_action *a, int ovr, int bind)
144 if (!ovr) {
107 tcf_ipt_init(struct rtattr *rta, struct rtattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_pedit.c48 struct tc_action *a, int ovr, int bind)
86 if (!ovr) {
47 tcf_pedit_init(struct rtattr *rta, struct rtattr *est, struct tc_action *a, int ovr, int bind) argument
H A Dact_police.c138 struct tc_action *a, int ovr, int bind)
176 if (ovr)
137 tcf_act_police_locate(struct rtattr *rta, struct rtattr *est, struct tc_action *a, int ovr, int bind) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata_generic.h207 } ovr; member in struct:eata_register
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c1180 unsigned char ovr, vde, fsr; local
1198 ovr = inb_p(vga_video_port_val);
1204 ovr = (ovr & 0xbd) + /* Overflow register */
1210 outb_p(ovr, vga_video_port_val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c1233 unsigned char ovr, vde, fsr; local
1246 sisusb_getidxreg(sisusb, SISCR, 0x07, &ovr);
1248 ovr = (ovr & 0xbd) |
1251 sisusb_setidxreg(sisusb, SISCR, 0x07, ovr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c1275 u_char b, ovr; local
1307 if ((ovr = Read_hfc8(hw, R_IRQ_OVIEW))) {
1308 hw->mr.r_irq_oview |= ovr;
1311 while (ovr) {
1312 if ((ovr & 1)) {
1317 ovr >>= 1;

Completed in 125 milliseconds