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/genunix/
H A Dfindstack.c444 uintptr_t addr = tlist->pipe_data[idx]; in stacks_run_tlist()
727 if (p.pipe_data == NULL || p.pipe_len == 0) { in stacks()
728 p.pipe_data = &addr; in stacks()
731 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
737 uintptr_t *data = &p.pipe_data[idx]; in stacks()
783 p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
787 seen[entry - p.pipe_data]++; in stacks()
916 p.pipe_data[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()
111 if (p.pipe_data[0] != addr) { in cmd_qsort()
116 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare); in cmd_qsort()
120 if (p.pipe_data[i] != i) { in cmd_qsort()
/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.c2387 if (p.pipe_data == NULL) in cmd_head()
2395 mdb_printf("%lx\n", *p.pipe_data++); in cmd_head()