Page MenuHomeFreeBSD

ddb: use _FLAGS command macros where appropriate
ClosedPublic

Authored by mhorne on Jun 23 2022, 6:04 PM.
Tags
None
Referenced Files
F132611371: D35582.diff
Sat, Oct 18, 10:12 AM
Unknown Object (File)
Thu, Oct 16, 9:14 PM
Unknown Object (File)
Thu, Oct 16, 6:57 PM
Unknown Object (File)
Thu, Oct 16, 9:08 AM
Unknown Object (File)
Thu, Oct 16, 9:08 AM
Unknown Object (File)
Thu, Oct 16, 9:04 AM
Unknown Object (File)
Thu, Oct 16, 8:52 AM
Unknown Object (File)
Thu, Sep 25, 5:58 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.