Home
last modified time | relevance | path

Searched refs:c_size (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zev/sys/
H A Dzev_checksums.h27 void zev_chksum_stats(uint64_t *c_size, uint64_t *c_hits, uint64_t *c_misses);
/titanic_50/usr/src/uts/common/krtld/
H A Dkobj.c3814 int b_size, c_size; in kobj_read_file() local
3883 c_size = b_size - b_off; in kobj_read_file()
3887 if (c_size <= 0) in kobj_read_file()
3889 if (c_size > size) in kobj_read_file()
3890 c_size = size; in kobj_read_file()
3894 c_size); in kobj_read_file()
3895 bcopy(file->_base+b_off, buf, c_size); in kobj_read_file()
3896 size -= c_size; in kobj_read_file()
3897 off += c_size; in kobj_read_file()
3898 buf += c_size; in kobj_read_file()
[all …]
/titanic_50/usr/src/uts/common/fs/zev/
H A Dzev_checksums.c208 zev_chksum_stats(uint64_t *c_size, uint64_t *c_hits, uint64_t *c_misses) in zev_chksum_stats() argument
211 *c_size = zev_sig_cache.cache_size; in zev_chksum_stats()
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c3426 size_t c_size, copy_sz, sz; in drmach_copy_rename_init() local
3774 c_size = x_ml->ml_size; in drmach_copy_rename_init()
3784 if (c_size > sz) { in drmach_copy_rename_init()
3798 c_size -= sz; in drmach_copy_rename_init()
3801 sz -= c_size; in drmach_copy_rename_init()
3805 c_addr, c_size)) == NULL) { in drmach_copy_rename_init()
3818 c_size = x_ml->ml_size; in drmach_copy_rename_init()
/titanic_50/usr/src/uts/common/sys/
H A Dddi_impldefs.h987 size_t c_size; member
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c4955 new->c_size = size; in callback_insert()
5015 kmem_free(list, list->c_size); in real_callback_run()