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

/freebsd-9.3-release/sys/sys/
H A Dprocfs.h58 int pr_version; /* Version number of struct (1) */ member in struct:prstatus
77 int pr_version; /* Version number of struct (1) */ member in struct:prpsinfo
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-9.3-release/contrib/less/
H A Dlessecho.c48 pr_version() function
228 pr_version();
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32.h241 int pr_version; member in struct:prstatus32
252 int pr_version; member in struct:prpsinfo32
/freebsd-9.3-release/usr.bin/gcore/
H A Delfcore.c503 psinfo->pr_version = PRPSINFO_VERSION;
532 status->pr_version = PRSTATUS_VERSION;
/freebsd-9.3-release/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-9.3-release/sys/kern/
H A Dimgact_elf.c1651 psinfo->pr_version = PRPSINFO_VERSION;
1677 status->pr_version = PRSTATUS_VERSION;
H A Dkern_jail.c4086 xp->pr_version = XPRISON_VERSION;

Completed in 110 milliseconds