Home
last modified time | relevance | path

Searched refs:accessprot (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_device.c115 udv_attach(arg, accessprot, off, size) in udv_attach() argument
117 vm_prot_t accessprot;
154 if ((*mapfn)(device, off, accessprot) == -1)
Duvm_vnode.c157 uvn_attach(arg, accessprot) in uvn_attach() argument
159 vm_prot_t accessprot;
214 if ((accessprot & VM_PROT_WRITE) != 0 &&
298 if (accessprot & VM_PROT_WRITE) {