| /freebsd/usr.sbin/rtsold/ |
| H A D | 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/contrib/llvm-project/lld/ELF/ |
| H A D | Thunks.cpp | 91 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::AArch64ABSLongThunk 259 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ThumbV6MABSLongThunk 283 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ThumbV6MPILongThunk 305 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ARMV5LongLdrPcThunk 321 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ARMV4PILongBXThunk 335 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ARMV4PILongThunk 349 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ThumbV4PILongBXThunk 363 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ThumbV4PILongThunk 377 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ARMV4ABSLongBXThunk 391 ThunkSection *tsec = nullptr; member in __anon1c3bcd6e0111::ThumbV4ABSLongBXThunk [all …]
|
| /freebsd/sbin/fdisk/ |
| H A D | fdisk.c | 589 int tsec,tcyl,thd; in change_part() local 592 tsec = DPSECT(partp->dp_ssect); in change_part() 595 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTORS); in change_part() 597 partp->dp_ssect = DOSSECT(tsec,tcyl); in change_part() 602 tsec = DPSECT(partp->dp_esect); in change_part() 605 Decimal("ending sector", tsec, tmp, NO_TRACK_SECTORS); in change_part() 607 partp->dp_esect = DOSSECT(tsec,tcyl); in change_part()
|
| /freebsd/sys/modules/tsec/ |
| H A D | Makefile | 3 .PATH: ${SYSDIR}/dev/tsec
|
| /freebsd/share/man/man4/man4.powerpc/ |
| H A D | Makefile | 14 tsec.4
|
| /freebsd/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_tsec | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/tsec/ \
|
| /freebsd/sys/powerpc/conf/ |
| H A D | MPC85XX | 108 device tsec
|
| /freebsd/sys/dev/tsec/ |
| H A D | if_tsec_fdt.c | 103 DRIVER_MODULE(tsec, simplebus, tsec_fdt_driver, 0, 0);
|
| H A D | 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/sys/conf/ |
| H A D | files.powerpc | 260 dev/tsec/if_tsec.c optional tsec 261 dev/tsec/if_tsec_fdt.c optional tsec
|
| /freebsd/contrib/mandoc/ |
| H A D | mdoc_html.c | 531 struct tag *t, *tnav, *tsec, *tsub; in mdoc_sh_pre() 558 tsec = print_otag(h, TAG_LI, ""); in mdoc_sh_pre() 582 print_tagq(h, tsec); in mdoc_sh_pre() 522 struct tag *t, *tnav, *tsec, *tsub; mdoc_sh_pre() local
|
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra210.dtsi | 183 tsec@54100000 { 184 compatible = "nvidia,tegra210-tsec"; 307 tsec@54500000 { 308 compatible = "nvidia,tegra210-tsec";
|
| /freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
| H A D | tegra114.dtsi | 207 tsec@54500000 { 208 compatible = "nvidia,tegra114-tsec";
|
| H A D | tegra124.dtsi | 264 tsec@54500000 { 265 compatible = "nvidia,tegra124-tsec";
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2586 time_t tsec; in dump_history() local 2589 tsec = fnvlist_lookup_uint64(events[i], in dump_history() 2591 (void) localtime_r(&tsec, &t); in dump_history()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 12334 time_t tsec; in print_history_records() local 12337 tsec = fnvlist_lookup_uint64(records[i], in print_history_records() 12339 (void) localtime_r(&tsec, &t); in print_history_records()
|