Searched defs:ps_prochandle_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c34 typedef struct ps_prochandle ps_prochandle_t; typedef in typeref:struct:ps_prochandle
174 * Given a ps_prochandle_t, convert the given address to the corresponding
181 ps_prochandle_t psp;
193 if (mdb_vread(&psp, sizeof (ps_prochandle_t), addr) == -1) {
205 mdb_printf("%#lr\n", addr + offsetof(ps_prochandle_t,
224 * Given a ps_prochandle_t, walk all its file_info_t structures.
234 ps_prochandle_t psp;
242 if (mdb_vread(&psp, sizeof (ps_prochandle_t), wsp->walk_addr) == -1) {
289 * Given a ps_prochandle_t, walk all its map_info_t structures.
300 ps_prochandle_t ps
[all...]

Completed in 59 milliseconds