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


   2 .\" This file and its contents are supplied under the terms of the
   3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4 .\" You may only use this file in accordance with the terms of version
   5 .\" 1.0 of the CDDL.
   6 .\"
   7 .\" A full copy of the text of the CDDL should have accompanied this
   8 .\" source.  A copy of the CDDL is also available via the Internet at
   9 .\" http://www.illumos.org/license/CDDL.
  10 .\"
  11 .\"
  12 .\" Copyright 2015 Joyent, Inc.
  13 .\"
  14 .Dd May 11, 2016
  15 .Dt PADDR_TO_LOADOBJ 3PROC
  16 .Os
  17 .Sh NAME
  18 .Nm Paddr_to_loadobj ,
  19 .Nm Plmid_to_loadobj ,
  20 .Nm Pname_to_loadobj
  21 .Nd lookup loaded object information
  22 .Sh SYNOPSIS
  23 .Lb libproc

  24 .In libproc.h
  25 .Ft "const rd_loadobj_t *"
  26 .Fo Paddr_to_loadobj
  27 .Fa "struct ps_prochandle *P"
  28 .Fa "uintptr_t addr"
  29 .Fc
  30 .Ft "const rd_loadobj_t *"
  31 .Fo Plmid_to_loadobj
  32 .Fa "struct ps_prochandle *P"
  33 .Fa "Lmid_t lmid"
  34 .Fa "const char *name"
  35 .Fc
  36 .Ft "const rd_loadobj_t *"
  37 .Fo Pname_to_loadobj
  38 .Fa "struct ps_prochandle *P"
  39 .Fa "const char *name"
  40 .Fc
  41 .Sh DESCRIPTION
  42 The
  43 .Fn Paddr_to_loadobj ,




   2 .\" This file and its contents are supplied under the terms of the
   3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4 .\" You may only use this file in accordance with the terms of version
   5 .\" 1.0 of the CDDL.
   6 .\"
   7 .\" A full copy of the text of the CDDL should have accompanied this
   8 .\" source.  A copy of the CDDL is also available via the Internet at
   9 .\" http://www.illumos.org/license/CDDL.
  10 .\"
  11 .\"
  12 .\" Copyright 2015 Joyent, Inc.
  13 .\"
  14 .Dd May 11, 2016
  15 .Dt PADDR_TO_LOADOBJ 3PROC
  16 .Os
  17 .Sh NAME
  18 .Nm Paddr_to_loadobj ,
  19 .Nm Plmid_to_loadobj ,
  20 .Nm Pname_to_loadobj
  21 .Nd lookup loaded object information
  22 .Sh LIBRARY
  23 .Lb libproc
  24 .Sh SYNOPSIS
  25 .In libproc.h
  26 .Ft "const rd_loadobj_t *"
  27 .Fo Paddr_to_loadobj
  28 .Fa "struct ps_prochandle *P"
  29 .Fa "uintptr_t addr"
  30 .Fc
  31 .Ft "const rd_loadobj_t *"
  32 .Fo Plmid_to_loadobj
  33 .Fa "struct ps_prochandle *P"
  34 .Fa "Lmid_t lmid"
  35 .Fa "const char *name"
  36 .Fc
  37 .Ft "const rd_loadobj_t *"
  38 .Fo Pname_to_loadobj
  39 .Fa "struct ps_prochandle *P"
  40 .Fa "const char *name"
  41 .Fc
  42 .Sh DESCRIPTION
  43 The
  44 .Fn Paddr_to_loadobj ,