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)
Thu, May 2, 3:56 AM
Unknown Object (File)
Thu, May 2, 3:56 AM
Unknown Object (File)
Thu, May 2, 3:56 AM
Unknown Object (File)
Thu, Apr 25, 6:40 PM
Unknown Object (File)
Feb 22 2024, 6:17 PM
Unknown Object (File)
Feb 22 2024, 6:12 PM
Unknown Object (File)
Feb 22 2024, 6:07 PM
Unknown Object (File)
Feb 22 2024, 12:37 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.