Searched refs:SHM_RND (Results 1 – 8 of 8) sorted by relevance
32 #define SHM_RND 020000 /* round attach address to SHMLBA */ macro
49 #define SHMAT_FLAGS (SHM_RND)
77 #define SHM_RND 020000 /* round attach address to SHMLBA boundary */ macro
79 #define SHM_RND 020000 /* round attach address to SHMLBA boundary */ macro
348 shmat(((linuxInt10Priv *) pInt->private)->lowMem, (char *) 1, SHM_RND); in MapCurrentInt10()
1534 if (shmflg & SHM_RND) { in do_shmat()