Searched defs:buf_entries (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c162 * buf_entries -> private data for the callback. It represents
166 buf_callback(uintptr_t addr, const void *walk_data, void *buf_entries) argument
168 int *count = (int *)buf_entries;
864 int buf_entries = 0; local
876 mdb_pwalk("buf_avforw", buf_callback, (void *)&buf_entries,

Completed in 59 milliseconds