Home
last modified time | relevance | path

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

/illumos-gate/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);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c228 CK_ATTRIBUTE templ[10]; in PK11Cert2KMFCert() local
303 templ, i); in PK11Cert2KMFCert()
359 CK_ATTRIBUTE *templ) in get_attr() argument
370 templ->pValue = malloc(templ->ulValueLen); in get_attr()
483 CK_ATTRIBUTE templ[10]; in search_certs() local
2103 CK_ATTRIBUTE templ; in getObjectKeytype() local
2122 CK_ATTRIBUTE templ; in getObjectLabel() local
2129 templ.pValue = Label; in getObjectLabel()
2146 CK_ATTRIBUTE templ; in getObjectKeyclass() local
2151 templ.pValue = &class; in getObjectKeyclass()
[all …]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c756 fs_operation_def_t *templ; in sdev_plugin_register_legacy() local
757 templ = sdev_merge_vtab(vtp->vt_service); in sdev_plugin_register_legacy()
759 (const fs_operation_def_t *)templ, in sdev_plugin_register_legacy()
763 sdev_free_vtab(templ); in sdev_plugin_register_legacy()
772 sdev_free_vtab(templ); in sdev_plugin_register_legacy()
920 fs_operation_def_t *templ; in sdev_plugin_init() local
938 templ = sdev_merge_vtab(sdev_plugin_vnodeops_tbl); in sdev_plugin_init()
940 (const fs_operation_def_t *)templ, in sdev_plugin_init()
942 sdev_free_vtab(templ); in sdev_plugin_init()
946 sdev_free_vtab(templ); in sdev_plugin_init()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1062 u_int32_t templ; local
1082 GETLONG(templ, cp);
1083 latval = (templ - ((unsigned)1<<31));
1085 GETLONG(templ, cp);
1086 longval = (templ - ((unsigned)1<<31));
1088 GETLONG(templ, cp);
1089 if (templ < referencealt) { /*%< below WGS 84 spheroid */
1090 altval = referencealt - templ;
1093 altval = templ - referencealt;
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c247 cmd_create_handle(int argc, char **argv, const char *def, ofmt_field_t *templ) in cmd_create_handle() argument
276 status = ofmt_open(fields, templ, flags, 0, &hdl); in cmd_create_handle()
278 ofmt_fatal(hdl, templ, status); in cmd_create_handle()
678 ofmt_fatal(ofmt_handle_t hdl, ofmt_field_t *templ, ofmt_status_t status) in ofmt_fatal() argument
687 ofmt_field_t *f = templ; in ofmt_fatal()
/illumos-gate/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,
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c371 obj_t templ = { in process_file() local
375 obj_t *obj = avl_find(&avl_byid, &templ, &where); in process_file()
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c3273 fem_create(char *name, const struct fs_operation_def *templ, in fem_create() argument
3282 newf->templ = templ; in fem_create()
3284 e = fs_build_vector(newf, &unused_ops, fem_opdef, templ); in fem_create()
3400 fsem_create(char *name, const struct fs_operation_def *templ, in fsem_create() argument
3409 newv->templ = templ; in fsem_create()
3411 e = fs_build_vector(newv, &unused_ops, fsem_opdef, templ); in fsem_create()
H A Dvnode.c2295 const fs_operation_def_t *templ, /* Operation specification */ in vn_make_ops() argument
2305 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ); in vn_make_ops()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c542 const fs_operation_def_t *templ, /* Operation specification */ in vn_make_ops() argument
552 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ); in vn_make_ops()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3119 lxml_get_template(entity_t *service, xmlNodePtr templ) in lxml_get_template() argument
3123 for (cursor = templ->xmlChildrenNode; cursor != NULL; in lxml_get_template()