Home
last modified time | relevance | path

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

/freebsd-14.2/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.c441 uint64_t bytesize, byteoffset; in mkimg() local
466 expand_number(size, &bytesize) == -1) in mkimg()
498 error = image_copyin(block, fd, &bytesize); in mkimg()
507 error = image_copyin(block, fd, &bytesize); in mkimg()
515 part->size = (bytesize + secsz - 1) / secsz; in mkimg()
517 bytesize = part->size * secsz; in mkimg()
519 (long long)bytesize, (long long)part->size); in mkimg()
/freebsd-14.2/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-14.2/sys/fs/nfs/
H A Dnfs_commonsubs.c850 int rem, bytesize; in nfsm_strtom() local
857 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom()
924 return (bytesize); in nfsm_strtom()
965 int fullsiz, bytesize = 0; in nfsm_fhtom() local
979 bytesize = NFSX_V2FH; in nfsm_fhtom()
999 return (bytesize); in nfsm_fhtom()
3177 int cnt, i, bytesize; in nfsrv_putattrbit() local
3182 bytesize = (cnt + 1) * NFSX_UNSIGNED; in nfsrv_putattrbit()
3187 return (bytesize); in nfsrv_putattrbit()
3198 int cnt, i, bytesize; in nfsrv_putopbit() local
[all …]
/freebsd-14.2/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-14.2/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
/freebsd-14.2/libexec/ftpd/
H A Dftpd.c2414 printf(" %d", bytesize); /* need definition! */ in statcmd()