Searched refs:pipe_data (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c108 if (p.pipe_data == NULL || p.pipe_len != 16) {
113 if (p.pipe_data[0] != addr) {
114 mdb_warn("ERROR: qsort pipe_data[0] != addr\n");
118 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare);
122 if (p.pipe_data[i] != i) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c432 uintptr_t addr = tlist->pipe_data[idx];
715 if (p.pipe_data == NULL || p.pipe_len == 0) {
716 p.pipe_data = &addr;
719 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t),
725 uintptr_t *data = &p.pipe_data[idx];
771 p.pipe_data, p.pipe_len, sizeof (uintptr_t),
775 seen[entry - p.pipe_data]++;
904 p.pipe_data[idx]);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pipeio.c62 typedef struct pipe_data { struct
H A Dmdb_modapi.h167 uintptr_t *pipe_data; /* Array of pipe values */ member in struct:mdb_pipe
H A Dmdb_modapi.c765 p->pipe_data = &adp->ad_data[adp->ad_ndx - 1];
769 p->pipe_data = NULL;
789 bcopy(p->pipe_data, cp->c_addrv.ad_data, nbytes);
H A Dmdb_whatis.c558 w.w_addrs = p.pipe_data;
H A Dmdb_cmds.c2287 if (p.pipe_data == NULL)
2295 mdb_printf("%lx\n", *p.pipe_data++);

Completed in 77 milliseconds