Searched refs:pipe_len (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | findstack.c | 457 for (idx = 0; idx < tlist->pipe_len; idx++) { in stacks_run_tlist() 741 if (p.pipe_data == NULL || p.pipe_len == 0) { in stacks() 743 p.pipe_len = 1; in stacks() 745 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks() 750 while (idx < p.pipe_len - 1) { in stacks() 752 size_t len = p.pipe_len - idx; in stacks() 757 p.pipe_len--; in stacks() 763 seen = mdb_zalloc(p.pipe_len, UM_SLEEP | UM_GC); in stacks() 797 p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks() 927 for (idx = 0; idx < p.pipe_len; idx++) in stacks()
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/ |
| H A D | mdb_test.c | 107 if (p.pipe_data == NULL || p.pipe_len != 16) { in cmd_qsort() 117 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare); in cmd_qsort()
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_modapi.c | 950 p->pipe_len = adp->ad_nelems - adp->ad_ndx + 1; in mdb_get_pipe() 954 p->pipe_len = 0; in mdb_get_pipe() 969 size_t nbytes = sizeof (uintptr_t) * p->pipe_len; in mdb_set_pipe() 974 cp->c_addrv.ad_nelems = p->pipe_len; in mdb_set_pipe() 975 cp->c_addrv.ad_size = p->pipe_len; in mdb_set_pipe()
|
| H A D | mdb_whatis.c | 558 if (p.pipe_len != 0) { in cmd_whatis() 560 w.w_naddrs = p.pipe_len; in cmd_whatis()
|
| H A D | mdb_modapi.h | 171 size_t pipe_len; /* Array length */ member
|
| H A D | mdb_cmds.c | 2450 p.pipe_len = MIN(p.pipe_len, cnt); in cmd_head() 2455 while (p.pipe_len-- > 0) in cmd_head()
|