Searched refs:p_osrel (Results 1 – 13 of 13) sorted by relevance
50 sbuf_printf(sb, "%d\n", p->p_osrel); in procfs_doosrel()65 p->p_osrel = osrel; in procfs_doosrel()
74 td->td_proc->p_osrel = __FreeBSD_version; in cloudabi64_fixup()
496 imgp->proc->p_osrel = 0;576 P_OSREL_MAJOR(p->p_osrel) > P_OSREL_MAJOR(__FreeBSD_version)) {578 uprintf("Osrel %d for image %s too high\n", p->p_osrel,
1043 imgp->proc->p_osrel = osrel; in __CONCAT()2110 size = sizeof(structsize) + sizeof(p->p_osrel); in note_procstat_osrel()2113 structsize = sizeof(p->p_osrel); in note_procstat_osrel()2115 sbuf_bcat(sb, &p->p_osrel, sizeof(p->p_osrel)); in note_procstat_osrel()
451 p->p_osrel = osreldate; in proc0_init()
2735 error = SYSCTL_OUT(req, &p->p_osrel, sizeof(p->p_osrel)); in sysctl_kern_proc_osrel()2747 p->p_osrel = osrel; in sysctl_kern_proc_osrel()
1384 td->td_proc->p_osrel < P_OSREL_SHUTDOWN_ENOTCONN)
1155 if (error == EINTR && td->td_proc->p_osrel < P_OSREL_SIGWAIT) in sys_sigwait()
225 if ((uap->len == 0 && curproc->p_osrel >= P_OSREL_MAP_ANON) ||358 td->td_proc->p_osrel >= P_OSREL_MAP_FSTRICT) {
350 && p->p_osrel >= P_OSREL_SIGSEGV) { in trap()
421 && p->p_osrel >= P_OSREL_SIGSEGV) { in trap()
598 int p_osrel; /* (x) osreldate for the member
2271 *osrelp = proc.p_osrel; in procstat_getosrel_kvm()