Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
   1 PCONTENT(3PROC)        Process Control Library Functions       PCONTENT(3PROC)
   2 
   3 NAME
   4      Pconent - obtain process content types available
   5 
   6 SYNOPSIS
   7      Process Control Library (libproc, -lproc)


   8      #include <libproc.h>
   9 
  10      core_content_t
  11      Pcontent(struct ps_prochandle *P);
  12 
  13 DESCRIPTION
  14      The Pcontent() function describes information available from the process
  15      handle P.
  16 
  17      Different types of process handles have different kinds of content
  18      available to them.  For example, handles to active and running processes
  19      have more information available than various core files, as the core file
  20      retains a subset of information available in the running process.
  21      Handles that refer to ELF objects, obtained through Pgrab_file(3PROC),
  22      will not have information such as a stack available.  The content of core
  23      files is controlled by coreadm(1M).
  24 
  25      The symbols that may be returned are listed in the core_content_t heading
  26      in the TYPES section in libproc(3LIB).
  27 
   1 PCONTENT(3PROC)        Process Control Library Functions       PCONTENT(3PROC)
   2 
   3 NAME
   4      Pconent - obtain process content types available
   5 
   6 LIBRARY
   7      Process Control Library (libproc, -lproc)
   8 
   9 SYNOPSIS
  10      #include <libproc.h>
  11 
  12      core_content_t
  13      Pcontent(struct ps_prochandle *P);
  14 
  15 DESCRIPTION
  16      The Pcontent() function describes information available from the process
  17      handle P.
  18 
  19      Different types of process handles have different kinds of content
  20      available to them.  For example, handles to active and running processes
  21      have more information available than various core files, as the core file
  22      retains a subset of information available in the running process.
  23      Handles that refer to ELF objects, obtained through Pgrab_file(3PROC),
  24      will not have information such as a stack available.  The content of core
  25      files is controlled by coreadm(1M).
  26 
  27      The symbols that may be returned are listed in the core_content_t heading
  28      in the TYPES section in libproc(3LIB).
  29