/titanic_44/usr/src/common/fs/ |
H A D | ufsops.c | 111 filep->fi_count = devp->un_fs.di_fs.fs_bsize; in openi() 186 filep->fi_count = DEV_BSIZE; in find() 265 filep->fi_count = devp->un_fs.di_fs.fs_bsize; in sbmap() 344 filep->fi_count = in readdir() 377 if ((signed)filep->fi_count <= 0) { in getblock() 397 filep->fi_count = size; in getblock() 411 filep->fi_count = 0; in getblock() 417 filep->fi_count = diff + off; in getblock() 418 filep->fi_count -= off; in getblock() 442 if ((signed)filep->fi_count <= 0) { in getblock_noopt() [all …]
|
H A D | hsfs.c | 167 filep->fi_count = ISO_SECTOR_SIZE; in opendir() 306 filep->fi_count = ISO_SECTOR_SIZE; in readdir() 339 size = filep->fi_count = ISO_SECTOR_SIZE; in getblock() 345 filep->fi_count = diff + off; in getblock() 346 filep->fi_count -= off; in getblock() 382 if (filep->fi_count == 0) { in bhsfs_read() 386 j = MIN(i, filep->fi_count); in bhsfs_read() 391 filep->fi_count -= j; in bhsfs_read() 420 head->fi_count = ISO_SECTOR_SIZE; in bhsfs_mountroot() 504 filep->fi_count = 0; in bhsfs_open() [all …]
|
H A D | decompress.c | 127 filep->fi_count = 0; in cf_check_compressed() 237 filep->fi_count = 0; in cf_read() 242 zsp->avail_in = filep->fi_count; in cf_read() 244 filep->fi_cfoff += filep->fi_count; in cf_read()
|
H A D | pcfs.c | 130 head->fi_count = SECSIZ; in bpcfs_mountroot() 178 head->fi_count = nsec_cache * SECSIZ; in bpcfs_mountroot() 378 filep->fi_count = 0; in bpcfs_lseek() 604 head->fi_count = nsec * SECSIZ; in readblock()
|
/titanic_44/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 129 filep->fi_count = devp->un_fs.di_fs.fs_bsize; in openi() 209 filep->fi_count = DEV_BSIZE; in find() 298 filep->fi_count = devp->un_fs.di_fs.fs_bsize; in sbmap() 427 filep->fi_count = in readdir() 461 if ((signed)filep->fi_count <= 0) { in getblock() 490 filep->fi_count = size; in getblock() 506 filep->fi_count = 0; in getblock() 528 filep->fi_count = diff + off; in getblock() 529 filep->fi_count -= off; in getblock() 568 if ((j = filep->fi_count) == 0) { in boot_ufs_read() [all …]
|
H A D | lufsboot.c | 415 logfp->fi_count = DEV_BSIZE; in lufs_read_log() 518 logfp->fi_count = sb->fs_bsize; in lufs_boot_init() 532 logfp->fi_count = sizeof (ml_odunit_t); in lufs_boot_init() 537 logfp->fi_count = sizeof (ml_odunit_t); in lufs_boot_init() 1015 nb = fp->fi_count; in lufs_merge_deltas()
|
/titanic_44/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 132 filep->fi_count = ISO_SECTOR_SIZE; in opendir() 299 filep->fi_count = ISO_SECTOR_SIZE; in readdir() 331 if ((signed)filep->fi_count <= 0) { in getblock() 352 filep->fi_count = size; in getblock() 366 filep->fi_count = 0; in getblock() 383 filep->fi_count = diff + off; in getblock() 384 filep->fi_count -= off; in getblock() 426 if ((j = filep->fi_count) == 0) { in boot_hsfs_read() 438 filep->fi_count -= j; in boot_hsfs_read() 495 head->fi_count = ISO_SECTOR_SIZE; in boot_hsfs_mountroot() [all …]
|
/titanic_44/usr/src/stand/lib/fs/common/ |
H A D | diskread.c | 72 if ((err = prom_read(devp->di_dcookie, filep->fi_memp, filep->fi_count, in diskread() 73 blocknum, prom_dev_type)) != filep->fi_count) { in diskread()
|
H A D | cache.c | 515 x_len = fp->fi_count; in get_bcache() 539 if (fp->fi_memp = bkmem_alloc(x_len = fp->fi_count)) { in set_bcache()
|
/titanic_44/usr/src/cmd/boot/installgrub/ |
H A D | pcfs_glue.c | 90 diskread_callback(blocknum, filep->fi_count / DEV_BSIZE); in diskread() 96 filep->fi_memp = malloc(filep->fi_count); in diskread() 103 ret = pread(dev_fd, filep->fi_memp, filep->fi_count, diskloc); in diskread()
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 144 if (diskloc + filep->fi_count > (caddr_t)(uintptr_t)rd_end) { in diskread() 146 diskloc, filep->fi_count); in diskread() 152 bcopy(diskloc, filep->fi_memp, filep->fi_count); in diskread()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | filep.h | 67 uint_t fi_count; member
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | ioctl.h | 966 uint_t fi_count; member 1035 uint32_t fi_count; member
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelObject.c | 788 obj_fi.fi_count = ulCount; in C_FindObjectsInit()
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 5060 count = STRUCT_FGET(find_init, fi_count); in object_find_init()
|