Home
last modified time | relevance | path

Searched refs:conf_line (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_procconf.c41 uchar conf_line[CONF_LINE_LEN]; /* buffered conf line */ member
54 uchar *cp = cnf->conf_line; in process_line()
79 return (hysdn_tx_cfgline(cnf->card, cnf->conf_line + 1, in process_line()
123 cnf->conf_line[CONF_LINE_LEN - 1] = 0; /* limit string length */ in hysdn_conf_write()
161 if (copy_from_user(cnf->conf_line + cnf->buf_size, buf, count)) in hysdn_conf_write()
165 cp = cnf->conf_line + cnf->buf_size; in hysdn_conf_write()