Home
last modified time | relevance | path

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.c107 if (p.pipe_data == NULL || p.pipe_len != 16) { in cmd_qsort()
112 if (p.pipe_data[0] != addr) { in cmd_qsort()
117 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare); in cmd_qsort()
121 if (p.pipe_data[i] != i) { in cmd_qsort()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c458 uintptr_t addr = tlist->pipe_data[idx]; in stacks_run_tlist()
741 if (p.pipe_data == NULL || p.pipe_len == 0) { in stacks()
742 p.pipe_data = &addr; in stacks()
745 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
751 uintptr_t *data = &p.pipe_data[idx]; in stacks()
797 p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
801 seen[entry - p.pipe_data]++; in stacks()
930 p.pipe_data[idx]); in stacks()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c949 p->pipe_data = &adp->ad_data[adp->ad_ndx - 1]; in mdb_get_pipe()
953 p->pipe_data = NULL; in mdb_get_pipe()
973 bcopy(p->pipe_data, cp->c_addrv.ad_data, nbytes); in mdb_set_pipe()
H A Dmdb_pipeio.c60 typedef struct pipe_data { struct
H A Dmdb_modapi.h170 uintptr_t *pipe_data; /* Array of pipe values */ member
H A Dmdb_whatis.c558 w.w_addrs = p.pipe_data; in cmd_whatis()
H A Dmdb_cmds.c2448 if (p.pipe_data == NULL) in cmd_head()
2456 mdb_printf("%lx\n", *p.pipe_data++); in cmd_head()