Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c211 int nptrs = 0; in typedef_parse_member() local
234 nptrs++; in typedef_parse_member()
249 nptrs++; in typedef_parse_member()
276 if (nptrs) { in typedef_parse_member()
278 pn->pn_nptrs = nptrs; in typedef_parse_member()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c239 size_t bytes, newsz, nptrs; in leaky_grep() local
338 nptrs = newsz / sizeof (uintptr_t); in leaky_grep()
339 newsz = nptrs * sizeof (uintptr_t); in leaky_grep()
341 if ((nbase & mask) == 0 && nptrs <= (cur - buf) && in leaky_grep()
342 mdb_vread(cur - nptrs, newsz, nbase) != -1) { in leaky_grep()
343 cur -= nptrs; in leaky_grep()
H A Dtypegraph.c1206 size_t nptrs, ndx; in typegraph_build_anchored() local
1236 nptrs = size / sizeof (uintptr_t); in typegraph_build_anchored()
1246 for (; ndx < nptrs; ndx++) { in typegraph_build_anchored()
1300 new_state->tgbs_nptrs = nptrs; in typegraph_build_anchored()
1319 nptrs = state->tgbs_nptrs; in typegraph_build_anchored()
1322 size = nptrs * sizeof (uintptr_t); in typegraph_build_anchored()
/titanic_50/usr/src/cmd/mailx/
H A Dcollect.c1292 nptrs(char **hf) in nptrs() function
1311 int nhf = nptrs(hf); in Xaddone()