Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_as.c80 dt_countvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dt_countvar() function
349 (void) dt_idhash_iter(dtp->dt_tls, dt_countvar, &n); in dt_as()
350 (void) dt_idhash_iter(dtp->dt_globals, dt_countvar, &n); in dt_as()
351 (void) dt_idhash_iter(pcb->pcb_locals, dt_countvar, &n); in dt_as()