Searched refs:template (Results 126 - 150 of 156) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dipc.c917 kipc_perm_t template; local
921 template.ipc_key = key;
922 template.ipc_zoneid = getzoneid();
923 if (perm = avl_find(&service->ipcs_keys, &template, &where)) {
H A Dkstat_fr.c369 kstat_hold(avl_tree_t *t, ekstat_t *template) argument
376 ksp = avl_find(t, template, NULL);
H A Dpriv_defs43 contract template.
/opensolaris-onvv-gate/usr/src/cmd/diff/
H A Ddiff.c1916 char template[13]; /* template for temp file name */ local
1932 (void) strcpy(template, "/tmp/dXXXXXX");
1933 if ((ofd = mkstemp(template)) < 0) {
1935 (void) fprintf(stderr, gettext("cannot create %s\n"), template);
1938 (void) strcpy(tempfile[whichtemp++], template);
1943 gettext("write failed %s\n"), template);
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dhook.c1371 hook_event_kstat_t template = { local
1384 bcopy((char *)&template, &hei->hei_kstats, sizeof (template));
2325 hook_hook_kstat_t template = { local
2352 bcopy(&template, &hi->hi_kstats, sizeof (template));
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dmagic511 >78 string template Text Template
515 >81 string -template Template
517 >85 string -template Template
519 >84 string -template Template
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dasn1t.h70 /* ASN1 template defines, structures and functions */
112 /* Macros to aid ASN1 template writing */
130 /* This is a ASN1 type which just embeds a template */
276 /* This helps with the template wrapper form of ASN1_ITEM */
416 #define ADB_ENTRY(val, template) {val, template}
421 /* This is the ASN1 template structure that defines
460 /* template flags */
568 * template and the type is treated in the
569 * same way as the type specified in the template
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Drsa.c507 crypto_key_t *key, crypto_spi_ctx_template_t template,
569 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
744 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
506 rsa_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_spi_ctx_template_t template, crypto_req_handle_t req) argument
566 rsa_encrypt_atomic(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, crypto_spi_ctx_template_t template, crypto_req_handle_t req) argument
741 rsa_decrypt_atomic(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, crypto_spi_ctx_template_t template, crypto_req_handle_t req) argument
/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h608 CK_ATTRIBUTE *template, CK_ULONG template_size,
668 CK_ATTRIBUTE *template, CK_ULONG template_size,
H A DmetaUtil.c1303 CK_ATTRIBUTE *template, CK_ULONG template_size,
1375 template, template_size, &hUnwrappedKey);
1300 meta_unwrap_key(meta_session_t *session, CK_MECHANISM *pMechanism, meta_object_t *unwrapping_key, CK_BYTE *wrapped_key, CK_ULONG wrapped_key_len, CK_ATTRIBUTE *template, CK_ULONG template_size, meta_object_t *unwrapped_key) argument
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c3637 if (ptr->template == NULL || *ptr->template == '\0') {
3646 if (escape_str(esc_str, ptr->template) != 0) {
3661 rc = __s_add_attr(e, "ipTnetTemplateName", ptr->template);
3708 ptr->template == NULL || *ptr->template == '\0') {
3729 rc = __s_add_attr(e, "ipTnetTemplateName", ptr->template);
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c537 // 2) get the template from the old object
538 // 3) merge in the new object's template
1241 // unless the CKA_CLASS attribute in the template has the value
1273 ulCount, obj->template);
1287 (template_attribute_find(obj->template,
1295 (template_attribute_find(obj->template,
H A Dtpmtok_int.h335 TEMPLATE *template;
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dtester1053 # logadm4 -- test of -t template
1765 # using default template: $file.$n
1791 # using default template: $file.$n
1808 # using default template: $file.$n
1949 -t template template for naming old logs
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dparser_gram.y2242 procflow_t *procflow, template;
2317 threadflow_t *threadflow, template;
2323 memset(&template, 0, sizeof (threadflow_t));
2359 template.tf_memsize = attr->attr_avd;
2361 template.tf_memsize = avd_int_alloc(0);
2364 &template, instances)) == NULL) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dvfs.c315 fs_copyfsops(const fs_operation_def_t *template, vfsops_t *actual, argument
352 return (fs_build_vector(actual, unused_ops, vfs_ops_table, template));
363 vfs_setfsops(int fstype, const fs_operation_def_t *template, vfsops_t **actual) argument
380 error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops);
400 vfs_makefsops(const fs_operation_def_t *template, vfsops_t **actual) argument
407 error = fs_copyfsops(template, *actual, &unused_ops);
4240 cmn_err(CE_WARN, "vfsinit: bad EIO vfs ops template");
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c4384 uchar_t *template = NULL; local
4532 template = kmem_alloc(hw_addr_len, KM_NOSLEEP);
4533 if (template == NULL) {
4537 ncec->ncec_lladdr = template;
4696 if (template != NULL)
4697 kmem_free(template, ill->ill_phys_addr_length);
H A Dip.c4660 * Allocate and initialize a DLPI template of the specified length. (May be
13890 ip_stat_t template = { local
13933 KSTAT_TYPE_NAMED, sizeof (template) / sizeof (kstat_named_t),
13939 bcopy(&template, ip_statisticsp, sizeof (template));
13961 ip_named_kstat_t template = { local
14007 template.forwarding.value.ui32 = WE_ARE_FORWARDING(ipst) ? 1:2;
14008 template.defaultTTL.value.ui32 = (uint32_t)ipst->ips_ip_def_ttl;
14009 template.reasmTimeout.value.ui32 = ipst->ips_ip_reassembly_timeout;
14010 template
14116 icmp_named_kstat_t template = { local
[all...]
H A Dip6.c4722 * so we can use either one we want as a template.
4841 ip6_stat_t template = { local
4860 KSTAT_TYPE_NAMED, sizeof (template) / sizeof (kstat_named_t),
4866 bcopy(&template, ip6_statisticsp, sizeof (template));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c70 #define SHELP_CREATE "create [-t <template>] <object-type> [<class>] " \
366 "create -t ", /* template */
450 "create -t ", /* template */
1301 boolean_t template = B_FALSE; local
1322 template = B_TRUE;
1330 if (!template) {
1331 /* no template given */
1365 /* template given */
/opensolaris-onvv-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c6291 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template) argument
6293 int hashval = DTRACE_HASHSTR(hash, template);
6298 if (DTRACE_HASHEQ(hash, bucket->dthb_chain, template))
6306 dtrace_hash_collisions(dtrace_hash_t *hash, dtrace_probe_t *template) argument
6308 int hashval = DTRACE_HASHSTR(hash, template);
6313 if (DTRACE_HASHEQ(hash, bucket->dthb_chain, template))
6711 dtrace_probe_t template, *probe; local
6732 template.dtpr_mod = (char *)pkp->dtpk_mod;
6733 template.dtpr_func = (char *)pkp->dtpk_func;
6734 template
14105 dtrace_probe_t template, *probe, *first, *next; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm433 forms. Here is a template for the first
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2578 % can be specified either with sample text given in a template line,
2594 % Or use a template:
2595 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2609 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2620 % They will wrap at the width determined by the template.
2694 % A \tab used to include \hskip1sp. But then the space in a template
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt352 303:AUE_LABELSYS_TNRHTP:tnrhtp(2) - config TN remote host template cache:as
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c4491 char *template = UnixFromLine; local
4533 template = xbuf;
4536 expand(template, buf, sizeof(buf), e);

Completed in 559 milliseconds

1234567