Searched refs:pipe_len (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c431 for (idx = 0; idx < tlist->pipe_len; idx++) {
715 if (p.pipe_data == NULL || p.pipe_len == 0) {
717 p.pipe_len = 1;
719 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t),
724 while (idx < p.pipe_len - 1) {
726 size_t len = p.pipe_len - idx;
731 p.pipe_len--;
737 seen = mdb_zalloc(p.pipe_len, UM_SLEEP | UM_GC);
771 p.pipe_data, p.pipe_len, sizeof (uintptr_t),
901 for (idx = 0; idx < p.pipe_len; id
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c108 if (p.pipe_data == NULL || p.pipe_len != 16) {
118 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c766 p->pipe_len = adp->ad_nelems - adp->ad_ndx + 1;
770 p->pipe_len = 0;
785 size_t nbytes = sizeof (uintptr_t) * p->pipe_len;
790 cp->c_addrv.ad_nelems = p->pipe_len;
791 cp->c_addrv.ad_size = p->pipe_len;
H A Dmdb_whatis.c557 if (p.pipe_len != 0) {
559 w.w_naddrs = p.pipe_len;
H A Dmdb_modapi.h168 size_t pipe_len; /* Array length */ member in struct:mdb_pipe
H A Dmdb_cmds.c2289 p.pipe_len = MIN(p.pipe_len, cnt);
2294 while (p.pipe_len-- > 0)

Completed in 79 milliseconds