/titanic_50/usr/src/uts/common/os/ |
H A D | fbio.c | 76 if (o + len > MAXBSIZE) in fbread() 81 MAXBSIZE, SM_LOCKPROTO, rw); in fbread() 84 off & (offset_t)MAXBMASK, MAXBSIZE, 0, rw); in fbread() 120 if (o + len > MAXBSIZE) in fbzero() 125 MAXBSIZE, SM_PAGECREATE, S_WRITE) + o; in fbzero() 140 if (zlen < len || (o + zlen > MAXBSIZE)) in fbzero()
|
H A D | vm_meter.c | 60 #define UsefulPagesPerIO nz((MAXBSIZE/PAGESIZE)/2)
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg_map.c | 572 #define MAXPPB (MAXBSIZE/4096) /* assumes minimum page size of 4k */ 648 if (addroff + len > MAXBSIZE) in segmap_fault() 688 if (addroff + len > MAXBSIZE) { in segmap_fault() 705 err = VOP_GETPAGE(vp, (offset_t)off, len, &prot, pl, MAXBSIZE, in segmap_fault() 734 pp->p_offset >= sm_off + MAXBSIZE) { in segmap_fault() 1099 for (pgoff = off; pgoff < off + MAXBSIZE; pgoff += PAGESIZE) { in segmap_pagefree() 1169 ((smp - smd_smap) * MAXBSIZE), in grab_smp() 1170 MAXBSIZE, HAT_UNLOAD); in grab_smp() 1177 ((smp - smd_smap) * MAXBSIZE), in grab_smp() 1178 MAXBSIZE, HAT_UNLOAD); in grab_smp() [all …]
|
H A D | seg_map.h | 254 #define MAXBOFFSET (MAXBSIZE - 1)
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | mode.c | 199 #ifdef MAXBSIZE in main() 200 n = MAXBSIZE; in main()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_readdir.c | 548 if (args->maxcount < MAXBSIZE) in rfs4_op_readdir() 549 mpcount = MAXBSIZE; in rfs4_op_readdir() 568 if (mpcount > MAXBSIZE) in rfs4_op_readdir() 569 args->maxcount = mpcount = MAXBSIZE; in rfs4_op_readdir() 608 dircount = (args->dircount < MAXBSIZE) ? MAXBSIZE : args->dircount; in rfs4_op_readdir() 612 if (args->maxcount <= MAXBSIZE) { in rfs4_op_readdir() 629 if (rddir_data_len > MAXBSIZE) in rfs4_op_readdir() 630 rddir_data_len = dircount = MAXBSIZE; in rfs4_op_readdir()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | defs.h | 84 #define MAXBSIZE 8192 macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | filep.h | 73 char fi_buf[MAXBSIZE];
|
H A D | param.h | 237 #define MAXBSIZE 8192 macro
|
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 157 static char buf[MAXBSIZE]; 158 static char buf2[MAXBSIZE]; 159 static char lvid[MAXBSIZE]; 457 (sectorsize > MAXBSIZE)) { in main() 632 bzero(buf, MAXBSIZE); in volseqinit() 637 for (i = MAXBSIZE / sectorsize; i < FIRSTAVDP; i++) { in volseqinit() 669 bzero(buf, MAXBSIZE); in volseqinit()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 78 char avdbuf[MAXBSIZE]; /* buffer for anchor volume descriptor */ 367 for (fsbsize = 512; fsbsize <= MAXBSIZE; fsbsize <<= 1) { in readvolseq() 378 if (fsbsize > MAXBSIZE) in readvolseq()
|
H A D | fsck.h | 43 #define MAXBSIZE 8192 /* maximum allowed block size */ macro
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dump.h | 71 #define MAXINOPB (MAXBSIZE / sizeof (struct dinode)) 72 #define MAXNINDIR (MAXBSIZE / sizeof (daddr32_t))
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | tape.c | 33 static size_t fssize = MAXBSIZE; /* preferred size of writes to filesystem */ 306 if (stbuf.st_blksize >= tp_bsize && stbuf.st_blksize <= MAXBSIZE) { in setup() 310 fssize = MAXBSIZE; in setup() 397 if (stbuf.st_blksize >= tp_bsize && stbuf.st_blksize <= MAXBSIZE) { in setupR() 401 fssize = MAXBSIZE; in setupR() 1042 static char clearedbuf[MAXBSIZE]; in getfile() 1047 assert(MAXBSIZE >= tp_bsize); in getfile() 1703 char buffy[MAXBSIZE]; in closemt()
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | machparam.h | 266 #define KERNEL_REDZONE_SIZE MAXBSIZE
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 138 #define MAXBSIZE 8192 macro
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | param.h | 199 #define MAXBSIZE 8192 macro
|
/titanic_50/usr/src/cmd/fs.d/ufs/clri/ |
H A D | clri.c | 59 #define NI (MAXBSIZE/ISIZE)
|
/titanic_50/usr/src/cmd/fs.d/ufs/ncheck/ |
H A D | ncheck.c | 45 #define MAXNINDIR (MAXBSIZE / sizeof (daddr_t)) 108 char dbuf[MAXBSIZE];
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1031 n = (size_t)MIN(MAXBSIZE - on, uiop->uio_resid); in spec_read() 1054 if (n + on == MAXBSIZE) in spec_read() 1136 n = (size_t)MIN(MAXBSIZE - on, uiop->uio_resid); in spec_write() 1154 if (n == MAXBSIZE || (on == 0 && (off + n) == bdevsize)) in spec_write() 1205 if (nzero < 0 || (on + nmoved + nzero > MAXBSIZE)) { in spec_write() 1228 else if (n + on == MAXBSIZE || IS_SWAPVP(vp)) { in spec_write() 1359 vap->va_blksize = MAXBSIZE; in spec_getattr()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 72 char pad[MAXBSIZE]; 77 char pad[MAXBSIZE]; 80 char eg[MAXBSIZE];
|
/titanic_50/usr/src/ucbcmd/install.d/ |
H A D | install.c | 274 char buf[MAXBSIZE];
|
/titanic_50/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 255 if (bsize < MINBSIZE || bsize > MAXBSIZE) in main() 1081 struct dinode dibuf[MAXBSIZE/sizeof (struct dinode)]; in notrand()
|
/titanic_50/usr/src/cmd/fs.d/ufs/ff/ |
H A D | ff.c | 41 #define MAXNINDIR (MAXBSIZE / sizeof (daddr32_t)) 98 char dbuf[MAXBSIZE];
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 1369 max = MAXBSIZE * nl7c_file_prefetch; in nl7c_sendfilev() 1557 int len = MIN(rdp->sz, MAXBSIZE); in uri_segmap_map() 1739 MAXBSIZE * nl7c_file_prefetch); in uri_rd_response() 1744 write_bytes = P2ROUNDUP(write_bytes, MAXBSIZE); in uri_rd_response()
|