Searched refs:newval (Results 76 - 85 of 85) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c422 unsigned char oldval, newval; local
431 newval = oldval | value; /* Set the desired bits */
433 return (reg_w(ov, reg, newval));
804 unsigned char oldval, newval; local
807 newval = value;
819 newval = oldval | value; /* Set the desired bits */
823 return (ov518_i2c_write_internal(ov, reg, newval));
825 return (ov511_i2c_write_internal(ov, reg, newval));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c1172 void __user *newval, size_t newlen)
1170 uuid_strategy(ctl_table *table, int __user *name, int nlen, void __user *oldval, size_t __user *oldlenp, void __user *newval, size_t newlen) argument
H A Dsynclinkmp.c3144 unsigned char newval = oldval + local
3147 if ( oldval != newval ) {
3148 info->ie1_value = newval;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h793 extern int obscure(const char *old, const char *newval, const struct passwd *pwdp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S695 * int __kernel_cmpxchg(int oldval, int newval, int *ptr)
700 * r1 = newval
715 * typedef int (__kernel_cmpxchg_t)(int oldval, int newval, int *ptr);
718 * Atomically store newval in *ptr if *ptr is equal to oldval for user space.
784 streq r1, [r3, #-1]! @ store newval if still allowed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c1956 unsigned int newval; member in struct:sysctl32
1984 newvalp = compat_ptr(a32.newval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c3811 void __user *newval, size_t newlen)
3816 if (!newval || !newlen)
3820 if (get_user(new, (int __user *)newval))
3807 addrconf_sysctl_forward_strategy(ctl_table *table, int __user *name, int nlen, void __user *oldval, size_t __user *oldlenp, void __user *newval, size_t newlen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c2929 void __user *newval,
2935 if (get_user(delay, (int __user *)newval))
2924 ipv4_sysctl_rtcache_flush_strategy(ctl_table *table, int __user *name, int nlen, void __user *oldval, size_t __user *oldlenp, void __user *newval, size_t newlen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c227 static void awacs_burgundy_wcw(unsigned addr,unsigned newval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c6746 changepath(const char *newval) argument
6754 new = newval;

Completed in 249 milliseconds

1234