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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hysdn/
H A Dhysdn_proclog.c160 unsigned char valbuf[128]; local
163 if (count > (sizeof(valbuf) - 1))
164 count = sizeof(valbuf) - 1; /* limit length */
165 if (copy_from_user(valbuf, buf, count))
168 valbuf[count] = 0; /* terminating 0 */
170 rc = strict_strtoul(valbuf, 0, &u);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/rss/
H A Drss.c100 char *valbuf; local
105 valbuf = (char*)soap_malloc(soap, len + 1);
108 char *val = query_val(valbuf, len, &query); /* decode next query string value (if any) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/rss/
H A Drss.c100 char *valbuf; local
105 valbuf = (char*)soap_malloc(soap, len + 1);
108 char *val = query_val(valbuf, len, &query); /* decode next query string value (if any) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A Dhdpvr-control.c27 int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf) argument
35 dev->usbc_buf[0] = valbuf;
H A Dhdpvr.h286 unsigned char valbuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dftdi_sio.c1456 struct device_attribute *attr, const char *valbuf,
1461 int v = simple_strtoul(valbuf, NULL, 10);
1474 struct device_attribute *attr, const char *valbuf, size_t count)
1479 int v = simple_strtoul(valbuf, NULL, 10);
1455 store_latency_timer(struct device *dev, struct device_attribute *attr, const char *valbuf, size_t count) argument
1473 store_event_char(struct device *dev, struct device_attribute *attr, const char *valbuf, size_t count) argument
H A Dio_ti.c2703 struct device_attribute *attr, const char *valbuf, size_t count)
2707 unsigned int v = simple_strtoul(valbuf, NULL, 0);
2702 store_uart_mode(struct device *dev, struct device_attribute *attr, const char *valbuf, size_t count) argument

Completed in 245 milliseconds