Searched refs:valbuf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_proclog.c156 unsigned char *cp, valbuf[128]; local
160 if (count > (sizeof(valbuf) - 1))
161 count = sizeof(valbuf) - 1; /* limit length */
162 if (copy_from_user(valbuf, buf, count))
165 valbuf[count] = 0; /* terminating 0 */
166 cp = valbuf;
167 if ((count > 2) && (valbuf[0] == '0') && (valbuf[1] == 'x')) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dftdi_sio.c825 static ssize_t store_latency_timer(struct device *dev, struct device_attribute *attr, const char *valbuf, argument
832 int v = simple_strtoul(valbuf, NULL, 10);
854 static ssize_t store_event_char(struct device *dev, struct device_attribute *attr, const char *valbuf, argument
861 int v = simple_strtoul(valbuf, NULL, 10);

Completed in 94 milliseconds