freebsd-dev/sys/boot/ofw/libofw
Toomas Soome cbd6713146 Loader paged/pageable data is not always paged.
This change does modify devsw dv_print() to return the int value,
enabling walkers to interrupt the walk on non zero value from dv_print().

This will allow the pager_print actually to stop displaying data on
user input, and additionally pager is used in various *dev_print callbacks,
where it was missing.

For test, lsdev [-v] command should display data by screenfuls and should
stop when the key 'q' is pressed on pager prompt.

Reviewed by:	allanjude
Approved by:	allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D5461
2016-11-08 06:50:18 +00:00
..
devicename.c
elf_freebsd.c
libofw.h
Makefile Add more .NOMETA missed in r291320 2016-03-11 23:45:51 +00:00
ofw_console.c
ofw_copy.c
ofw_disk.c Loader paged/pageable data is not always paged. 2016-11-08 06:50:18 +00:00
ofw_memory.c
ofw_module.c
ofw_net.c
ofw_reboot.c
ofw_time.c The getsecs() function is implemented in platform- and bootfw-specific 2016-09-22 06:24:40 +00:00
openfirm.c
openfirm.h
ppc64_elf_freebsd.c