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)
Wed, Mar 11, 3:31 AM
Unknown Object (File)
Sat, Mar 7, 5:33 AM
Unknown Object (File)
Thu, Feb 26, 9:53 PM
Unknown Object (File)
Feb 12 2026, 7:11 AM
Unknown Object (File)
Feb 9 2026, 10:26 AM
Unknown Object (File)
Feb 7 2026, 5:20 PM
Unknown Object (File)
Dec 27 2025, 2:15 AM
Unknown Object (File)
Dec 25 2025, 1:13 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.