Searched refs:SUNOS__MAP_NEW (Results 1 – 1 of 1) sorted by relevance
490 #define SUNOS__MAP_NEW 0x80000000 /* if not, old mmap & cannot handle */ macro503 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()