Searched refs:fse (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/cp/ |
| HD | if_cp.c | 1139 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()
|
| HD | cpddk.h | 34 unsigned long fse; /* frame sync errors */ member
|
| /NextBSD/sys/dev/ctau/ |
| HD | if_ct.c | 1351 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()
|
| HD | ctddk.c | 704 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()
|
| HD | ctddk.h | 309 unsigned long fse; /* frame sync errors */ member
|
| /NextBSD/sys/dev/ce/ |
| HD | if_ce.c | 1424 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);
|
| HD | ceddk.h | 47 unsigned long fse; /* frame sync errors */ member
|
| HD | ceddk.c | 839 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/ |
| HD | sconfig.c | 435 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/ |
| HD | cserial.h | 44 unsigned long fse; /* frame sync errors */ member
|