Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1822 typedef struct allocdby_walk { struct
1958 allocdby_walk(uintptr_t addr, const umem_bufctl_audit_t *bcp, void *ignored) in allocdby_walk() function
1988 if (mdb_pwalk(w, (mdb_walk_cb_t)allocdby_walk, NULL, addr) == -1) { in allocdby_common()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1887 typedef struct allocdby_walk { struct
2022 allocdby_walk(uintptr_t addr, const kmem_bufctl_audit_t *bcp, void *ignored) in allocdby_walk() function
2052 if (mdb_pwalk(w, (mdb_walk_cb_t)allocdby_walk, NULL, addr) == -1) { in allocdby_common()