1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.bin/kdump
Craig Rodrigues 4c8dc49a4a Add auto_if_type() function, which is similar to auto_switch_type().
However, auto_if_type() uses if/else statements in C instead
of a single switch statement, when mapping an integer value to
a #define.  For certain cases where multiple #define constants
alias to a single integer value, auto_if_type() makes things easier
to parse than auto_switch_type().
2007-01-04 04:18:03 +00:00
..
kdump_subr.h
kdump.1
kdump.c o Fix some printf(3) format nits in my patch I submitted to kib@. 2006-07-12 13:36:08 +00:00
Makefile
mkioctls
mksubr Add auto_if_type() function, which is similar to auto_switch_type(). 2007-01-04 04:18:03 +00:00