Searched refs:format_timeslots (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sbin/sconfig/
H A Dsconfig.c213 format_timeslots (unsigned long s) function
722 printf (" ts=%s", format_timeslots (timeslots));
724 printf (" pass=%s", format_timeslots (subchan));
/freebsd-12-stable/sys/dev/ctau/
H A Dif_ct.c1752 static char *format_timeslots (u_long s) function
1983 length += sprintf (s + length, " ts=%s", format_timeslots (ct_get_ts(c)));
1985 length += sprintf (s + length, " pass=%s", format_timeslots (ct_get_subchan(c->board)));
/freebsd-12-stable/sys/dev/ce/
H A Dif_ce.c2042 static char *format_timeslots (u_long s) function
2257 length += sprintf (s + length, " ts=%s", format_timeslots (c->ts));
/freebsd-12-stable/sys/dev/cp/
H A Dif_cp.c1822 static char *format_timeslots (u_long s) function
2045 length += sprintf (s + length, " ts=%s", format_timeslots (c->ts));

Completed in 179 milliseconds