/src/sys/fs/filecorefs/ |
filecore_node.h | 101 #define i_size i_dirent.len macro
|
filecore_node.h | 101 #define i_size i_dirent.len macro
|
filecore_node.h | 101 #define i_size i_dirent.len macro
|
/src/sys/fs/cd9660/ |
cd9660_node.h | 80 unsigned long i_size; member in struct:iso_node
|
cd9660_node.h | 80 unsigned long i_size; member in struct:iso_node
|
cd9660_node.h | 80 unsigned long i_size; member in struct:iso_node
|
/src/usr.sbin/makefs/ffs/ |
ufs_inode.h | 50 uint64_t i_size; member in struct:inode
|
ufs_inode.h | 50 uint64_t i_size; member in struct:inode
|
ufs_inode.h | 50 uint64_t i_size; member in struct:inode
|
/src/usr.bin/patch/ |
inp.c | 61 static off_t i_size; /* size of the input file */ variable in typeref:typename:off_t 86 i_size = 0; 90 munmap(i_womp, i_size); 127 munmap(i_womp, i_size); 282 i_size = filestat.st_size; 288 if ((uintmax_t)i_size > (uintmax_t)SIZE_MAX) { 295 if (i_size) { 296 i_womp = mmap(NULL, i_size, PROT_READ, MAP_PRIVATE, ifd, 0); 308 if (i_size) 309 madvise(i_womp, i_size, MADV_SEQUENTIAL) [all...] |
inp.c | 61 static off_t i_size; /* size of the input file */ variable in typeref:typename:off_t 86 i_size = 0; 90 munmap(i_womp, i_size); 127 munmap(i_womp, i_size); 282 i_size = filestat.st_size; 288 if ((uintmax_t)i_size > (uintmax_t)SIZE_MAX) { 295 if (i_size) { 296 i_womp = mmap(NULL, i_size, PROT_READ, MAP_PRIVATE, ifd, 0); 308 if (i_size) 309 madvise(i_womp, i_size, MADV_SEQUENTIAL) [all...] |
inp.c | 61 static off_t i_size; /* size of the input file */ variable in typeref:typename:off_t 86 i_size = 0; 90 munmap(i_womp, i_size); 127 munmap(i_womp, i_size); 282 i_size = filestat.st_size; 288 if ((uintmax_t)i_size > (uintmax_t)SIZE_MAX) { 295 if (i_size) { 296 i_womp = mmap(NULL, i_size, PROT_READ, MAP_PRIVATE, ifd, 0); 308 if (i_size) 309 madvise(i_womp, i_size, MADV_SEQUENTIAL) [all...] |
/src/sys/ufs/lfs/ |
lfs_inode.h | 162 uint64_t i_size; /* File byte count. */ member in struct:inode
|
lfs_inode.h | 162 uint64_t i_size; /* File byte count. */ member in struct:inode
|
lfs_inode.h | 162 uint64_t i_size; /* File byte count. */ member in struct:inode
|
/src/sys/arch/amd64/amd64/ |
db_disasm.c | 123 short i_size; /* operand size */ member in struct:inst 1183 int i_size; local in function:db_disasm 1282 i_size = ip->i_size; 1288 i_size = ip->i_size; 1320 i_size = ip->i_size; 1323 if (i_size == SDEP) { 1330 if (i_size != NONE) [all...] |
db_disasm.c | 123 short i_size; /* operand size */ member in struct:inst 1183 int i_size; local in function:db_disasm 1282 i_size = ip->i_size; 1288 i_size = ip->i_size; 1320 i_size = ip->i_size; 1323 if (i_size == SDEP) { 1330 if (i_size != NONE) [all...] |
db_disasm.c | 123 short i_size; /* operand size */ member in struct:inst 1183 int i_size; local in function:db_disasm 1282 i_size = ip->i_size; 1288 i_size = ip->i_size; 1320 i_size = ip->i_size; 1323 if (i_size == SDEP) { 1330 if (i_size != NONE) [all...] |
/src/sys/arch/i386/i386/ |
db_disasm.c | 106 short i_size; /* operand size */ member in struct:inst 1124 int i_size; local in function:db_disasm 1210 i_size = ip->i_size; 1213 if (i_size == RDEP) { 1219 i_size = ip->i_size; 1249 if (i_size == SDEP) { 1256 if (i_size != NONE) { 1257 if (i_size == BYTE) [all...] |
db_disasm.c | 106 short i_size; /* operand size */ member in struct:inst 1124 int i_size; local in function:db_disasm 1210 i_size = ip->i_size; 1213 if (i_size == RDEP) { 1219 i_size = ip->i_size; 1249 if (i_size == SDEP) { 1256 if (i_size != NONE) { 1257 if (i_size == BYTE) [all...] |
db_disasm.c | 106 short i_size; /* operand size */ member in struct:inst 1124 int i_size; local in function:db_disasm 1210 i_size = ip->i_size; 1213 if (i_size == RDEP) { 1219 i_size = ip->i_size; 1249 if (i_size == SDEP) { 1256 if (i_size != NONE) { 1257 if (i_size == BYTE) [all...] |
/src/sys/ufs/ufs/ |
inode.h | 149 u_int64_t i_size; /* File byte count. */ member in struct:inode
|
inode.h | 149 u_int64_t i_size; /* File byte count. */ member in struct:inode
|
inode.h | 149 u_int64_t i_size; /* File byte count. */ member in struct:inode
|
/src/sys/fs/nilfs/ |
nilfs_fs.h | 155 uint64_t i_size; /* size in bytes */ member in struct:nilfs_inode
|