Page MenuHomeFreeBSD

ddb: use _FLAGS command macros where appropriate
ClosedPublic

Authored by mhorne on Jun 23 2022, 6:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 11:10 PM
Unknown Object (File)
Oct 15 2024, 10:21 PM
Unknown Object (File)
Sep 28 2024, 3:18 PM
Unknown Object (File)
Sep 28 2024, 2:16 AM
Unknown Object (File)
Sep 25 2024, 6:56 AM
Unknown Object (File)
Sep 25 2024, 2:12 AM
Unknown Object (File)
Sep 25 2024, 1:13 AM
Unknown Object (File)
Sep 24 2024, 2:45 AM

Details

Summary

Some command definitions were forced to use DB_FUNC in order to specify
their required flags, CS_OWN or CS_MORE. Use the new macros to simplify
these.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46100
Build 42989: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jun 24 2022, 2:15 PM

I feel like there's some custom ones in sys/dev/cxgbe as well. They use a custom table though, so maybe that doesn't quite work for this.