Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/sunos/
Dsunos_misc.c490 #define SUNOS__MAP_NEW 0x80000000 /* if not, old mmap & cannot handle */ macro
503 if ((SCARG(uap, flags) & SUNOS__MAP_NEW) == 0) in sunos_sys_mmap()
506 SCARG(&ouap, flags) = SCARG(uap, flags) & ~SUNOS__MAP_NEW; in sunos_sys_mmap()