Home
last modified time | relevance | path

Searched refs:template_size (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c57 const kstat_named_t *template, size_t template_size) in rpcstat_zone_init_common() argument
71 ks_data = kmem_alloc(template_size, KM_SLEEP); in rpcstat_zone_init_common()
72 bcopy(template, ks_data, template_size); in rpcstat_zone_init_common()
74 KSTAT_TYPE_NAMED, template_size / sizeof (kstat_named_t), in rpcstat_zone_init_common()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c109 CK_ATTRIBUTE *template, CK_ULONG template_size, in get_master_attributes_by_template() argument
116 found = get_template_ulong(CKA_CLASS, template, template_size, &class); in get_master_attributes_by_template()
124 template, template_size, &subtype); in get_master_attributes_by_template()
128 template, template_size, &subtype); in get_master_attributes_by_template()
135 template, template_size, &subtype); in get_master_attributes_by_template()
H A DmetaGlobal.h608 CK_ATTRIBUTE *template, CK_ULONG template_size,
668 CK_ATTRIBUTE *template, CK_ULONG template_size,
H A DmetaUtil.c1303 CK_ATTRIBUTE *template, CK_ULONG template_size, in meta_unwrap_key() argument
1375 template, template_size, &hUnwrappedKey); in meta_unwrap_key()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_stats.c51 size_t template_size) in nfsstat_zone_init_common() argument
56 ks_data = kmem_alloc(template_size, KM_SLEEP); in nfsstat_zone_init_common()
57 bcopy(template, ks_data, template_size); in nfsstat_zone_init_common()
59 KSTAT_TYPE_NAMED, template_size / sizeof (kstat_named_t), in nfsstat_zone_init_common()