| /netvirt/usr/src/cmd/cdrw/ |
| write_audio.c | 80 off_t fsize; local 93 (void) (h_ptr[i])->bstr_size(h_ptr[i], &fsize); 96 blks_req += 150 + fsize/2352; /* 2 sec gap per track */ 97 if (fsize % 2352)
|
| /netvirt/usr/src/cmd/sgs/tools/common/ |
| leb128.c | 193 uint_t fsize; local 210 fsize = wordsize; 214 fsize = 8; 218 fsize = 4; 222 fsize = 2; 239 for (cnt = 0; cnt < fsize; 251 for (cnt = 0; cnt < fsize; 255 result |= val << ((fsize - cnt - 1) * 8); 262 (fsize < sizeof (uint64_t))) { 266 bitshift = (sizeof (uint64_t) - fsize) * 8 [all...] |
| /netvirt/usr/src/cmd/vscan/vscand/ |
| vs_door.c | 120 uint64_t fsize = scan_req->vsr_size; local 125 fattr.vsa_size = fsize;
|
| /netvirt/usr/src/cmd/sendmail/db/mp/ |
| mp_region.c | 61 size_t fsize, total; local 110 total += fsize = __db_shsizeof(bhp); 111 if (fsize >= len || total >= 3 * len) 168 total += fsize = __db_shsizeof(bhp); 169 if (fsize == len) { 186 if (fsize >= len || total >= 3 * len)
|
| /netvirt/usr/src/uts/common/sys/ |
| bootstat.h | 75 size_t fsize; member in struct:compinfo
|
| /netvirt/usr/src/lib/libshell/common/sh/ |
| arith.c | 138 int fsize = str- (char*)(*ptr); local 142 if(fsize<=(sizeof(tp->fname)-2)) for(tp=shtab_math; *tp->fname; tp++) 146 if(tp->fname[1]==c && tp->fname[fsize+1]==0 && strncmp(&tp->fname[1],*ptr,fsize)==0)
|
| /netvirt/usr/src/uts/common/inet/sctp/ |
| sctp_conn.c | 267 size_t fsize; local 270 fsize = sizeof (in6_addr_t) * eager->sctp_nfaddrs; 273 flist = kmem_alloc(fsize, KM_NOSLEEP); 278 kmem_free(flist, fsize); 286 sctp_get_faddr_list(eager, flist, fsize); 580 size_t fsize; local 582 fsize = sizeof (in6_addr_t) * sctp->sctp_nfaddrs; 585 flist = kmem_alloc(fsize, KM_SLEEP); 588 sctp_get_faddr_list(sctp, flist, fsize);
|
| sctp_hash.c | 254 size_t fsize; local 269 fsize = sizeof (in6_addr_t) * sctp->sctp_nfaddrs; 272 flist = kmem_alloc(fsize, cansleep ? KM_SLEEP : KM_NOSLEEP); 278 kmem_free(flist, fsize); 284 sctp_get_faddr_list(sctp, flist, fsize); 298 kmem_free(flist, fsize);
|
| /netvirt/usr/src/cmd/fs.d/cachefs/common/ |
| subr.c | 414 int fsize; local 416 fsize = MAXBSIZE; 418 rinfop->r_ptroffset = fsize; 420 fsize += MAXBSIZE * (maxinodes / CACHEFS_RLPMBS); 422 fsize += MAXBSIZE; 424 rinfop->r_fsize = fsize;
|
| /netvirt/usr/src/cmd/fs.d/hsfs/fstyp/ |
| iso_impl.h | 88 int fsize; /* size of file in byte */ member in struct:ufname 116 int fsize; /* size of the data */ member in struct:dlist
|
| /netvirt/usr/src/cmd/fs.d/hsfs/labelit/ |
| iso_impl.h | 88 int fsize; /* size of file in byte */ member in struct:ufname 116 int fsize; /* size of the data */ member in struct:dlist
|
| /netvirt/usr/src/uts/common/fs/zfs/ |
| spa_config.c | 82 uint64_t fsize; local 94 if (kobj_get_filesize(file, &fsize) != 0) 97 buf = kmem_alloc(fsize, KM_SLEEP); 102 if (kobj_read_file(file, buf, fsize, 0) < 0) 108 if (nvlist_unpack(buf, fsize, &nvlist, KM_SLEEP) != 0) 140 kmem_free(buf, fsize);
|
| dmu_tx.c | 745 uint64_t lsize, asize, fsize, usize; local 823 fsize = spa_get_asize(tx->tx_pool->dp_spa, tooverwrite) + tofree; 837 lsize, asize, fsize, usize, &tx->tx_tempreserve_cookie, tx);
|
| /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| RootDialog.java | 115 Dimension fsize = frame.size(); local 118 p.x += (fsize.width - dsize.width)/2; 119 p.y += (fsize.height - dsize.height)/2;
|
| /netvirt/usr/src/cmd/mailx/ |
| fio.c | 86 offset = fsize(otf); 697 fsize(FILE *iob) function
|
| /netvirt/usr/src/cmd/bnu/ |
| cntrl.c | 265 char fsize[NAMESIZE]; /* holds file size/checkpoint string */ local 358 (void) sprintf(fsize, "0x%lx", stbuf.st_size); 359 W_FSIZE = fsize; /* set file size in vector */ 507 sprintf(fsize, "0x%lx", startp); 508 W_POINT = fsize; /* set start point in vector */ 1030 *fsize = '\0'; 1031 sscanf(&msg[2], "%*o %s", fsize); 1032 if (*fsize != '\0') { 1033 actualsize = strtol(fsize, (char **) 0, FLENRADIX); [all...] |
| /netvirt/usr/src/cmd/fs.d/ufs/newfs/ |
| newfs.c | 117 static int fsize = 0; /* fragment size */ variable 264 fsize = number("fragsize", optarg, NR_NONE, 268 if (fsize < DEV_BSIZE) 303 /* xxx ought to test against fsize */ 512 fsize = bsize; 515 if (fsize == 0) 516 fsize = DESFRAGSIZE; 519 if (!POWEROF2(fsize)) { 521 "newfs: fragment size must a power of 2, not %d\n"), fsize); 522 fsize = bsize/8 [all...] |
| /netvirt/usr/src/cmd/msgfmt/ |
| msgfmt.c | 207 size_t fsize, ln_size, ll; local 244 fsize = (size_t)statbuf.st_size; 245 if (fsize == 0) { 256 addr = mmap(NULL, fsize, PROT_READ, MAP_SHARED, fd, 0); 264 check_gnu(addr, fsize); 272 ln_size = _mbsntowcs(&linebufhead, &mbuf, &fsize); 1014 * **fsize - address of a size_t variable that contains 1023 * **fsize - *fsize will be set to the size of the unread 1027 _mbsntowcs(wchar_t **bufhead, char **mbuf, size_t *fsize) [all...] |
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ |
| perliol.h | 17 Size_t fsize; member in struct:_PerlIO_funcs
|
| /netvirt/usr/src/uts/common/fs/dcfs/ |
| dc_vnops.c | 270 size_t fsize = dp->dc_hdr->ch_fsize; local 287 n = MIN(n, fsize - uiop->uio_loffset); 297 if (n + mapon == rdsize || uiop->uio_loffset == fsize)
|
| /netvirt/usr/src/cmd/compress/ |
| compress.c | 146 static off_t fsize; /* file size of input file */ variable 710 fsize = (off_t)statbuf.st_size; 720 if (fsize < (1 << 12)) 722 else if (fsize < (1 << 13)) 724 else if (fsize < (1 << 14)) 726 else if (fsize < (1 << 15)) 728 else if (fsize < 47000) [all...] |
| /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
| WindowShadow.java | 435 Dimension fsize = frame.size(); local 438 p.x += (fsize.width - dsize.width)/2; 439 p.y += (fsize.height - dsize.height)/2;
|
| /netvirt/usr/src/cmd/lp/filter/postscript/dpost/ |
| dpost.c | 353 int fsize; /* max size of a font files in bytes */ variable [all...] |
| /netvirt/usr/src/cmd/sgs/prof/common/ |
| prof.c | 168 static off_t fsize(int fd); 507 n = fsize(fileno(mon_iop)); 1086 fsize(int fd) function [all...] |
| /netvirt/usr/src/lib/libbsm/common/ |
| devalloc.c | 77 int nlen, plen, slen, lineno, fsize; local 95 fsize = f_stat.st_size; 96 if ((fbuf = (char *)malloc(fsize)) == NULL) { 128 if (slen >= fsize) { 180 int fsize = 0; local 194 fsize = f_stat.st_size; 214 if ((*fbuf = malloc(fsize)) == NULL) { 219 if (read(fd, *fbuf, fsize) < fsize) { 240 fsize = f_stat.st_size [all...] |