Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dimage.c351 uint64_t bytesize; in image_copyin_stream() local
366 bytesize = 0; in image_copyin_stream()
387 bytesize += rdsz; in image_copyin_stream()
392 *sizep = bytesize; in image_copyin_stream()
402 uint64_t bytesize; in image_copyin_mapped() local
426 bytesize = 0; in image_copyin_mapped()
451 bytesize += pos - hole; in image_copyin_mapped()
471 bytesize += sz; in image_copyin_mapped()
486 *sizep = bytesize; in image_copyin_mapped()
H A Dmkimg.c440 uint64_t bytesize, byteoffset; in mkimg() local
465 expand_number(size, &bytesize) == -1) in mkimg()
497 error = image_copyin(block, fd, &bytesize); in mkimg()
506 error = image_copyin(block, fd, &bytesize); in mkimg()
514 part->size = (bytesize + secsz - 1) / secsz; in mkimg()
516 bytesize = part->size * secsz; in mkimg()
518 (long long)bytesize, (long long)part->size); in mkimg()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c46 int bytesize; /* local byte size in binary */ variable
H A Dftp_var.h87 extern int bytesize; /* local byte size in binary */
H A Dcmds.c141 bytesize = 8; in setpeer()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c852 int rem, bytesize; in nfsm_strtom() local
859 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom()
926 return (bytesize); in nfsm_strtom()
967 int fullsiz, bytesize = 0; in nfsm_fhtom() local
981 bytesize = NFSX_V2FH; in nfsm_fhtom()
992 bytesize = 2 * NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
996 bytesize = NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
1001 return (bytesize); in nfsm_fhtom()
3191 int cnt, i, bytesize; in nfsrv_putattrbit() local
3196 bytesize = (cnt + 1) * NFSX_UNSIGNED; in nfsrv_putattrbit()
[all …]
/freebsd/contrib/tnftp/src/
H A Dftp_var.h246 GLOBAL int bytesize; /* local byte size in binary */ variable
H A Dutil.c166 bytesize = 8; in setpeer()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
/freebsd/libexec/ftpd/
H A Dftpd.c2399 printf(" %d", bytesize); /* need definition! */ in statcmd()