freebsd_amp_hwpstate/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
..
Makefile
Makefile.depend
Makefile.depend.options
kdump.1
kdump.c kdump: use print_mask_arg0 appropriately 2023-12-13 10:49:03 -06:00
kdump.h
linux.c