Home
last modified time | relevance | path

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

/drivers/isdn/hysdn/
Dhysdn_procconf.c42 unsigned char conf_line[CONF_LINE_LEN]; /* buffered conf line */ member
55 unsigned char *cp = cnf->conf_line; in process_line()
80 return (hysdn_tx_cfgline(cnf->card, cnf->conf_line + 1, in process_line()
122 cnf->conf_line[CONF_LINE_LEN - 1] = 0; /* limit string length */ in hysdn_conf_write()
160 if (copy_from_user(cnf->conf_line + cnf->buf_size, buf, count)) in hysdn_conf_write()
164 cp = cnf->conf_line + cnf->buf_size; in hysdn_conf_write()