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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1730 uintptr_t bind_p; local
1737 bind_p = ((uintptr_t *)wsp->walk_data)[(ulong_t)wsp->walk_arg];
1738 while (bind_p != NULL) {
1740 if (mdb_vread(&bind, sizeof (bind), bind_p) == -1) {
1746 if ((status = wsp->walk_callback(bind_p, &bind,
1751 bind_p = (uintptr_t)bind.b_next;

Completed in 49 milliseconds