Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c443 for (idx = 0; idx < tlist->pipe_len; idx++) { in stacks_run_tlist()
727 if (p.pipe_data == NULL || p.pipe_len == 0) { in stacks()
729 p.pipe_len = 1; in stacks()
731 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
736 while (idx < p.pipe_len - 1) { in stacks()
738 size_t len = p.pipe_len - idx; in stacks()
743 p.pipe_len--; in stacks()
749 seen = mdb_zalloc(p.pipe_len, UM_SLEEP | UM_GC); in stacks()
783 p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
913 for (idx = 0; idx < p.pipe_len; idx++) in stacks()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c106 if (p.pipe_data == NULL || p.pipe_len != 16) { in cmd_qsort()
116 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare); in cmd_qsort()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c950 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 Dmdb_whatis.c557 if (p.pipe_len != 0) { in cmd_whatis()
559 w.w_naddrs = p.pipe_len; in cmd_whatis()
H A Dmdb_modapi.h171 size_t pipe_len; /* Array length */ member
H A Dmdb_cmds.c2389 p.pipe_len = MIN(p.pipe_len, cnt); in cmd_head()
2394 while (p.pipe_len-- > 0) in cmd_head()