Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107061062
D48370.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D48370.diff
View Options
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -696,6 +696,8 @@
bus_dma.9 bus_dmamem_free.9 \
bus_dma.9 bus_dma_tag_create.9 \
bus_dma.9 bus_dma_tag_destroy.9
+MLINKS+=bus_generic_print_child.9 bus_print_child_footer.9 \
+ bus_generic_print_child.9 bus_print_child_header.9
MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
MLINKS+=BUS_GET_CPUS.9 bus_get_cpus.9
MLINKS+=bus_map_resource.9 bus_unmap_resource.9 \
diff --git a/share/man/man9/bus_generic_print_child.9 b/share/man/man9/bus_generic_print_child.9
--- a/share/man/man9/bus_generic_print_child.9
+++ b/share/man/man9/bus_generic_print_child.9
@@ -30,7 +30,9 @@
.Dt BUS_GENERIC_PRINT_CHILD 9
.Os
.Sh NAME
-.Nm bus_generic_print_child
+.Nm bus_generic_print_child ,
+.Nm bus_print_child_footer ,
+.Nm bus_print_child_header
.Nd generic implementation of
.Dv DEVICE_PRINT_CHILD
for buses
@@ -39,6 +41,10 @@
.In sys/bus.h
.Ft int
.Fn bus_generic_print_child "device_t dev" "device_t child"
+.Ft int
+.Fn bus_print_child_footer "device_t dev" "device_t child"
+.Ft int
+.Fn bus_print_child_header "device_t dev" "device_t child"
.Sh DESCRIPTION
This implementation prints out the default device announcement message.
Given device 'foo0' on bus 'bar0' where foo0 has the name "FooCard 1234" the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 12:07 PM (14 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15742493
Default Alt Text
D48370.diff (1 KB)
Attached To
Mode
D48370: bus_generic_print_child.9: Add bus_print_child_{header,footer}
Attached
Detach File
Event Timeline
Log In to Comment