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

/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c993 * are not supported since this walk is layered on top of "nca_cpu"
1004 if (mdb_layered_walk("nca_cpu", wsp) == -1) {
1005 mdb_warn("cannot walk nca_cpu");
1013 * Walk the NCA timer list; done as a layered walk on top of "nca_cpu".
1018 const nca_cpu_t *nca_cpu = wsp->walk_layer; local
1024 if (nca_cpu->tcp_ti == NULL)
1027 if (mdb_vread(&ti, sizeof (ti_t), (uintptr_t)nca_cpu->tcp_ti) == -1) {
1028 mdb_warn("cannot read ti_t at %p", nca_cpu->tcp_ti);
1032 return (wsp->walk_callback((uintptr_t)nca_cpu->tcp_ti, &ti,
1221 { "nca_cpu", "wal
[all...]

Completed in 60 milliseconds