Searched refs:tsec (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/modules/tsec/
H A DMakefile4 .PATH: ${SYSDIR}/dev/tsec
/freebsd-current/usr.sbin/rtsold/
H A Ddump.c165 time_t tsec; local
168 tsec = total->tv_sec;
169 tsec += total->tv_nsec / 1000 / 1000000;
170 tsec -= now.tv_sec;
171 tsec -= now.tv_nsec / 1000 / 1000000;
173 days = tsec / 3600 / 24;
174 hours = (tsec / 3600) % 24;
175 mins = (tsec / 60) % 60;
176 secs = tsec % 60;
/freebsd-current/share/man/man4/man4.powerpc/
H A DMakefile15 tsec.4
/freebsd-current/sys/dev/tsec/
H A Dif_tsec_fdt.c28 * From: FreeBSD: head/sys/dev/tsec/if_tsec_ocp.c 188712 2009-02-17 14:59:47Z raj
62 #include <dev/tsec/if_tsec.h>
63 #include <dev/tsec/if_tsecreg.h>
98 "tsec",
103 DRIVER_MODULE(tsec, simplebus, tsec_fdt_driver, 0, 0);
H A Dif_tsec.c67 #include <dev/tsec/if_tsec.h>
68 #include <dev/tsec/if_tsecreg.h>
110 DRIVER_MODULE(miibus, tsec, miibus_driver, 0, 0);
111 MODULE_DEPEND(tsec, ether, 1, 1, 1);
112 MODULE_DEPEND(tsec, miibus, 1, 1, 1);
126 mtx_init(&tsec_phy_mtx, "tsec mii", NULL, MTX_DEF);
1075 printf("tsec: bus_dmamap_load_mbuf_sg() returned: %d!\n",
1704 * dev.tsec.<unit>.int_coal.rx_time
1705 * dev.tsec.<unit>.int_coal.rx_count
1706 * dev.tsec
[all...]
/freebsd-current/sbin/fdisk/
H A Dfdisk.c582 int tsec,tcyl,thd; local
585 tsec = DPSECT(partp->dp_ssect);
588 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTORS);
590 partp->dp_ssect = DOSSECT(tsec,tcyl);
595 tsec = DPSECT(partp->dp_esect);
598 Decimal("ending sector", tsec, tmp, NO_TRACK_SECTORS);
600 partp->dp_esect = DOSSECT(tsec,tcyl);
/freebsd-current/contrib/mandoc/
H A Dmdoc_html.c518 struct tag *t, *tsec, *tsub; local
544 tsec = print_otag(h, TAG_LI, "");
568 print_tagq(h, tsec);
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2153 time_t tsec; local
2156 tsec = fnvlist_lookup_uint64(events[i],
2158 (void) localtime_r(&tsec, &t);
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9977 time_t tsec; local
9980 tsec = fnvlist_lookup_uint64(records[i],
9982 (void) localtime_r(&tsec, &t);

Completed in 311 milliseconds