Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c108 if (p.pipe_data == NULL || p.pipe_len != 16) { in cmd_qsort()
113 if (p.pipe_data[0] != addr) { in cmd_qsort()
118 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), compare); in cmd_qsort()
122 if (p.pipe_data[i] != i) { in cmd_qsort()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c432 uintptr_t addr = tlist->pipe_data[idx]; in stacks_run_tlist()
715 if (p.pipe_data == NULL || p.pipe_len == 0) { in stacks()
716 p.pipe_data = &addr; in stacks()
719 qsort(p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
725 uintptr_t *data = &p.pipe_data[idx]; in stacks()
771 p.pipe_data, p.pipe_len, sizeof (uintptr_t), in stacks()
775 seen[entry - p.pipe_data]++; in stacks()
904 p.pipe_data[idx]); in stacks()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c760 p->pipe_data = &adp->ad_data[adp->ad_ndx - 1]; in mdb_get_pipe()
764 p->pipe_data = NULL; in mdb_get_pipe()
784 bcopy(p->pipe_data, cp->c_addrv.ad_data, nbytes); in mdb_set_pipe()
H A Dmdb_pipeio.c62 typedef struct pipe_data { struct
H A Dmdb_modapi.h172 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.c2282 if (p.pipe_data == NULL) in cmd_head()
2290 mdb_printf("%lx\n", *p.pipe_data++); in cmd_head()