Page MenuHomeFreeBSD

clkdom_dump(): improve output text
ClosedPublic

Authored by mhorne on Mar 7 2024, 6:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 17 2024, 8:47 AM
Unknown Object (File)
Sep 29 2024, 4:52 PM
Unknown Object (File)
Sep 29 2024, 4:52 PM
Unknown Object (File)
Sep 29 2024, 4:52 PM
Unknown Object (File)
Sep 16 2024, 9:33 PM
Unknown Object (File)
Sep 11 2024, 8:07 PM
Unknown Object (File)
Jul 26 2024, 7:28 AM
Unknown Object (File)
Jul 20 2024, 12:28 AM
Subscribers

Details

Summary

If the call to clknode_get_freq() returns an error (unlikely), report
this, rather than printing the error code as the clock frequency.

If the clock has no parent (e.g. a fixed reference clock), print "none"
rather than "(NULL)(-1)". This is a more human-legible presentation of the
same information.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable