opnsense-src/usr.bin/kdump
Kyle Evans 346112fe3d 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

(cherry picked from commit a206524709bdfbd577bcfe76676da80b8250f84c)
2024-01-02 22:47:21 -06:00
..
kdump.1 Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00
kdump.c kdump: use print_mask_arg0 appropriately 2024-01-02 22:47:21 -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 Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06: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