Searched refs:pipe_len (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack.c | 431 for (idx = 0; idx < tlist->pipe_len; idx++) { in stacks_run_tlist() 715 if (p.pipe_data == NULL || p.pipe_len == 0) { in stacks() 717 p.pipe_len = 1; in stacks() 719 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks() 724 while (idx < p.pipe_len - 1) { in stacks() 726 size_t len = p.pipe_len - idx; in stacks() 731 p.pipe_len--; in stacks() 737 seen = mdb_zalloc(p.pipe_len, UM_SLEEP | UM_GC); in stacks() 771 p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks() 901 for (idx = 0; idx < p.pipe_len; idx++) in stacks()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.c | 766 p->pipe_len = adp->ad_nelems - adp->ad_ndx + 1; in mdb_get_pipe() 770 p->pipe_len = 0; in mdb_get_pipe() 785 size_t nbytes = sizeof (uintptr_t) * p->pipe_len; in mdb_set_pipe() 790 cp->c_addrv.ad_nelems = p->pipe_len; in mdb_set_pipe() 791 cp->c_addrv.ad_size = p->pipe_len; in mdb_set_pipe()
|
H A D | mdb_whatis.c | 557 if (p.pipe_len != 0) { in cmd_whatis() 559 w.w_naddrs = p.pipe_len; in cmd_whatis()
|
H A D | mdb_modapi.h | 168 size_t pipe_len; /* Array length */ member
|
H A D | mdb_cmds.c | 2284 p.pipe_len = MIN(p.pipe_len, cnt); in cmd_head() 2289 while (p.pipe_len-- > 0) in cmd_head()
|
/titanic_50/usr/src/cmd/mdb/common/modules/mdb_test/ |
H A D | mdb_test.c | 108 if (p.pipe_data == NULL || p.pipe_len != 16) { in cmd_qsort() 118 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare); in cmd_qsort()
|