Searched refs:pipe_data (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/ |
H A D | mdb_test.c | 108 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 D | findstack.c | 432 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 D | mdb_pipeio.c | 62 typedef struct pipe_data { struct
|
H A D | mdb_modapi.h | 167 uintptr_t *pipe_data; /* Array of pipe values */ member in struct:mdb_pipe
|
H A D | mdb_modapi.c | 765 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 D | mdb_whatis.c | 558 w.w_addrs = p.pipe_data;
|
H A D | mdb_cmds.c | 2287 if (p.pipe_data == NULL) 2295 mdb_printf("%lx\n", *p.pipe_data++);
|
Completed in 101 milliseconds