freebsd-src/usr.bin/kdump
Kyle Evans a206524709 kdump: use print_mask_arg0 appropriately
Some callers are using print_mask_arg() when they should be using
print_mask_arg0(); the latter should be used when all flags are optional
and there's not a flag to be decoded with a 0-mask.  This turns:

nmount(0x6991e009000,0x8,0<><invalid>0)

into:

nmount(0x6991e009000,0x8,0)

Reviewed by:	jhb
Differential Revision:	https://reviews.freebsd.org/D43007
2023-12-13 10:49:03 -06:00
..
kdump.1 usr.bin: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
kdump.c kdump: use print_mask_arg0 appropriately 2023-12-13 10:49:03 -06:00
kdump.h kdump: Add a facility to print numbers in decimal format always 2023-05-26 19:35:08 +03:00
linux.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
Makefile usr.bin: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend.options Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00