Searched refs:bytesize (Results 1 – 10 of 10) sorted by relevance
/freebsd/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 | 440 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 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/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 852 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 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/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.c | 1625 printf(" %d", bytesize); /* need definition! */ in statcmd()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 2399 printf(" %d", bytesize); /* need definition! */ in statcmd()
|