Searched refs:pr_version (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dprocfs.h61 int pr_version; /* Version number of struct (1) */ member in struct:prstatus
80 int pr_version; /* Version number of struct (1) */ member in struct:prpsinfo
96 int32_t pr_version; member in struct:prstatus32
107 int32_t pr_version; member in struct:prpsinfo32
H A Djail.h55 * For all xprison structs, always keep the pr_version an int and
60 int pr_version; member in struct:xprison_v1
69 int pr_version; member in struct:xprison
/freebsd-10-stable/contrib/less/
H A Dlessecho.c48 pr_version() function
228 pr_version();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp379 int pr_version = data.GetU32(&offset); local
384 if (pr_version > 1)
385 log->Printf("FreeBSD PRSTATUS unexpected version %d", pr_version);
/freebsd-10-stable/usr.bin/gcore/
H A Delfcore.c563 psinfo->pr_version = PRPSINFO_VERSION;
607 status->pr_version = PRSTATUS_VERSION;
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-i386.c396 int pr_version = bfd_get_32 (abfd, note->descdata);
398 if (pr_version != 1)
443 int pr_version = bfd_get_32 (abfd, note->descdata);
445 if (pr_version != 1)
395 int pr_version = bfd_get_32 (abfd, note->descdata); local
442 int pr_version = bfd_get_32 (abfd, note->descdata); local
/freebsd-10-stable/sys/kern/
H A Dimgact_elf.c1823 psinfo->pr_version = PRPSINFO_VERSION;
1880 status->pr_version = PRSTATUS_VERSION;
H A Dkern_jail.c4227 xp->pr_version = XPRISON_VERSION;

Completed in 264 milliseconds