Home
last modified time | relevance | path

Searched refs:p_osrel (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_meter.c192 if (curproc->p_osrel < P_OSREL_VMTOTAL64) in vmtotal()
290 if (curproc->p_osrel < P_OSREL_VMTOTAL64 && (req->oldlen == in vmtotal()
H A Dvm_mmap.c272 if ((len == 0 && p->p_osrel >= P_OSREL_MAP_ANON) || in kern_mmap_req()
415 p->p_osrel >= P_OSREL_MAP_FSTRICT) { in kern_mmap_req()
H A Dvm_fault.c666 curproc->p_osrel >= P_OSREL_SIGSEGV) { in vm_fault_trap()
/f-stack/freebsd/kern/
H A Dkern_exec.c414 orig_osrel = p->p_osrel; in do_execve()
486 imgp->proc->p_osrel = 0; in do_execve()
664 P_OSREL_MAJOR(p->p_osrel) > P_OSREL_MAJOR(__FreeBSD_version)) { in do_execve()
666 uprintf("Osrel %d for image %s too high\n", p->p_osrel, in do_execve()
884 p->p_osrel = orig_osrel; in do_execve()
H A Dimgact_elf.c1336 imgp->proc->p_osrel = osrel; in __CONCAT()
2561 size = sizeof(structsize) + sizeof(p->p_osrel); in note_procstat_osrel()
2564 structsize = sizeof(p->p_osrel); in note_procstat_osrel()
2566 sbuf_bcat(sb, &p->p_osrel, sizeof(p->p_osrel)); in note_procstat_osrel()
H A Dinit_main.c463 p->p_osrel = osreldate; in proc0_init()
H A Dkern_proc.c2968 error = SYSCTL_OUT(req, &p->p_osrel, sizeof(p->p_osrel)); in sysctl_kern_proc_osrel()
2980 p->p_osrel = osrel; in sysctl_kern_proc_osrel()
H A Duipc_syscalls.c1226 td->td_proc->p_osrel < P_OSREL_SHUTDOWN_ENOTCONN) in kern_shutdown()
H A Dkern_sig.c1170 if (error == EINTR && td->td_proc->p_osrel < P_OSREL_SIGWAIT) in sys_sigwait()
/f-stack/lib/
H A Dff_init_main.c366 p->p_osrel = osreldate; in proc0_init()
/f-stack/freebsd/sys/
H A Dproc.h674 int p_osrel; /* (x) osreldate for the member