| /trueos/crypto/heimdal/appl/rcp/ |
| HD | util.c | 146 allocbuf(bp, fd, blksize) in allocbuf() argument 148 int fd, blksize; 158 size = roundup(stb.st_blksize, blksize); 160 size = blksize;
|
| /trueos/bin/rcp/ |
| HD | util.c | 130 allocbuf(BUF *bp, int fd, int blksize) in allocbuf() argument 139 size = roundup(stb.st_blksize, blksize); in allocbuf() 141 size = blksize; in allocbuf()
|
| /trueos/sys/geom/ |
| HD | geom_redboot.c | 246 u_int blksize; /* NB: flash block size stored as stripesize */ in g_redboot_taste() local 267 blksize = cp->provider->stripesize; in g_redboot_taste() 275 blksize, offmask); in g_redboot_taste() 281 offset = cp->provider->mediasize - blksize; in g_redboot_taste() 283 buf = g_read_data(cp, offset, blksize, NULL); in g_redboot_taste() 285 head = parse_fis_directory(buf, blksize, offset, offmask); in g_redboot_taste()
|
| /trueos/usr.sbin/pkg_install/info/ |
| HD | show.c | 273 long blksize; in show_size() local 278 descr = getbsize(&headerlen, &blksize); in show_size() 291 printf("%lu\t%s\n", (unsigned long) howmany(sb.st_size, blksize), tmp); in show_size() 316 printf("%lu\t(%s)\n", howmany(size, blksize), descr); in show_size() 319 printf("%lu\n", howmany(size, blksize)); in show_size()
|
| /trueos/contrib/tcpdump/ |
| HD | print-decnet.c | 183 int src, dst, info, blksize, eco, ueco, hello, other, vers; in print_decnet_ctlmsg() local 197 blksize = EXTRACT_LE_16BITS(cmp->cm_init.in_blksize); in print_decnet_ctlmsg() 205 dnaddr_string(src), blksize, vers, eco, ueco, in print_decnet_ctlmsg() 261 blksize = EXTRACT_LE_16BITS(cmp->cm_rhello.rh_blksize); in print_decnet_ctlmsg() 268 blksize, priority, hello); in print_decnet_ctlmsg() 284 blksize = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_blksize); in print_decnet_ctlmsg() 295 blksize, dnaddr_string(dst), hello, other); in print_decnet_ctlmsg()
|
| /trueos/sys/dev/sound/pci/ |
| HD | neomagic.c | 55 u_int32_t blksize, wmark; member 359 ch->blksize = 0; in nmchan_init() 401 ch->blksize = blocksize; in nmchan_setblocksize() 423 ch->wmark = ch->blksize; in nmchan_trigger() 439 ch->wmark = ch->blksize; in nmchan_trigger() 498 sc->pch.wmark += sc->pch.blksize; in nm_intr() 507 sc->rch.wmark += sc->rch.blksize; in nm_intr()
|
| /trueos/sys/fs/ext2fs/ |
| HD | ext2_inode.c | 202 size = blksize(fs, oip, lbn); in ext2_truncate() 300 bsize = blksize(fs, oip, i); in ext2_truncate() 319 oldspace = blksize(fs, oip, lastblock); in ext2_truncate() 321 newspace = blksize(fs, oip, lastblock); in ext2_truncate()
|
| HD | fs.h | 150 #define blksize(fs, ip, lbn) ((fs)->e2fs_fsize) macro
|
| HD | ext2_extents.c | 153 size = blksize(fs, ip, nblk); in ext4_ext_find_extent()
|
| HD | ext2_subr.c | 81 bsize = blksize(fs, ip, lbn); in ext2_blkatoff()
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_cd.c | 82 u_int32_t blksize; member 911 softc->params.blksize, in cdstart() 912 bp->bio_bcount / softc->params.blksize, in cdstart() 919 if (softc->params.blksize == 2352) { in cdstart() 1077 cdp->blksize = scsi_4btoul (rdcap->length); in cddone() 1089 cdp->disksize, (u_long)cdp->blksize); in cddone() 2115 *(int *)addr = softc->params.blksize; in cdioctl() 2122 softc->disk->d_sectorsize = softc->params.blksize = *(int *)addr; in cdioctl() 2234 softc->disk->d_sectorsize = softc->params.blksize; in cdcheckmedia() 2236 (off_t)softc->params.blksize * softc->params.disksize; in cdcheckmedia() [all …]
|
| /trueos/sys/dev/cxgb/ |
| HD | bin2h.pl | 61 $atime,$mtime,$ctime,$blksize,$blocks)
|
| /trueos/sys/dev/mcd/ |
| HD | mcdvar.h | 22 int blksize; member
|
| /trueos/sys/dev/scd/ |
| HD | scdvar.h | 18 int blksize; member
|
| HD | scd.c | 339 *(off_t *)addr = (off_t)sc->data.disksize * sc->data.blksize; in scdioctl() 343 *(u_int *)addr = sc->data.blksize; in scdioctl() 731 mbx->sz = sc->data.blksize; in scd_doread() 1104 sc->data.blksize = SCDBLKSIZE; in read_toc() 1105 sc->data.disksize = last*sc->data.blksize/DEV_BSIZE; in read_toc()
|
| /trueos/sys/geom/part/ |
| HD | g_part_bsd64.c | 305 uint32_t blksize, ressize; in g_part_bsd64_create() local 316 blksize = pp->sectorsize < BLKSIZE ? BLKSIZE: pp->sectorsize; in g_part_bsd64_create() 317 blkmask = blksize - 1; in g_part_bsd64_create() 339 table->d_align = blksize; in g_part_bsd64_create()
|
| /trueos/sys/ufs/ffs/ |
| HD | ffs_inode.c | 388 size = blksize(fs, ip, lbn); 492 bsize = blksize(fs, ip, i); 512 oldspace = blksize(fs, ip, lastblock); 515 newspace = blksize(fs, ip, lastblock);
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | zvol.h | 65 extern int zvol_get_volume_params(minor_t minor, uint64_t *blksize,
|
| /trueos/contrib/sendmail/contrib/ |
| HD | re-mqueue.pl | 156 $atime,$mtime,$ctime,$blksize,$blocks) = stat($dfile);
|
| /trueos/crypto/openssh/ |
| HD | scp.c | 1310 allocbuf(BUF *bp, int fd, int blksize) argument 1320 size = roundup(stb.st_blksize, blksize); 1322 size = blksize; 1324 size = blksize;
|
| /trueos/usr.sbin/makefs/ffs/ |
| HD | ffs_balloc.c | 112 osize = blksize(fs, ip, nb); in ffs_balloc_ufs1() 363 osize = blksize(fs, ip, nb); in ffs_balloc_ufs2()
|
| /trueos/sys/dev/ida/ |
| HD | idareg.h | 268 u_int16_t blksize; /* block size in bytes */ member
|
| /trueos/contrib/opie/ |
| HD | opieftpd.c | 916 …atic VOIDRET send_data FUNCTION((instr, outstr, blksize), FILE *instr AND FILE *outstr AND off_t b… 950 if ((buf = malloc((u_int) blksize)) == NULL) { 957 while ((cnt = read(filefd, buf, (u_int) blksize)) > 0 &&
|
| /trueos/sbin/fsck_ffs/ |
| HD | suj.c | 830 int blksize; in ino_clrat() local 842 blksize = sblksize(fs, DIP(dip, di_size), lbn); in ino_clrat() 843 block = dblk_read(blk, blksize); in ino_clrat() 868 int blksize; in ino_isat() local 893 blksize = sblksize(fs, DIP(dip, di_size), lbn); in ino_isat() 894 if (diroff + DIRECTSIZ(1) > DIP(dip, di_size) || doff >= blksize) { in ino_isat() 908 block = dblk_read(blk, blksize); in ino_isat()
|
| /trueos/sys/fs/cd9660/ |
| HD | iso.h | 264 #define blksize(imp, ip, lbn) ((imp)->logical_block_size) macro
|