Home
last modified time | relevance | path

Searched refs:pr_version (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dprocfs.h63 int pr_version; /* Version number of struct (1) */ member
82 int pr_version; /* Version number of struct (1) */ member
98 int32_t pr_version; member
109 int32_t pr_version; member
H A Djail.h62 int pr_version; member
71 int pr_version; member
/freebsd-13.1/contrib/less/
H A Dlessecho.c48 pr_version(VOID_PARAM) in pr_version() function
228 pr_version();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp409 int pr_version = data.GetU32(&offset); in ParseFreeBSDPrStatus() local
413 if (pr_version > 1) in ParseFreeBSDPrStatus()
414 LLDB_LOGF(log, "FreeBSD PRSTATUS unexpected version %d", pr_version); in ParseFreeBSDPrStatus()
437 int pr_version = data.GetU32(&offset); in ParseFreeBSDPrPsInfo() local
441 if (pr_version > 1) in ParseFreeBSDPrPsInfo()
442 LLDB_LOGF(log, "FreeBSD PRPSINFO unexpected version %d", pr_version); in ParseFreeBSDPrPsInfo()
/freebsd-13.1/usr.bin/gcore/
H A Delfcore.c624 psinfo->pr_version = PRPSINFO_VERSION; in elf_note_prpsinfo()
668 status->pr_version = PRSTATUS_VERSION; in elf_note_prstatus()
/freebsd-13.1/sys/kern/
H A Dimgact_elf.c2288 psinfo->pr_version = PRPSINFO_VERSION; in __elfN()
2348 status->pr_version = PRSTATUS_VERSION; in __elfN()
H A Dkern_jail.c3866 xp->pr_version = XPRISON_VERSION; in sysctl_jail_list()