Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3proc/Paddr_to_map.3proc.man.txt
          +++ new/usr/src/man/man3proc/Paddr_to_map.3proc.man.txt
   1    1  PADDR_TO_MAP(3PROC)    Process Control Library Functions   PADDR_TO_MAP(3PROC)
   2    2  
   3    3  NAME
   4    4       Paddr_to_map, Paddr_to_text_map, Plmid_to_map, Pname_to_map - lookup
   5    5       memory map information
   6    6  
   7      -SYNOPSIS
        7 +LIBRARY
   8    8       Process Control Library (libproc, -lproc)
        9 +
       10 +SYNOPSIS
   9   11       #include <libproc.h>
  10   12  
  11   13       const prmap_t *
  12   14       Paddr_to_map(struct ps_prochandle *P, uintptr_t addr);
  13   15  
  14   16       const prmap_t *
  15   17       Paddr_to_text_map(struct ps_prochandle *P, uintptr_t addr);
  16   18  
  17   19       const prmap_t *
  18   20       Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name);
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX