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)
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
Unknown Object (File)
Feb 20 2024, 1:29 PM
Unknown Object (File)
Jan 14 2024, 10:08 AM
Unknown Object (File)
Dec 23 2023, 12:14 AM
Unknown Object (File)
Dec 15 2023, 3:19 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.