Searched refs:bytesize (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/usr.bin/mkimg/ |
| H A D | image.c | 353 uint64_t bytesize; in image_copyin_stream() local 368 bytesize = 0; in image_copyin_stream() 389 bytesize += rdsz; in image_copyin_stream() 394 *sizep = bytesize; in image_copyin_stream() 404 uint64_t bytesize; in image_copyin_mapped() local 428 bytesize = 0; in image_copyin_mapped() 453 bytesize += pos - hole; in image_copyin_mapped() 473 bytesize += sz; in image_copyin_mapped() 488 *sizep = bytesize; in image_copyin_mapped()
|
| H A D | mkimg.c | 443 uint64_t bytesize, byteoffset; in mkimg() local 468 expand_number(size, &bytesize) == -1) in mkimg() 500 error = image_copyin(block, fd, &bytesize); in mkimg() 509 error = image_copyin(block, fd, &bytesize); in mkimg() 517 part->size = (bytesize + secsz - 1) / secsz; in mkimg() 519 bytesize = part->size * secsz; in mkimg() 521 (long long)bytesize, (long long)part->size); in mkimg()
|
| /freebsd-13.1/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-13.1/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-13.1/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 831 int rem, bytesize; in nfsm_strtom() local 838 bytesize = NFSX_UNSIGNED + siz + rem; in nfsm_strtom() 905 return (bytesize); in nfsm_strtom() 945 int fullsiz, rem, bytesize = 0; in nfsm_fhtom() local 957 bytesize = NFSX_V2FH; in nfsm_fhtom() 968 bytesize = NFSX_UNSIGNED + fullsiz; in nfsm_fhtom() 973 return (bytesize); in nfsm_fhtom() 3107 int cnt, i, bytesize; in nfsrv_putattrbit() local 3112 bytesize = (cnt + 1) * NFSX_UNSIGNED; in nfsrv_putattrbit() 3113 NFSM_BUILD(tl, u_int32_t *, bytesize); in nfsrv_putattrbit() [all …]
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpd.c | 1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
|
| /freebsd-13.1/libexec/ftpd/ |
| H A D | ftpd.c | 2442 printf(" %d", bytesize); /* need definition! */ in statcmd()
|