Searched defs:PAGESIZE (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem_pagesize.h37 #undef PAGESIZE macro
38 #define PAGESIZE (umem_pagesize) macro
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_base.h41 #undef PAGESIZE macro
42 #define PAGESIZE pagesize macro
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c16 #define PAGESIZE 1024 macro
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) ){
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_param.h119 #define PAGESIZE _mdb_ks_pagesize macro
/illumos-gate/usr/src/psm/stand/boot/sparc/sun4/sys/
H A Dmachparam.h85 #define PAGESIZE (1<<PAGESHIFT) macro
86 #define PAGEOFFSET (PAGESIZE - 1)
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h105 #define PAGESIZE 0x2000 /* All of the above, for logical */ macro
107 #define PAGEOFFSET (PAGESIZE - 1)
198 #define CLBYTES PAGESIZE
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachparam.h101 #define PAGESIZE 0x1000 /* All of the above, for logical */ macro
103 #define PAGEOFFSET (PAGESIZE - 1)
109 #define DATA_ALIGN PAGESIZE
121 #define DEFAULTSTKSZ (DEFAULTSTKSZ_NPGS * PAGESIZE)
123 #define DEFAULTSTKSZ _MUL(DEFAULTSTKSZ_NPGS, PAGESIZE) /* as(1) lameness */
333 #define T_STACKSZ 2*PAGESIZE
340 #define STARTUP_STKSZ 3*PAGESIZE
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachparam.h168 #define PAGESIZE (1<<PAGESHIFT) macro
169 #define PAGEOFFSET (PAGESIZE - 1)
181 #define DEFAULTSTKSZ (3*PAGESIZE)
265 #define PPMAP_FAST_SIZE (MAXPP_SLOTS * PAGESIZE * NCPU)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachparam.h128 #define PAGESIZE (1<<PAGESHIFT) macro
129 #define PAGEOFFSET (PAGESIZE - 1)
141 #define DEFAULTSTKSZ (3*PAGESIZE)
225 #define PPMAP_FAST_SIZE (MAXPP_SLOTS * PAGESIZE * NCPU)
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h225 #define PAGESIZE (sysconf(_SC_PAGESIZE)) /* All the above, for logical */ macro
226 #define PAGEOFFSET (PAGESIZE - 1)
236 #define ptob(x) ((x) * PAGESIZE)
237 #define btop(x) (((unsigned)(x)) / PAGESIZE)
238 #define btopr(x) ((((unsigned)(x) + PAGEOFFSET) / PAGESIZE))
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h382 #define PAGESIZE _pagesize macro
430 * cast the input to be a 64-bit type if values greater than 4GB/PAGESIZE
445 #define NDPP (PAGESIZE/DEV_BSIZE) /* # of disk blocks per page */
491 #define PAGESIZE (_sysconf(_SC_PAGESIZE)) macro
492 #define PAGEOFFSET (PAGESIZE - 1)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1051 uio->uio_loffset < roundup(off + mapon + n, PAGESIZE)) {
1062 nzero = roundup(on + n, PAGESIZE) - nmoved;
2588 (offset_t)0, PAGESIZE, local
4546 int pgsize = PAGESIZE;
4631 P2ROUNDUP_TYPED(ip->i_size, PAGESIZE, u_offset_t);
4927 if ((pp = page_create_va(vp, off, PAGESIZE, PG_WAIT, seg,
4934 pagezero(pp, 0, PAGESIZE);
4936 io_len = PAGESIZE;
4973 pagezero(pp->p_prev, xlen, PAGESIZE - xlen);
4994 ip->i_nextrio = off + ((io_len + PAGESIZE
[all...]

Completed in 69 milliseconds