Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hysdn/
Dhysdn_boot.c97 hysdn_addlog(card, "POF created %s", boot->buf.PofTime.DateTimeText); in pof_handle_data()
104 hysdn_addlog(card, "POF got %s len=%d offs=0x%lx", in pof_handle_data()
142 hysdn_addlog(card, "POF got %s len=%d offs=0x%lx", in pof_handle_data()
156 hysdn_addlog(card, "POF got data(id=0x%lx) len=%d offs=0x%lx", boot->pof_recid, in pof_handle_data()
184 hysdn_addlog(card, "POF write: got %d bytes ", datlen); in pof_write_buffer()
189 hysdn_addlog(card, "POF write: checking file header"); in pof_write_buffer()
207 hysdn_addlog(card, "POF write: checking tag header"); in pof_write_buffer()
218 hysdn_addlog(card, "POF: got record id=0x%lx length=%ld ", in pof_write_buffer()
235 hysdn_addlog(card, "POF write: getting tag data"); in pof_write_buffer()
277 hysdn_addlog(card, "POF open: already opened for boot"); in pof_write_open()
[all …]
Dhysdn_sched.c156 hysdn_addlog(card, "async tx-cfg chan=%d len=%d", chan, strlen(line) + 1); in hysdn_tx_cfgline()
161 hysdn_addlog(card, "async tx-cfg delayed"); in hysdn_tx_cfgline()
179 hysdn_addlog(card, "async tx-cfg data queued"); in hysdn_tx_cfgline()
186 hysdn_addlog(card, "async tx-cfg waiting for tx-ready"); in hysdn_tx_cfgline()
194 hysdn_addlog(card, "async tx-cfg data send"); in hysdn_tx_cfgline()
Dhysdn_procconf.c59 hysdn_addlog(cnf->card, "conf line: %s", cp); in process_line()
71 hysdn_addlog(cnf->card, "conf channel invalid %d", i); in process_line()
79 hysdn_addlog(cnf->card, "conf chan=%d %s", cnf->channel, cp); in process_line()
151 hysdn_addlog(cnf->card, "cnf write denied -> not booted"); in hysdn_conf_write()
191 hysdn_addlog(cnf->card, "cnf line too long %d chars pos %d", cnf->buf_size, count); in hysdn_conf_write()
200 hysdn_addlog(cnf->card, "cnf line too long"); in hysdn_conf_write()
239 hysdn_addlog(card, "config open for uid=%d gid=%d mode=0x%x", in hysdn_conf_open()
313 hysdn_addlog(card, "config close for uid=%d gid=%d mode=0x%x", in hysdn_conf_close()
Dboardergo.c222 hysdn_addlog(card, "ERGO: write bootldr offs=0x%lx ", offs); in ergo_writebootimg()
248 hysdn_addlog(card, "ERGO: write bootldr no answer"); in ergo_writebootimg()
272 hysdn_addlog(card, "ERGO: write boot seq len=%d ", len); in ergo_writebootseq()
290 hysdn_addlog(card, "ERGO: write boot seq timeout"); in ergo_writebootseq()
331 hysdn_addlog(card, "ERGO: waiting for pof ready"); in ergo_waitpofready()
351 hysdn_addlog(card, "ERGO: pof boot success"); in ergo_waitpofready()
384 hysdn_addlog(card, "ERGO: pof boot ready timeout"); in ergo_waitpofready()
Dhysdn_net.c285 hysdn_addlog(card, "network device created"); in hysdn_net_create()
309 hysdn_addlog(card, "network device deleted"); in hysdn_net_release()
Dhysdn_proclog.c69 hysdn_addlog(hysdn_card *card, char *fmt, ...) in hysdn_addlog() function
164 hysdn_addlog(card, "debug set to 0x%lx", card->debug_flags); in hysdn_log_write()
Dhysdn_defs.h238 extern void hysdn_addlog(hysdn_card *, char *, ...); /* output data to log */