Page MenuHomeFreeBSD

Move to using bool instead of boolean_t
ClosedPublic

Authored by imp on Jul 19 2019, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 14, 5:51 AM
Unknown Object (File)
Thu, Mar 13, 5:03 AM
Unknown Object (File)
Tue, Mar 4, 2:50 AM
Unknown Object (File)
Feb 15 2025, 9:09 AM
Unknown Object (File)
Feb 12 2025, 7:43 AM
Unknown Object (File)
Feb 12 2025, 7:43 AM
Unknown Object (File)
Feb 12 2025, 4:59 AM
Unknown Object (File)
Jan 14 2025, 1:58 PM
Subscribers
None

Details

Summary

While there are subtle semantic differences between bool and boolean_t, none of
them matter in these cases. Prefer true/false when dealing with bool
type. Preserve a couple of TRUEs since they are passed into int args into CAM.
Preserve a couple of FALSEs when used for status.done, an int.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable