HomeSort by: relevance | last modified time | path
    Searched refs:psinfo_t (Results 1 - 15 of 15) sorted by relevancy

  /src/external/cddl/osnet/lib/libdtrace/
psinfo.d 47 } psinfo_t;
50 translator psinfo_t < struct proc *T > {
90 inline psinfo_t *curpsinfo = xlate <psinfo_t *> (curthread->l_proc);
  /src/external/bsd/top/dist/machine/
m_svr5.c 956 if (read(fd, currproc, sizeof(psinfo_t)) != sizeof(psinfo_t))
972 ((char *)baseptr + sizeof(psinfo_t) * numprocs);
1096 bytes = maxprocs * sizeof(psinfo_t) ;
m_sunos5.c 1985 if (pread(fd, currproc, sizeof(psinfo_t), 0) != sizeof(psinfo_t))
  /src/external/mit/libuv/dist/src/unix/
sunos.c 632 psinfo_t psinfo;
aix.c 1011 psinfo_t psinfo;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.c 928 const psinfo_t *prp = Ppsinfo(dpr->dpr_proc);
  /src/external/cddl/osnet/dist/cmd/dtrace/
dtrace.c 839 const psinfo_t *prp = Ppsinfo(P);
863 * psinfo_t depending on how far the parent is in reaping it.
  /src/external/gpl3/binutils/dist/bfd/
configure 16836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
16837 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
16849 psinfo_t avar
16872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
16873 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
16885 psinfo_t avar; void* aref = (void*) &avar.pr_pid
elf.c 10819 typedef psinfo_t elfcore_psinfo_t;
11739 prog_off ~ offsetof(prpsinfo | psinfo_t, pr_fname)
11740 comm_off ~ offsetof(prpsinfo | psinfo_t, pr_psargs) */
11843 case 360: /* sizeof(psinfo_t) SPARC and Intel 32-bit */
11845 case 440: /* sizeof(psinfo_t) SPARC and Intel 64-bit */
12194 psinfo_t data;
12207 #endif /* PSINFO_T or PRPSINFO_T */
  /src/external/gpl3/binutils.old/dist/bfd/
configure 16466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
16467 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
16479 psinfo_t avar
16502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
16503 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
16515 psinfo_t avar; void* aref = (void*) &avar.pr_pid
elf.c 10726 typedef psinfo_t elfcore_psinfo_t;
11917 prog_off ~ offsetof(prpsinfo | psinfo_t, pr_fname)
11918 comm_off ~ offsetof(prpsinfo | psinfo_t, pr_psargs) */
12021 case 360: /* sizeof(psinfo_t) SPARC and Intel 32-bit */
12023 case 440: /* sizeof(psinfo_t) SPARC and Intel 64-bit */
12372 psinfo_t data;
12385 #endif /* PSINFO_T or PRPSINFO_T */
  /src/external/gpl3/gdb/dist/bfd/
configure 16809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
16810 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
16822 psinfo_t avar
16845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
16846 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
16858 psinfo_t avar; void* aref = (void*) &avar.pr_pid
elf.c 10661 typedef psinfo_t elfcore_psinfo_t;
11854 prog_off ~ offsetof(prpsinfo | psinfo_t, pr_fname)
11855 comm_off ~ offsetof(prpsinfo | psinfo_t, pr_psargs) */
11958 case 360: /* sizeof(psinfo_t) SPARC and Intel 32-bit */
11960 case 440: /* sizeof(psinfo_t) SPARC and Intel 64-bit */
12309 psinfo_t data;
12322 #endif /* PSINFO_T or PRPSINFO_T */
  /src/external/gpl3/gdb.old/dist/bfd/
configure 16813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
16814 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
16826 psinfo_t avar
16849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
16850 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
16862 psinfo_t avar; void* aref = (void*) &avar.pr_pid
elf.c 10835 typedef psinfo_t elfcore_psinfo_t;
12028 prog_off ~ offsetof(prpsinfo | psinfo_t, pr_fname)
12029 comm_off ~ offsetof(prpsinfo | psinfo_t, pr_psargs) */
12132 case 360: /* sizeof(psinfo_t) SPARC and Intel 32-bit */
12134 case 440: /* sizeof(psinfo_t) SPARC and Intel 64-bit */
12483 psinfo_t data;
12496 #endif /* PSINFO_T or PRPSINFO_T */

Completed in 175 milliseconds