Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dince1pc.h98 } tErrLogEntry; typedef
102 #if sizeof(tErrLogEntry) != ERRLOG_ENTRY_SIZE
103 #error size of tErrLogEntry != ERRLOG_ENTRY_SIZE
Dhysdn_defs.h239 extern void hysdn_card_errlog(hysdn_card *, tErrLogEntry *, int); /* output card log */
Dhysdn_sched.c44 hysdn_card_errlog(card, (tErrLogEntry *) buf, len); in hysdn_sched_rx()
Dhysdn_proclog.c56 hysdn_card_errlog(hysdn_card *card, tErrLogEntry *logp, int maxsize) in hysdn_card_errlog()