HomeSort by relevance Sort by last modified time
    Searched defs:PAGESIZE (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
umem_pagesize.h 37 #undef PAGESIZE
38 #define PAGESIZE (umem_pagesize)
  /onnv/onnv-gate/usr/src/lib/libumem/common/
umem_base.h 39 extern size_t pagesize;
40 #undef PAGESIZE
41 #define PAGESIZE pagesize
  /onnv/onnv-gate/usr/src/lib/libsqlite/tool/
diffdb.c 16 #define PAGESIZE 1024
22 unsigned char a1[PAGESIZE], a2[PAGESIZE];
38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
39 if( memcmp(a1,a2,PAGESIZE) ){
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_param.h 121 #define PAGESIZE _mdb_ks_pagesize
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sun4/
param.h 105 #define PAGESIZE 0x2000 /* All of the above, for logical */
107 #define PAGEOFFSET (PAGESIZE - 1)
198 #define CLBYTES PAGESIZE
  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
machparam.h 96 #define PAGESIZE 0x1000 /* All of the above, for logical */
98 #define PAGEOFFSET (PAGESIZE - 1)
104 #define DATA_ALIGN PAGESIZE
116 #define DEFAULTSTKSZ (DEFAULTSTKSZ_NPGS * PAGESIZE)
118 #define DEFAULTSTKSZ _MUL(DEFAULTSTKSZ_NPGS, PAGESIZE) /* as(1) lameness */
329 #define T_STACKSZ 2*PAGESIZE
336 #define STARTUP_STKSZ 3*PAGESIZE
  /onnv/onnv-gate/usr/src/ucbhead/sys/
param.h 233 #define PAGESIZE (sysconf(_SC_PAGESIZE)) /* All the above, for logical */
234 #define PAGEOFFSET (PAGESIZE - 1)
244 #define ptob(x) ((x) * PAGESIZE)
245 #define btop(x) (((unsigned)(x)) / PAGESIZE)
246 #define btopr(x) ((((unsigned)(x) + PAGEOFFSET) / PAGESIZE))
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
machparam.h 142 #define PAGESIZE (1<<PAGESHIFT)
143 #define PAGEOFFSET (PAGESIZE - 1)
155 #define DEFAULTSTKSZ (3*PAGESIZE)
239 #define PPMAP_FAST_SIZE (MAXPP_SLOTS * PAGESIZE * NCPU)
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
machparam.h 125 #define PAGESIZE (1<<PAGESHIFT)
126 #define PAGEOFFSET (PAGESIZE - 1)
138 #define DEFAULTSTKSZ (3*PAGESIZE)
222 #define PPMAP_FAST_SIZE (MAXPP_SLOTS * PAGESIZE * NCPU)
  /onnv/onnv-gate/usr/src/uts/common/sys/
param.h 378 #define PAGESIZE _pagesize
424 * cast the input to be a 64-bit type if values greater than 4GB/PAGESIZE
439 #define NDPP (PAGESIZE/DEV_BSIZE) /* # of disk blocks per page */
485 #define PAGESIZE (_sysconf(_SC_PAGESIZE))
486 #define PAGEOFFSET (PAGESIZE - 1)
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_vnops.c 1049 uio->uio_loffset < roundup(off + mapon + n, PAGESIZE)) {
1060 nzero = roundup(on + n, PAGESIZE) - nmoved;
    [all...]

Completed in 429 milliseconds