freebsd-src/usr.bin/kdump
Kyle Evans ee0e6ac147 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

(cherry picked from commit a206524709)
2024-01-02 22:47:27 -06:00
..
kdump.1 Remove $FreeBSD$: one-line nroff pattern 2023-08-23 11:43:32 -06:00
kdump.c kdump: use print_mask_arg0 appropriately 2024-01-02 22:47:27 -06:00
kdump.h kdump: Add a facility to print numbers in decimal format always 2023-06-29 11:16:00 +03:00
linux.c Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:26 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
Makefile.depend.options Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00