HomeSort by: relevance | last modified time | path
    Searched defs:SHMLBA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/asm/
shmparam.h 37 #define SHMLBA PAGE_SIZE
  /src/sys/sys/
shm.h 77 #define SHM_RND 020000 /* Round attach address to SHMLBA */
84 #define SHMLBA PAGE_SIZE
87 * SHMLBA uses libc's internal __sysconf() to retrieve the machine's
94 #define SHMLBA (__sysconf(28))

Completed in 13 milliseconds