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

  /src/tests/lib/libc/sys/
t_ptrace_core_wait.h 158 struct netbsd_elfcore_procinfo procinfo; local
188 ELF_NOTE_NETBSD_CORE_PROCINFO, &procinfo, sizeof(procinfo)),
189 sizeof(procinfo));
191 ATF_CHECK_EQ(procinfo.cpi_version, 1);
192 ATF_CHECK_EQ(procinfo.cpi_cpisize, sizeof(procinfo));
193 ATF_CHECK_EQ(procinfo.cpi_signo, SIGTRAP);
194 ATF_CHECK_EQ(procinfo.cpi_pid, child);
195 ATF_CHECK_EQ(procinfo.cpi_ppid, getpid())
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
procfs.c 201 /* =================== STRUCT PROCINFO "MODULE" =================== */
205 /* The procinfo struct is a wrapper to hold all the state information
206 concerning a /proc process. There should be exactly one procinfo
208 process at a time, that means there should be only one procinfo.
210 single process procinfo.
215 procinfo as an argument.
217 There will be a separate procinfo structure for use by the (not yet
220 inferior's procinfo information. */
229 typedef struct procinfo { struct
230 struct procinfo *next
258 } procinfo; typedef in typeref:struct:procinfo
552 typedef std::unique_ptr<procinfo, procinfo_deleter> procinfo_up; typedef
    [all...]
gnu-nat.c 793 struct procinfo *pi;
820 struct procinfo *pi;
1888 int flags, const_procinfo_t procinfo, mach_msg_type_number_t procinfoCnt,
rs6000-aix-nat.c 58 #include <procinfo.h>
aix-thread.c 51 #include <procinfo.h>
  /src/external/gpl3/gdb.old/dist/gdb/
procfs.c 200 /* =================== STRUCT PROCINFO "MODULE" =================== */
204 /* The procinfo struct is a wrapper to hold all the state information
205 concerning a /proc process. There should be exactly one procinfo
207 process at a time, that means there should be only one procinfo.
209 single process procinfo.
214 procinfo as an argument.
216 There will be a separate procinfo structure for use by the (not yet
219 inferior's procinfo information. */
228 typedef struct procinfo { struct
229 struct procinfo *next
257 } procinfo; typedef in typeref:struct:procinfo
551 typedef std::unique_ptr<procinfo, procinfo_deleter> procinfo_up; typedef
    [all...]
nto-procfs.c 942 debug_process_t procinfo; local
952 err = devctl (ctl_fd, DCMD_PROC_INFO, &procinfo,
953 sizeof procinfo, 0);
957 initial_stack = procinfo.initial_stack;
gnu-nat.c 792 struct procinfo *pi;
819 struct procinfo *pi;
1886 int flags, const_procinfo_t procinfo, mach_msg_type_number_t procinfoCnt,
rs6000-aix-nat.c 57 #include <procinfo.h>
aix-thread.c 51 #include <procinfo.h>
  /src/external/mit/libuv/dist/src/unix/
aix-common.c 34 #include <procinfo.h>
ibmi.c 45 #include <procinfo.h>
aix.c 47 #include <procinfo.h>
  /src/crypto/dist/ipsec-tools/rpm/suse/
ipsec-tools.spec.in 14 BuildRequires: aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv less libacl libattr libgcc libselinux libstdc++ libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt procinfo procps psmisc pwdutils rcs readline sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils gcc gdbm gettext kernel-source libtool openssl-devel perl readline-devel rpm
  /src/external/gpl3/gdb/dist/gnulib/import/
getprogname.c 27 # include <procinfo.h>
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getprogname.c 27 # include <procinfo.h>
  /src/external/bsd/top/dist/machine/
m_aix43.c 60 #include <procinfo.h>
m_aix5.c 64 #include <procinfo.h>
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 73 # include <procinfo.h>

Completed in 43 milliseconds