Searched defs:templ (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h274 const struct fs_operation_def *templ; member in struct:fem
298 const struct fs_operation_def *templ; member in struct:fsem
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,
/illumos-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;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c615 fs_operation_def_t *templ; local
616 templ = sdev_merge_vtab(vtp->vt_service);
618 (const fs_operation_def_t *)templ,
627 sdev_free_vtab(templ);
/illumos-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...]
/illumos-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.c2245 const fs_operation_def_t *templ, /* Operation specification */
2255 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ);
2243 vn_make_ops( const char *name, const fs_operation_def_t *templ, vnodeops_t **actual) argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3117 lxml_get_template(entity_t *service, xmlNodePtr templ) argument
3121 for (cursor = templ->xmlChildrenNode; cursor != NULL;

Completed in 81 milliseconds