Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ctau/
H A Dctddk.h596 int scc_write (ct_chan_t *c, unsigned char *d, int len);
H A Dctddk.c1063 int scc_write (ct_chan_t *c, unsigned char *d, int len) in scc_write() function
1131 if (scc_write (c, &b, 1) < 0) in scc_write_byte()