Searched refs:template (Results 51 - 75 of 156) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsign_mgr.c56 rc = template_attribute_find(key_obj->template, CKA_SIGN, &attr);
69 rc = template_attribute_find(key_obj->template,
82 flag = template_attribute_find(key_obj->template,
102 rc = template_attribute_find(key_obj->template,
115 flag = template_attribute_find(key_obj->template,
142 rc = template_attribute_find(key_obj->template,
179 rc = template_attribute_find(key_obj->template,
H A Dverify_mgr.c60 rc = template_attribute_find(key_obj->template, CKA_VERIFY, &attr);
73 rc = template_attribute_find(key_obj->template,
84 flag = template_attribute_find(key_obj->template,
104 rc = template_attribute_find(key_obj->template,
115 flag = template_attribute_find(key_obj->template,
140 rc = template_attribute_find(key_obj->template,
175 rc = template_attribute_find(key_obj->template,
H A Ddecr_mgr.c59 rc = template_attribute_find(key_obj->template,
75 rc = template_attribute_find(key_obj->template,
94 rc = template_attribute_find(key_obj->template,
H A Dencr_mgr.c58 rc = template_attribute_find(key_obj->template,
74 rc = template_attribute_find(key_obj->template,
94 rc = template_attribute_find(key_obj->template,
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dalist.c121 alist_el_t template, *ret; local
123 template.ale_name = name;
124 if (!hash_find(alist->al_elements, &template, (void **)&ret))
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c613 CK_ATTRIBUTE template[5]; local
618 template[nattr].type = CKA_CLASS;
619 template[nattr].pValue = &class;
620 template[nattr].ulValueLen = sizeof (class);
623 template[nattr].type = CKA_KEY_TYPE;
624 template[nattr].pValue = &tmpl_keytype;
625 template[nattr].ulValueLen = sizeof (tmpl_keytype);
628 template[nattr].type = CKA_SIGN;
629 template[nattr].pValue = &true;
630 template[natt
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DOwner.h16 template<class T>
H A DSubstTable.h16 template<class T>
H A DPtr.h17 template<class T>
53 template<class T>
H A DIQueue.h46 template<class T>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.t79 my $template = File::Spec->catfile(File::Spec->tmpdir, 'fcmpXXXX');
80 my($tfh,$filename) = mkstemp($template);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c531 int port, const struct addrinfo *template)
536 if (template->ai_family != AF_INET
538 && template->ai_family != AF_INET6
542 *n = *template;
543 if (template->ai_family == AF_INET) {
558 if (template->ai_family == AF_INET6) {
651 struct addrinfo *template,
761 template->ai_family = AF_INET6;
762 template->ai_addrlen = sizeof(struct sockaddr_in6);
764 r = fai_add_entry (result, &ce->addrs6[i], portnum, template);
530 fai_add_entry(struct addrinfo **result, void *addr, int port, const struct addrinfo *template) argument
650 fai_add_hosts_by_name(const char *name, struct addrinfo *template, int portnum, int flags, struct addrinfo **result) argument
831 struct addrinfo template; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/
H A DMakefile46 -$(RM) manifest_slpd.template manifest_slp.template
/opensolaris-onvv-gate/usr/src/cmd/mktemp/
H A Dmktemp.c40 gettext("Usage: mktemp [-dqtu] [-p prefix_dir] [template]\n"));
54 char template[] = "tmp.XXXXXX"; local
91 tmpl = template;
107 gettext("mktemp: template argument specified "
/opensolaris-onvv-gate/usr/src/common/mapfiles/gen/
H A DMakefile44 TEMPLATE1= map.noexeglobs.1.template
45 TEMPLATE2= map.noexeglobs.2.template
69 # Here, template mapfiles are used to generate a number of compilation specific
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c245 char *template; local
247 template = t;
250 while (*template) {
251 if (*template == 'N') {
254 } else if (*template != *str) {
258 template++;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL292 %template = (
578 # resolve template -- should be in stab define order, but even this isn't enough.
585 &build_template($name) unless defined $template{&psou($name)} ||
616 $template{$fname} = &scrunch($template{$fname}) if $perl;
677 print "\$${mname}'typedef = '" . &scrunch($template{$fname})
724 print '$',&munge($name),"'typedef = '", $template{$name}, "';\n";
849 local($template);
885 $template{$sname} .= 'X' x $revpad . ' ' if $revpad;
887 $template{
[all...]
/opensolaris-onvv-gate/usr/src/cmd/zoneadm/
H A Dzfs.c289 char template[ZFS_MAXNAMELEN]; local
297 if (snprintf(template, sizeof (template), "%s@SUNWzone",
298 zfs_get_name(zhp)) >= sizeof (template))
301 cb.match_name = template;
302 cb.len = strlen(template);
697 char template[ZFS_MAXNAMELEN]; local
723 (void) snprintf(template, sizeof (template), "%s%d", cbp->match_name,
726 res = (zfs_rename(zhp, template, B_FALS
754 char template[ZFS_MAXNAMELEN]; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c35 /* Size of the template for creating key used for wrap/unwrap */
745 * first, get the master template of all the attributes
872 * The same template will be used for all wrapping/unwrapping keys all
885 CK_ATTRIBUTE template[WRAP_KEY_TEMPLATE_SIZE]; local
889 template[i].type = CKA_CLASS;
890 template[i].pValue = &objclass;
891 template[i].ulValueLen = sizeof (objclass);
895 template[i].type = CKA_KEY_TYPE;
896 template[i].pValue = &keytype;
897 template[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libinetutil/common/
H A Dofmt.c131 split_fields(const ofmt_field_t *template, uint_t maxfields, uint_t maxcols) argument
145 cols += template[i].of_width;
153 sp->s_fields[sp->s_nfields++] = template[i].of_name;
178 ofmt_open(const char *str, const ofmt_field_t *template, uint_t flags, argument
208 if (template == NULL)
210 for (ofp = template; ofp->of_name != NULL; ofp++)
221 sp = split_fields(template, nfields, maxcols);
238 * nfields is the number of fields in template.
243 template[j].of_name) == 0) {
262 of[of_index].of_name = strdup(template[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dmktemp.c231 mktemp(char *template) argument
233 return (libc_mktemps(template, 0));
/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c59 const kstat_named_t *template, size_t template_size)
74 bcopy(template, ks_data, template_size);
58 rpcstat_zone_init_common(zoneid_t zoneid, const char *module, const char *name, const kstat_named_t *template, size_t template_size) argument
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c837 CK_ATTRIBUTE template[5]; local
840 template[nattr].type = CKA_CLASS;
841 template[nattr].pValue = &objclass;
842 template[nattr].ulValueLen = sizeof (objclass);
845 template[nattr].type = CKA_KEY_TYPE;
846 template[nattr].pValue = &keytype;
847 template[nattr].ulValueLen = sizeof (keytype);
850 template[nattr].type = cmd->type;
851 template[nattr].pValue = &truevalue;
852 template[natt
[all...]
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dscanner.l95 static BOOL template; /* function template */
96 static int templateparens; /* function template outer parentheses count */
307 /* if the end of a function template */
310 template = NO;
444 if (template == NO && typedefdef == NO) {
446 template = YES;
516 template == NO && oldtype == NO) {
580 template == YES) {
583 * template
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c247 /* was a template name provided on the command line? */
327 * request and a template name was not provided.
494 "of remote-host template %1$s into kernel "
515 process_tp(const char *template) argument
524 if (strchr(template, ':') != NULL) {
525 (void) str_to_tpstr(template, strlen(template), &tpstr, buf,
535 (void) strlcpy(tpentp->name, template, sizeof (tpentp->name));
536 } else if ((tpentp = tsol_gettpbyname(template)) == NULL) {
538 gettext("tnctl: template
[all...]

Completed in 287 milliseconds

1234567