Searched refs:uvn_attach (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/share/man/man9/
H A DMakefile50 uvm_vslock.9 uvn_attach.9 \
/openbsd-current/sys/uvm/
H A Duvm_extern.h453 struct uvm_object *uvn_attach(struct vnode *, vm_prot_t);
H A Duvm_vnode.c123 * uvn_attach
136 uvn_attach(struct vnode *vp, vm_prot_t accessprot) function
153 rwsleep_nsec(uvn, uvn->u_obj.vmobjlock, PVM, "uvn_attach",
H A Duvm_mmap.c1063 uobj = uvn_attach(vp, (flags & MAP_SHARED) ?
1086 * uvn_attach above), and thus it is impossible for
/openbsd-current/sys/kern/
H A Dexec_subr.c190 uobj = uvn_attach(cmd->ev_vp, PROT_READ | PROT_EXEC);

Completed in 80 milliseconds