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_ctf.3proc.man.txt
          +++ new/usr/src/man/man3proc/Paddr_to_ctf.3proc.man.txt
   1    1  PADDR_TO_CTF(3PROC)    Process Control Library Functions   PADDR_TO_CTF(3PROC)
   2    2  
   3    3  NAME
   4    4       Paddr_to_ctf, Plmid_to_ctf, Pname_to_ctf - lookup CTF data
   5    5  
   6      -SYNOPSIS
        6 +LIBRARY
   7    7       Process Control Library (libproc, -lproc)
        8 +
        9 +SYNOPSIS
   8   10       #include <libproc.h>
   9   11  
  10   12       ctf_file_t *
  11   13       Paddr_to_ctf(struct ps_prochandle *P, uintptr_t addr);
  12   14  
  13   15       ctf_file_t *
  14   16       Plmid_to_ctf(struct ps_prochandle *P, Lmid_t lmid, const char *name);
  15   17  
  16   18       ctf_file_t *
  17   19       Pname_to_ctf(struct ps_prochandle *P, const char *name);
↓ open down ↓ 43 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX