Searched refs:p_osrel (Results 1 – 15 of 15) sorted by relevance
50 sbuf_printf(sb, "%d\n", p->p_osrel); in procfs_doosrel()66 p->p_osrel = osrel; in procfs_doosrel()
52 if (imgp->proc->p_osrel >= P_OSREL_POWERPC_NEW_AUX_ARGS || in __elfN()53 imgp->proc->p_osrel == 0) in __elfN()
443 if (td->td_proc->p_osrel >= TBI_VERSION) in exec_setregs()520 if (td->td_proc->p_osrel < P_OSREL_ARM64_SPSR) { in set_mcontext()541 if (td->td_proc->p_osrel < P_OSREL_ARM64_SPSR) { in set_mcontext()
146 if (td->td_proc->p_osrel < TBI_VERSION) in get_arm64_addr_mask()
173 if (curproc->p_osrel < P_OSREL_VMTOTAL64) in vmtotal()269 if (curproc->p_osrel < P_OSREL_VMTOTAL64 && (req->oldlen == in vmtotal()
238 if (len == 0 && p->p_osrel >= P_OSREL_MAP_ANON) in kern_mmap()403 p->p_osrel >= P_OSREL_MAP_FSTRICT) { in kern_mmap()
791 curproc->p_osrel >= P_OSREL_SIGSEGV) { in vm_fault_trap()
454 orig_osrel = p->p_osrel; in do_execve()570 imgp->proc->p_osrel = 0; in do_execve()733 P_OSREL_MAJOR(p->p_osrel) > P_OSREL_MAJOR(__FreeBSD_version)) { in do_execve()735 uprintf("Osrel %d for image %s too high\n", p->p_osrel, in do_execve()968 p->p_osrel = orig_osrel; in do_execve()
1433 imgp->proc->p_osrel = osrel; in __CONCAT()2675 size = sizeof(structsize) + sizeof(p->p_osrel); in note_procstat_osrel()2678 structsize = sizeof(p->p_osrel); in note_procstat_osrel()2680 sbuf_bcat(sb, &p->p_osrel, sizeof(p->p_osrel)); in note_procstat_osrel()
484 p->p_osrel = osreldate; in proc0_init()
3120 error = SYSCTL_OUT(req, &p->p_osrel, sizeof(p->p_osrel)); in sysctl_kern_proc_osrel()3132 p->p_osrel = osrel; in sysctl_kern_proc_osrel()
1212 td->td_proc->p_osrel < P_OSREL_SHUTDOWN_ENOTCONN) in kern_shutdown()
1258 if (error == EINTR && td->td_proc->p_osrel < P_OSREL_SIGWAIT) in sys_sigwait()
732 int p_osrel; /* (x) osreldate for the member
2314 *osrelp = proc.p_osrel; in procstat_getosrel_kvm()