Searched refs:tsec (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14-stable/usr.sbin/rtsold/ |
| HD | dump.c | 165 time_t tsec; in sec2str() local 168 tsec = total->tv_sec; in sec2str() 169 tsec += total->tv_nsec / 1000 / 1000000; in sec2str() 170 tsec -= now.tv_sec; in sec2str() 171 tsec -= now.tv_nsec / 1000 / 1000000; in sec2str() 173 days = tsec / 3600 / 24; in sec2str() 174 hours = (tsec / 3600) % 24; in sec2str() 175 mins = (tsec / 60) % 60; in sec2str() 176 secs = tsec % 60; in sec2str()
|
| /freebsd-14-stable/sbin/fdisk/ |
| HD | fdisk.c | 586 int tsec,tcyl,thd; in change_part() local 589 tsec = DPSECT(partp->dp_ssect); in change_part() 592 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTORS); in change_part() 594 partp->dp_ssect = DOSSECT(tsec,tcyl); in change_part() 599 tsec = DPSECT(partp->dp_esect); in change_part() 602 Decimal("ending sector", tsec, tmp, NO_TRACK_SECTORS); in change_part() 604 partp->dp_esect = DOSSECT(tsec,tcyl); in change_part()
|
| /freebsd-14-stable/sys/modules/tsec/ |
| HD | Makefile | 4 .PATH: ${SYSDIR}/dev/tsec
|
| /freebsd-14-stable/share/man/man4/man4.powerpc/ |
| HD | Makefile | 15 tsec.4
|
| /freebsd-14-stable/tools/kerneldoc/subsys/ |
| HD | Doxyfile-dev_tsec | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/tsec/ \
|
| /freebsd-14-stable/sys/powerpc/conf/ |
| HD | MPC85XX | 104 device tsec
|
| HD | MPC85XXSPE | 111 device tsec
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm64/nvidia/ |
| HD | tegra210.dtsi | 181 tsec@54100000 { 182 compatible = "nvidia,tegra210-tsec"; 186 clock-names = "tsec"; 188 reset-names = "tsec"; 289 tsec@54500000 { 290 compatible = "nvidia,tegra210-tsec"; 294 clock-names = "tsec"; 296 reset-names = "tsec";
|
| /freebsd-14-stable/sys/conf/ |
| HD | files.powerpc | 187 dev/tsec/if_tsec.c optional tsec 188 dev/tsec/if_tsec_fdt.c optional tsec
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/net/ |
| HD | fsl-tsec-phy.txt | 39 As of this writing, every tsec is associated with an internal TBI PHY.
|
| /freebsd-14-stable/sys/dev/tsec/ |
| HD | if_tsec_fdt.c | 103 DRIVER_MODULE(tsec, simplebus, tsec_fdt_driver, 0, 0);
|
| HD | if_tsec.c | 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);
|
| /freebsd-14-stable/contrib/mandoc/ |
| HD | mdoc_html.c | 518 struct tag *t, *tsec, *tsub; in mdoc_sh_pre() local 544 tsec = print_otag(h, TAG_LI, ""); in mdoc_sh_pre() 568 print_tagq(h, tsec); in mdoc_sh_pre()
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zpool/ |
| HD | zpool_main.c | 9831 time_t tsec; in print_history_records() local 9834 tsec = fnvlist_lookup_uint64(records[i], in print_history_records() 9836 (void) localtime_r(&tsec, &t); in print_history_records()
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/ |
| HD | zdb.c | 2332 time_t tsec; in dump_history() local 2335 tsec = fnvlist_lookup_uint64(events[i], in dump_history() 2337 (void) localtime_r(&tsec, &t); in dump_history()
|