Searched refs:conf_line (Results 1 - 1 of 1) 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_procconf.c43 unsigned char conf_line[CONF_LINE_LEN]; /* buffered conf line */ member in struct:conf_writedata
56 unsigned char *cp = cnf->conf_line;
81 return (hysdn_tx_cfgline(cnf->card, cnf->conf_line + 1,
123 cnf->conf_line[CONF_LINE_LEN - 1] = 0; /* limit string length */
161 if (copy_from_user(cnf->conf_line + cnf->buf_size, buf, count))
165 cp = cnf->conf_line + cnf->buf_size;

Completed in 111 milliseconds