MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_object_print

Function vm_object_print

freebsd/vm/vm_object.c:2778–2786  ·  view source on GitHub ↗

XXX need this non-static entry for calling from vm_map_print. */

Source from the content-addressed store, hash-verified

2776
2777/* XXX need this non-static entry for calling from vm_map_print. */
2778void
2779vm_object_print(
2780 /* db_expr_t */ long addr,
2781 boolean_t have_addr,
2782 /* db_expr_t */ long count,
2783 char *modif)
2784{
2785 vm_object_print_static(addr, have_addr, count, modif);
2786}
2787
2788DB_SHOW_COMMAND(vmopag, vm_object_print_pages)
2789{

Callers 1

vm_map_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected