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)
Sat, Nov 9, 3:20 PM
Unknown Object (File)
Wed, Nov 6, 7:06 PM
Unknown Object (File)
Sun, Nov 3, 3:17 AM
Unknown Object (File)
Sep 26 2024, 12:18 PM
Unknown Object (File)
Sep 20 2024, 3:18 PM
Unknown Object (File)
Sep 20 2024, 12:09 PM
Unknown Object (File)
Sep 18 2024, 9:44 AM
Unknown Object (File)
Sep 17 2024, 8:09 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