mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
lsdev command does walk over devsw list, prints list element name and will use dv_print() callback to print the device list. Unfortunately this approach will add unneeded noise when there are no particular devices detected. To remove "empty" device section headers, the dv_print() callback should print the header instead. In addition, fixed dv_print callback for md module. Reviewed by: imp Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D8551 |
||
|---|---|---|
| .. | ||
| api_public.h | ||
| console.c | ||
| copy.c | ||
| devicename.c | ||
| disk.c | ||
| elf_freebsd.c | ||
| glue.c | ||
| glue.h | ||
| libuboot.h | ||
| Makefile | ||
| module.c | ||
| net.c | ||
| reboot.c | ||
| time.c | ||