Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 13 of 13) 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.c448 uint64_t bytesize, byteoffset; in mkimg() local
473 expand_number(size, &bytesize) == -1) in mkimg()
505 error = image_copyin(block, fd, &bytesize); in mkimg()
514 error = image_copyin(block, fd, &bytesize); in mkimg()
522 part->size = (bytesize + secsz - 1) / secsz; in mkimg()
524 bytesize = part->size * secsz; in mkimg()
526 (long long)bytesize, (long long)part->size); in mkimg()
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py342 bytesize = int(bitsize // 8)
344 bytesize += 1
345 return bytesize
1450 bytesize = int(pbitlen / 8)
1452 bytesize += 1
1454 if bytesize % 8 != 0:
1455 wordsbitsize64 = 8*((int(bytesize/8)+1)*8)
1457 wordsbitsize64 = 8*bytesize
1458 if bytesize % 4 != 0:
1459 wordsbitsize32 = 8*((int(bytesize/4)+1)*4)
[all …]
/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/tools/test/stress2/misc/
H A Dsyzkaller86.sh453 // ctrllen: bytesize = 0x9 (8 bytes)
502 // msg_controllen: bytesize = 0x90 (8 bytes)
H A Dsyzkaller84.sh316 // msg_controllen: bytesize = 0x104 (8 bytes)
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c870 int rem, bytesize; in nfsm_strtom() local
877 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom()
944 return (bytesize); in nfsm_strtom()
985 int fullsiz, bytesize = 0; in nfsm_fhtom() local
999 bytesize = NFSX_V2FH; in nfsm_fhtom()
1016 bytesize = NFSX_MYFH + 2 * NFSX_UNSIGNED; in nfsm_fhtom()
1021 bytesize = 2 * NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
1025 bytesize = NFSX_UNSIGNED + fullsiz; in nfsm_fhtom()
1030 return (bytesize); in nfsm_fhtom()
3586 int cnt, i, bytesize; in nfsrv_putattrbit() local
[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.c