Home
last modified time | relevance | path

Searched refs:pp_mapfd (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c156 if (fstat(ph->pp_mapfd, &stbuf) == -1) in display_maps()
160 if (pread(ph->pp_mapfd, ptr, stbuf.st_size, 0) == -1) in display_maps()
215 if (fstat(procp->pp_mapfd, &stbuf) == -1) in load_map()
219 if (pread(procp->pp_mapfd, ptr, stbuf.st_size, 0) == -1) in load_map()
H A Drdb.h156 int pp_mapfd; /* open map proc fd */ member
H A Dps.c140 if ((procp->pp_mapfd = open(procname, O_RDONLY)) == -1) in ps_init()