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

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/filters/
H A Dfreefilter.c62 TEMPLATE * templ
65 freetempl (templ)
66 register TEMPLATE *templ;
71 if (templ) {
72 for (pt = templ; pt->keyword; pt++) {
81 Free ((char *)templ);
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c228 CK_ATTRIBUTE templ[10]; local
230 (void) memset(templ, 0, 10 * sizeof (CK_ATTRIBUTE));
231 SETATTR(templ, 0, CKA_CLASS, &class, sizeof (class));
234 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, templ, 1);
240 SETATTR(templ, 0, CKA_CERTIFICATE_TYPE, &cktype, sizeof (cktype));
241 ckrv = C_GetAttributeValue(kmfh->pk11handle, hObj, templ, 1);
251 SETATTR(templ, i, CKA_SUBJECT, NULL, subject_len);
253 SETATTR(templ, i, CKA_ISSUER, NULL, issuer_len);
255 SETATTR(templ, i, CKA_SERIAL_NUMBER, NULL, serno_len);
257 SETATTR(templ,
358 get_attr(KMF_HANDLE *kmfh, CK_OBJECT_HANDLE obj, CK_ATTRIBUTE *templ) argument
483 CK_ATTRIBUTE templ[10]; local
2103 CK_ATTRIBUTE templ; local
2122 CK_ATTRIBUTE templ; local
2146 CK_ATTRIBUTE templ; local
2178 CK_ATTRIBUTE templ[4]; local
3195 CK_ATTRIBUTE templ[32]; local
3471 CK_ATTRIBUTE templ[15]; local
3839 CK_ATTRIBUTE templ[15]; local
[all...]
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfem.h272 const struct fs_operation_def *templ; member in struct:fem
296 const struct fs_operation_def *templ; member in struct:fsem
419 extern int fem_create(char *name, const struct fs_operation_def *templ,
430 extern int fsem_create(char *name, const struct fs_operation_def *templ,
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dfem.c3268 fem_create(char *name, const struct fs_operation_def *templ, argument
3277 newf->templ = templ;
3279 e = fs_build_vector(newf, &unused_ops, fem_opdef, templ);
3395 fsem_create(char *name, const struct fs_operation_def *templ, argument
3404 newv->templ = templ;
3406 e = fs_build_vector(newv, &unused_ops, fsem_opdef, templ);
H A Dvnode.c2236 const fs_operation_def_t *templ, /* Operation specification */
2246 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ);
2234 vn_make_ops( const char *name, const fs_operation_def_t *templ, vnodeops_t **actual) argument
/opensolaris-onvv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c620 fs_operation_def_t *templ; local
621 templ = sdev_merge_vtab(vtp->vt_service);
623 (const fs_operation_def_t *)templ,
632 sdev_free_vtab(templ);
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3087 lxml_get_template(entity_t *service, xmlNodePtr templ) argument
3091 for (cursor = templ->xmlChildrenNode; cursor != NULL;

Completed in 285 milliseconds