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)
Mon, Apr 13, 12:24 PM
Unknown Object (File)
Mon, Apr 13, 12:15 PM
Unknown Object (File)
Sun, Apr 12, 5:13 AM
Unknown Object (File)
Sun, Apr 12, 5:09 AM
Unknown Object (File)
Sun, Mar 29, 4:22 AM
Unknown Object (File)
Thu, Mar 26, 5:57 PM
Unknown Object (File)
Mar 11 2026, 3:31 AM
Unknown Object (File)
Mar 7 2026, 5:33 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.