Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/filters/
H A Dfreefilter.c62 TEMPLATE * templ in freetempl() argument
65 freetempl (templ) in freetempl()
66 register TEMPLATE *templ; in freetempl()
71 if (templ) {
72 for (pt = templ; pt->keyword; pt++) {
81 Free ((char *)templ);
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c228 CK_ATTRIBUTE templ[10]; in PK11Cert2KMFCert() local
230 (void) memset(templ, 0, 10 * sizeof (CK_ATTRIBUTE)); in PK11Cert2KMFCert()
231 SETATTR(templ, 0, CKA_CLASS, &class, sizeof (class)); in PK11Cert2KMFCert()
234 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, templ, 1); in PK11Cert2KMFCert()
240 SETATTR(templ, 0, CKA_CERTIFICATE_TYPE, &cktype, sizeof (cktype)); in PK11Cert2KMFCert()
241 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, templ, 1); in PK11Cert2KMFCert()
251 SETATTR(templ, i, CKA_SUBJECT, NULL, subject_len); in PK11Cert2KMFCert()
253 SETATTR(templ, i, CKA_ISSUER, NULL, issuer_len); in PK11Cert2KMFCert()
255 SETATTR(templ, i, CKA_SERIAL_NUMBER, NULL, serno_len); in PK11Cert2KMFCert()
257 SETATTR(templ, i, CKA_ID, NULL, id_len); in PK11Cert2KMFCert()
[all …]
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1067 u_int32_t templ; local
1087 GETLONG(templ, cp);
1088 latval = (templ - ((unsigned)1<<31));
1090 GETLONG(templ, cp);
1091 longval = (templ - ((unsigned)1<<31));
1093 GETLONG(templ, cp);
1094 if (templ < referencealt) { /*%< below WGS 84 spheroid */
1095 altval = referencealt - templ;
1098 altval = templ - referencealt;
/titanic_41/usr/src/uts/common/sys/
H A Dfem.h274 const struct fs_operation_def *templ; member
298 const struct fs_operation_def *templ; member
421 extern int fem_create(char *name, const struct fs_operation_def *templ,
432 extern int fsem_create(char *name, const struct fs_operation_def *templ,
/titanic_41/usr/src/uts/common/fs/
H A Dfem.c3268 fem_create(char *name, const struct fs_operation_def *templ, in fem_create() argument
3277 newf->templ = templ; in fem_create()
3279 e = fs_build_vector(newf, &unused_ops, fem_opdef, templ); in fem_create()
3395 fsem_create(char *name, const struct fs_operation_def *templ, in fsem_create() argument
3404 newv->templ = templ; in fsem_create()
3406 e = fs_build_vector(newv, &unused_ops, fsem_opdef, templ); in fsem_create()
H A Dvnode.c2237 const fs_operation_def_t *templ, /* Operation specification */ in vn_make_ops() argument
2247 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ); in vn_make_ops()
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c620 fs_operation_def_t *templ; in sdev_get_vop() local
621 templ = sdev_merge_vtab(vtp->vt_service); in sdev_get_vop()
623 (const fs_operation_def_t *)templ, in sdev_get_vop()
632 sdev_free_vtab(templ); in sdev_get_vop()
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3087 lxml_get_template(entity_t *service, xmlNodePtr templ) in lxml_get_template() argument
3091 for (cursor = templ->xmlChildrenNode; cursor != NULL; in lxml_get_template()