Searched refs:template_size (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | mt_rpcinit.c | 59 const kstat_named_t *template, size_t template_size) in rpcstat_zone_init_common() argument 73 ks_data = kmem_alloc(template_size, KM_SLEEP); in rpcstat_zone_init_common() 74 bcopy(template, ks_data, template_size); in rpcstat_zone_init_common() 76 KSTAT_TYPE_NAMED, template_size / sizeof (kstat_named_t), in rpcstat_zone_init_common()
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 108 CK_ATTRIBUTE *template, CK_ULONG template_size, in get_master_attributes_by_template() argument 115 found = get_template_ulong(CKA_CLASS, template, template_size, &class); in get_master_attributes_by_template() 123 template, template_size, &subtype); in get_master_attributes_by_template() 127 template, template_size, &subtype); in get_master_attributes_by_template() 134 template, template_size, &subtype); in get_master_attributes_by_template()
|
H A D | metaGlobal.h | 608 CK_ATTRIBUTE *template, CK_ULONG template_size, 668 CK_ATTRIBUTE *template, CK_ULONG template_size,
|
H A D | metaUtil.c | 1303 CK_ATTRIBUTE *template, CK_ULONG template_size, in meta_unwrap_key() argument 1375 template, template_size, &hUnwrappedKey); in meta_unwrap_key()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_stats.c | 49 size_t template_size) in nfsstat_zone_init_common() argument 54 ks_data = kmem_alloc(template_size, KM_SLEEP); in nfsstat_zone_init_common() 55 bcopy(template, ks_data, template_size); in nfsstat_zone_init_common() 57 KSTAT_TYPE_NAMED, template_size / sizeof (kstat_named_t), in nfsstat_zone_init_common()
|