HomeSort by relevance Sort by last modified time
    Searched defs:pstatus (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsemanage/src/
database_file.c 47 int pstatus = STATUS_SUCCESS; local
77 pstatus = rftable->parse(handle, parse_info, process_record);
80 if (pstatus < 0)
84 else if (pstatus == STATUS_NODATA)
95 } while (pstatus != STATUS_NODATA);
  /external/valgrind/coregrind/
vgdb-invoker-solaris.c 175 pstatus_t pstatus; local
176 bytes = read(status_fd, &pstatus, sizeof(pstatus));
177 if ((bytes < 0) || (bytes != sizeof(pstatus))) {
183 if (pstatus.pr_flags & PR_RLC) {
191 if (pstatus.pr_lwp.pr_flags & PR_STOPPED) {
  /external/libcups/cups/
http-support.c 1881 int pstatus; \/* Poll status *\/ local
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 531 static void fill_pstatus(vki_pstatus_t *pstatus,
535 VG_(memset)(pstatus, 0, sizeof(*pstatus));
537 pstatus->pr_flags = VKI_PR_PCINVAL;
538 pstatus->pr_nlwp = VG_(count_living_threads)();
539 pstatus->pr_pid = VG_(getpid)();
540 pstatus->pr_ppid = VG_(getppid)();
541 pstatus->pr_pgid = VG_(getpgrp)();
542 pstatus->pr_sid = VG_(getpgrp)();
543 pstatus->pr_brkbase = (uintptr_t) VG_(brk_base)
975 vki_pstatus_t pstatus; local
    [all...]

Completed in 206 milliseconds