Home
last modified time | relevance | path

Searched refs:tsec (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dfsl-tsec-phy.txt39 As of this writing, every tsec is associated with an internal TBI PHY.
/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210.dtsi181 tsec@54100000 {
182 compatible = "nvidia,tegra210-tsec";
281 tsec@54500000 {
282 compatible = "nvidia,tegra210-tsec";
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9069 time_t tsec; in print_history_records() local
9072 tsec = fnvlist_lookup_uint64(records[i], in print_history_records()
9074 (void) localtime_r(&tsec, &t); in print_history_records()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2066 time_t tsec; in dump_history() local
2121 tsec = time; in dump_history()
2122 (void) localtime_r(&tsec, &t); in dump_history()