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, Aug 3, 7:23 AM
Unknown Object (File)
Mon, Aug 3, 3:55 AM
Unknown Object (File)
Sun, Aug 2, 2:45 AM
Unknown Object (File)
Thu, Jul 23, 9:19 AM
Unknown Object (File)
Sun, Jul 19, 11:11 PM
Unknown Object (File)
Sun, Jul 12, 8:07 PM
Unknown Object (File)
May 13 2026, 10:14 PM
Unknown Object (File)
May 13 2026, 10:13 PM

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.