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)
Sun, Mar 29, 4:22 AM
Unknown Object (File)
Thu, Mar 26, 5:57 PM
Unknown Object (File)
Wed, Mar 11, 3:31 AM
Unknown Object (File)
Sat, Mar 7, 5:33 AM
Unknown Object (File)
Feb 26 2026, 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

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.