Home
last modified time | relevance | path

Searched refs:uaddr_print (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/uvm/
Duvm_addr.h67 void (*uaddr_print)(struct uvm_addr_state *uaddr_state, boolean_t full, member
Duvm_addr.c422 if (uaddr->uaddr_functions->uaddr_print == NULL) in uvm_addr_print()
425 (*uaddr->uaddr_functions->uaddr_print)(uaddr, full, pr); in uvm_addr_print()
501 .uaddr_print = &uaddr_rnd_print,
862 .uaddr_print = &uaddr_pivot_print,