Searched refs:totsec (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/pc98/pc98/
H A Dpc98_machdep.c265 off_t totsec = disk->d_mediasize / disk->d_sectorsize; local
266 off_t cyl = totsec / disk->d_fwsectors / disk->d_fwheads;
274 if (totsec < 17*8*65535) {
277 } else if (totsec < 63*16*65535) {
280 } else if (totsec < 255*16*65535) {
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c458 print_frac (0, st.total.uas, st.totsec);
459 print_frac (1, 60 * st.total.dm, st.totsec);
461 print_frac (0, st.total.bpv, st.totsec);
462 print_frac (1, st.total.fse, st.totsec);
464 print_frac (0, st.total.crce, st.totsec);
465 print_frac (1, st.total.rcrce, st.totsec);
467 print_frac (0, st.total.es, st.totsec);
468 print_frac (1, st.total.les, st.totsec);
470 print_frac (0, st.total.ses, st.totsec);
471 print_frac (1, st.total.bes, st.totsec);
[all...]
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h60 unsigned long totsec; /* total seconds elapsed */ member in struct:e1_statistics
69 unsigned long totsec; member in struct:e3_statistics
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1135 opte1->totsec = c->totsec + c->cursec;
1186 opte3->totsec = c->e3tsec + opte3->cursec;
1936 u_long totsec; local
1939 totsec = c->totsec + c->cursec;
1982 length += print_frac (s + length, 0, total.uas, totsec);
1983 length += print_frac (s + length, 1, 60 * total.dm, totsec);
1985 length += print_frac (s + length, 0, total.bpv, totsec);
1986 length += print_frac (s + length, 1, total.fse, totsec);
[all...]
H A Dcpddk.h171 unsigned long totsec; /* total seconds elapsed */ member in struct:_cp_chan_t
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c1420 opte1->totsec = c->totsec + c->cursec;
2156 u_long totsec; local
2159 totsec = c->totsec + c->cursec;
2202 length += print_frac (s + length, 0, total.uas, totsec);
2203 length += print_frac (s + length, 1, 60 * total.dm, totsec);
2205 length += print_frac (s + length, 0, total.bpv, totsec);
2206 length += print_frac (s + length, 1, total.fse, totsec);
2208 length += print_frac (s + length, 0, total.crce, totsec);
[all...]
H A Dceddk.h109 unsigned long totsec; /* total seconds elapsed */ member in struct:_ce_chan_t
H A Dceddk.c773 if (! c->totsec && c->cursec <= 1)
930 c->totsec += c->cursec;
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1349 opte1->totsec = c->totsec + c->cursec;
1875 u_long totsec; local
1878 totsec = c->totsec + c->cursec;
1921 length += print_frac (s + length, 0, total.uas, totsec);
1922 length += print_frac (s + length, 1, 60 * total.dm, totsec);
1924 length += print_frac (s + length, 0, total.bpv, totsec);
1925 length += print_frac (s + length, 1, total.fse, totsec);
1927 length += print_frac (s + length, 0, total.crce, totsec);
[all...]
H A Dctddk.c641 if (c->totsec + c->cursec <= 1)
717 c->totsec += c->cursec;
866 c->totsec += c->cursec;
H A Dctddk.h404 unsigned long totsec; /* total seconds elapsed */ member in struct:_ct_chan_t

Completed in 276 milliseconds