Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cp/
HDif_cp.c1139 opte1->currnt.fse = c->currnt.fse; in cp_ioctl()
1152 opte1->total.fse = c->total.fse + c->currnt.fse; in cp_ioctl()
1165 opte1->interval[s].fse = c->interval[s].fse; in cp_ioctl()
1942 total.fse = c->total.fse + c->currnt.fse; in print_e1_stats()
1962 length += print_frac (s + length, 1, c->currnt.fse, c->cursec); in print_e1_stats()
1987 length += print_frac (s + length, 1, total.fse, totsec); in print_e1_stats()
HDcpddk.h34 unsigned long fse; /* frame sync errors */ member
/NextBSD/sys/dev/ctau/
HDif_ct.c1351 opte1->currnt.fse = c->currnt.fse; in ct_ioctl()
1364 opte1->total.fse = c->total.fse + c->currnt.fse; in ct_ioctl()
1377 opte1->interval[s].fse = c->interval[s].fse; in ct_ioctl()
1879 total.fse = c->total.fse + c->currnt.fse; in print_e1_stats()
1899 length += print_frac (s + length, 1, c->currnt.fse, c->cursec); in print_e1_stats()
1924 length += print_frac (s + length, 1, total.fse, totsec); in print_e1_stats()
HDctddk.c704 c->total.fse += c->currnt.fse; in ct_g703_timer()
785 c->currnt.fse += fas; in ct_e1timer_interrupt()
852 c->total.fse += c->currnt.fse; in ct_e1timer_interrupt()
HDctddk.h309 unsigned long fse; /* frame sync errors */ member
/NextBSD/sys/dev/ce/
HDif_ce.c1424 opte1->currnt.fse = c->currnt.fse; in ce_ioctl()
1437 opte1->total.fse = c->total.fse + c->currnt.fse; in ce_ioctl()
1450 opte1->interval[s].fse = c->interval[s].fse; in ce_ioctl()
2162 total.fse = c->total.fse + c->currnt.fse;
2182 length += print_frac (s + length, 1, c->currnt.fse, c->cursec);
2207 length += print_frac (s + length, 1, total.fse, totsec);
HDceddk.h47 unsigned long fse; /* frame sync errors */ member
HDceddk.c839 c->currnt.fse += fas; in ce_e1_timer()
906 c->total.fse += c->currnt.fse; in ce_e1_timer()
918 c->currnt.fse = 0; in ce_e1_timer()
/NextBSD/sbin/sconfig/
HDsconfig.c435 print_frac (1, st.currnt.fse, st.cursec); in print_e1_stats()
462 print_frac (1, st.total.fse, st.totsec); in print_e1_stats()
488 print_frac (1, st.interval[i].fse, 15*60); in print_e1_stats()
/NextBSD/sys/i386/include/
HDcserial.h44 unsigned long fse; /* frame sync errors */ member