OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nprot
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libnvmm/
libnvmm.c
95
nvmm_prot_t
nprot
;
local
98
nprot
= 0;
100
nprot
|= NVMM_PROT_READ;
102
nprot
|= NVMM_PROT_WRITE;
104
nprot
|= NVMM_PROT_EXEC;
117
area->prot =
nprot
;
/src/sys/arch/usermode/usermode/
thunk.c
199
int
nprot
= PROT_NONE;
local
202
nprot
|= PROT_READ;
204
nprot
|= PROT_WRITE;
206
nprot
|= PROT_EXEC;
208
return
nprot
;
716
int nflags,
nprot
;
local
719
nprot
= thunk_to_native_prot(prot);
722
a = mmap(addr, len,
nprot
, nflags, fd, offset);
737
int
nprot
;
local
739
nprot
= thunk_to_native_prot(prot)
[
all
...]
/src/sys/dev/pci/bktr/
bktr_os.c
785
bktr_mmap(dev_t dev, vm_offset_t offset, int
nprot
)
802
if (
nprot
& PROT_EXEC)
1254
int bktr_mmap(dev_t dev, vm_offset_t offset, int
nprot
)
1267
if (
nprot
& PROT_EXEC)
1777
bktr_mmap(dev_t dev, off_t offset, int
nprot
)
1794
(vaddr_t)offset,
nprot
, BUS_DMA_WAITOK));
/src/sys/arch/arc/dev/
pccons.c
1833
pcmmap(dev_t dev, off_t offset, int
nprot
)
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026