]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ddb: use _FLAGS command macros where appropriate
authorMitchell Horne <mhorne@FreeBSD.org>
Tue, 5 Jul 2022 14:47:55 +0000 (11:47 -0300)
committerMitchell Horne <mhorne@FreeBSD.org>
Tue, 5 Jul 2022 14:56:55 +0000 (11:56 -0300)
commit258958b3c7e017266080ae7fc9e3d8e64b6450d4
treeb994a7f542ef6c44d2271e6f73f5d069250090a6
parent7ce58d4e8c0cfcb42ec404aed6185b5eb7eef8a8
ddb: use _FLAGS command macros where appropriate

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.

Reviewed by: markj, jhb
MFC after: 3 days
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D35582
sys/arm/arm/gic.c
sys/dev/aic7xxx/aic79xx_osm.c
sys/dev/bxe/bxe_debug.c
sys/gdb/netgdb.c
sys/kern/kern_sysctl.c
sys/net/route/route_ddb.c
sys/netinet/netdump/netdump_client.c
sys/x86/iommu/intel_drv.c