Page MenuHomeFreeBSD

al: Replace boolean_t with either al_bool or bool.
ClosedPublic

Authored by jhb on May 1 2023, 10:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 12, 5:14 AM
Unknown Object (File)
May 3 2026, 6:53 PM
Unknown Object (File)
Apr 30 2026, 8:19 AM
Unknown Object (File)
Apr 30 2026, 7:40 AM
Unknown Object (File)
Apr 28 2026, 9:48 AM
Unknown Object (File)
Apr 27 2026, 5:38 PM
Unknown Object (File)
Apr 26 2026, 10:52 PM
Unknown Object (File)
Apr 24 2026, 7:04 PM
Subscribers

Details

Summary

Use al_bool for interfaces and structures defined in the
OS-independent HAL in sys/contrib, and use plain bool for
FreeBSD-specific APIs and structures in sys/dev/al_eth.

Diff Detail

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