Searched refs:bytesize (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/usr.bin/mkimg/ |
| H A D | image.c | 351 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 D | mkimg.c | 441 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 D | globals.c | 46 int bytesize; /* local byte size in binary */ variable
|
| H A D | ftp_var.h | 87 extern int bytesize; /* local byte size in binary */
|
| H A D | cmds.c | 141 bytesize = 8; in setpeer()
|
| /freebsd-14.2/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 850 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 D | ftp_var.h | 246 GLOBAL int bytesize; /* local byte size in binary */ variable
|
| H A D | util.c | 166 bytesize = 8; in setpeer()
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpd.c | 1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | ftpd.c | 2414 printf(" %d", bytesize); /* need definition! */ in statcmd()
|