Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c907 static int nlm_lockson_cb(uintptr_t, const void *, void *c);
1006 if (mdb_pwalk("lock_graph", nlm_lockson_cb, arg, 0) < 0) { in nlm_locks_host_cb()
1015 nlm_lockson_cb(uintptr_t addr, const void *data, void *cb_data) in nlm_lockson_cb() function