HomeSort by relevance Sort by last modified time
    Searched defs:pid (Results 401 - 425 of 1289) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-3/include/linux/
capability.h 22 int pid; member in struct:__user_cap_header_struct
  /development/ndk/platforms/android-3/include/
thread_db.h 69 pid_t pid; member in struct:__anon2428
74 pid_t pid; member in struct:__anon2429
  /development/ndk/platforms/android-9/include/
thread_db.h 71 pid_t pid; member in struct:__anon2648
77 pid_t pid; member in struct:__anon2649
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 98 pthread_t pid; /* job cmd thread ID */ member in struct:__anon3841
  /device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c 134 nlmsghdr_val->nlmsg_pid = hndl->pid;
294 int pid = -1, netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; local
309 pid = getpid();
310 if (pid < MIN_VALID_PROCESS_ID) {
315 (*hndl)->pid = pid;
328 (*hndl)->src_addr.nl_pid = (*hndl)->pid;
  /external/bison/src/
output.c 508 pid_t pid;
584 pid = create_pipe_bidi ("m4", m4, (char **)(void*)argv, false, true,
613 wait_subprocess (pid, "m4", false, false, true, true, NULL);
507 pid_t pid; local
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 255 int pid = internal_getpid(); local
256 needed_length += internal_snprintf(buffer, buffer_size, "==%d==", pid);
258 // The pid doesn't fit into the current buffer.
292 // Like Printf, but prints the current PID before the output string.
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 89 uptr pid; member in struct:__tsan::ReportThread
  /external/dnsmasq/src/
helper.c 55 pid_t pid; local
61 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1)
67 if (pid != 0)
163 while ((pid = fork()) == -1 && (errno == EAGAIN || errno == ENOMEM))
166 if (pid == -1)
170 if (pid != 0)
178 if (rc == pid)
log.c 48 pid_t pid; /* to avoid duplicates over a fork */ member in struct:log_entry
154 if (entries->pid != getpid())
266 pid_t pid = getpid(); local
342 p += sprintf(p, "%.15s dnsmasq%s[%d]: ", ctime(&time_now) + 4, func, (int)pid);
350 entry->pid = pid;
  /external/e2fsprogs/e2fsck/
logfile.c 210 pid_t pid; local
228 pid = fork();
229 if (pid < 0) {
234 if (pid == 0) {
  /external/e2fsprogs/misc/
uuidd.c 63 pid_t pid; local
66 pid = fork();
67 if (pid == -1) {
70 } else if (pid != 0) {
269 printf(_("uuidd daemon already running at pid %s\n"),
333 close(fd_pidfile); /* Unlock the pid file */
585 "at pid %d: %s\n"), do_kill,
590 printf(_("Killed uuidd running at pid %d\n"),
  /external/elfutils/src/libdwfl/
linux-core-attach.c 149 if (strcmp (item->name, "pid") == 0)
199 if (strcmp (item->name, "pid") == 0)
348 pid_t pid = -1; local
391 if (strcmp (item->name, "pid") == 0)
398 pid = (int32_t) val32;
399 eu_static_assert (sizeof val32 <= sizeof pid);
402 if (pid == -1)
418 if (! INTUSE(dwfl_attach_state) (dwfl, core, pid, &core_thread_callbacks,
425 return pid;
linux-proc-maps.c 56 get_pid_class (pid_t pid)
59 if (asprintf (&fname, PROCEXEFMT, pid) < 0)
79 /* Search /proc/PID/auxv for the AT_SYSINFO_EHDR tag.
92 grovel_auxv (pid_t pid, Dwfl *dwfl, GElf_Addr *sysinfo_ehdr)
95 if (asprintf (&fname, PROCAUXVFMT, pid) < 0)
161 pid_class = get_pid_class (pid);
179 proc_maps_report (Dwfl *dwfl, FILE *f, GElf_Addr sysinfo_ehdr, pid_t pid)
234 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0
283 dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid)
290 int result = grovel_auxv (pid, dwfl, &sysinfo_ehdr)
346 int pid = -1; local
    [all...]
  /external/elfutils/src/tests/
backtrace.c 280 #define tgkill(pid, tid, sig) syscall (__NR_tgkill, (pid), (tid), (sig))
283 report_pid (Dwfl *dwfl, pid_t pid)
285 int result = dwfl_linux_proc_report (dwfl, pid);
294 result = dwfl_linux_proc_attach (dwfl, pid, true);
302 pid_to_dwfl (pid_t pid)
315 report_pid (dwfl, pid);
322 pid_t pid = fork (); local
323 switch (pid)
335 PID may have caught still ourselves before executing execl above. *
    [all...]
  /external/f2fs-tools/tools/
f2fs_io_parse.c 74 int pid; member in struct:pid_ent
111 printf(" -a RW sorted by pid & file types\n");
113 printf(" -p RW sorted by pid\n");
151 struct pid_ent *get_pid_entry(int pid)
156 if (entry->pid == pid)
170 pent->pid = atoh(ptr);
180 int pid, type, rw, len; local
184 pid = atoh(ptr);
199 /* update per-pid stat *
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 247 const pid_t pid = getppid(); local
248 LinuxPtraceDumper dumper(pid);
253 "/proc/%d/maps", pid);
254 EXPECT_TRUE(dumper.BuildProcPath(maps_path, pid, "maps"));
257 EXPECT_FALSE(dumper.BuildProcPath(NULL, pid, "maps"));
259 EXPECT_FALSE(dumper.BuildProcPath(maps_path, pid, ""));
260 EXPECT_FALSE(dumper.BuildProcPath(maps_path, pid, NULL));
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 108 pid_t pid = fork(); local
109 if (pid == 0) {
119 ASSERT_NE(-1, pid);
168 ASSERT_EQ(pid, waitpid(pid, &ret, 0));
248 pid_t pid = fork(); local
249 if (pid == 0) {
268 ASSERT_NE(-1, pid);
300 ASSERT_EQ(pid, waitpid(pid, &ret, 0))
319 pid_t pid = fork(); local
418 pid_t pid = fork(); local
517 pid_t pid = fork(); local
607 pid_t pid = fork(); local
664 pid_t pid = fork(); local
    [all...]
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 185 pid_t pid = fork(); local
186 if (pid == 0) {
233 } else if (pid == -1) {
239 if (HANDLE_EINTR(waitpid(pid, &status, 0)) == -1) {
245 " exit status=0x%x pid=%u signaled=%s sig=%d expected=%d\n",
246 status, pid, WIFSIGNALED(status) ? "true" : "false",
252 *child_pid = pid;
256 bool CrashGenerator::CopyProcFiles(pid_t pid, const char* path) const {
260 pid, kProcFilesToCopy[i]);
  /external/iptables/extensions/
libxt_owner.c 32 pid_t pid; member in struct:ipt_owner_info
41 pid_t pid; member in struct:ip6t_owner_info
67 "[!] --pid-owner processid Match local PID\n"
70 "NOTE: PID, SID and command matching are broken on SMP\n");
79 "[!] --pid-owner processid Match local PID\n"
81 "NOTE: PID and SID matching are broken on SMP\n");
99 {.name = "pid-owner", .id = O_PROCESS, .type = XTTYPE_UINT32,
100 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, pid),
    [all...]
  /external/iputils/ninfod/
ninfod_core.c 401 pid_t pid; local
409 pid = getpid();
410 seed ^= (((unsigned long)pid) & 0xffffffff);
  /external/iputils/
tftpd.c 150 int pid; local
155 pid = fork();
156 if (pid < 0) {
179 if (pid < 0) {
182 } else if (pid != 0) {
  /external/kernel-headers/original/uapi/linux/
agpgart.h 86 __kernel_pid_t pid; /* pid of process */ member in struct:_agp_region
auto_fs4.h 137 __u32 pid; member in struct:autofs_v5_packet
dlm_device.h 58 __u32 pid; member in struct:dlm_purge_params

Completed in 390 milliseconds

<<11121314151617181920>>