Home
last modified time | relevance | path

Searched refs:tmpl (Results 1 – 25 of 61) sorted by path

123

/illumos-gate/exception_lists/
H A Dcopyright104 usr/src/data/hwdata/THIRDPARTYLICENSE.efifixes.tmpl
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A DMakefile30 ETCPROG= options.tmpl options.ttya.tmpl myisp-chat.tmpl
31 ETCPEERS= myisp.tmpl
H A Dmyisp-chat.tmpl27 # peers/myisp.tmpl for more information.
H A Dmyisp.tmpl30 # mv /etc/ppp/options.tmpl /etc/ppp/options
31 # mv /etc/ppp/options.ttya.tmpl /etc/ppp/options.ttya
32 # mv /etc/ppp/myisp-chat.tmpl /etc/ppp/myisp-chat
33 # mv /etc/ppp/peers/myisp.tmpl /etc/ppp/peers/myisp
H A Dpap-secrets57 # This is provided for the "myisp" example; see peers/myisp.tmpl.
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c210 struct logtab_ent_list *head = NULL, *tail = NULL, *tmpl; in logtab_rement() local
231 tmpl = (struct logtab_ent_list *) in logtab_rement()
233 if (tmpl == NULL) { in logtab_rement()
238 tmpl->lel_le = lep; in logtab_rement()
239 tmpl->lel_next = NULL; in logtab_rement()
244 head = tail = tmpl; in logtab_rement()
250 tail->lel_next = tmpl; in logtab_rement()
251 tail = tmpl; /* remember the last element */ in logtab_rement()
271 for (tmpl = head; tmpl != NULL; tmpl = tmpl->lel_next) in logtab_rement()
272 (void) logtab_putent(fd, tmpl->lel_le); in logtab_rement()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c651 ClusterInfo *tmpl = NULL; in summarizeFAT() local
657 &tmpl); in summarizeFAT()
750 ClusterInfo *tmpl = NULL; in orphanChain() local
761 (void) markInUse(fd, c, ndp, NULL, 0, VISIBLE, &tmpl); in orphanChain()
H A Ddir.c252 ClusterInfo *tmpl = NULL; in noteUsage() local
256 isHidden ? HIDDEN : VISIBLE, &tmpl)) in noteUsage()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c4329 startd_run(const char *cline, int tmpl, ctid_t old_ctid) in startd_run() argument
4352 err = ct_pr_tmpl_set_transfer(tmpl, old_ctid); in startd_run()
4355 tmpl = startd_tmpl = contract_make_template(0, CT_PR_EV_EMPTY, in startd_run()
4358 err = ct_pr_tmpl_set_transfer(tmpl, old_ctid); in startd_run()
4376 did_activate = !(ct_tmpl_activate(tmpl)); in startd_run()
4446 (void) ct_tmpl_clear(tmpl); in startd_run()
4451 (void) ct_pr_tmpl_set_transfer(tmpl, 0); in startd_run()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c20 void dump_tmpl( struct ldap_disptmpl *tmpl );
115 dump_tmpl( struct ldap_disptmpl *tmpl ) in dump_tmpl() argument
124 NULLSTRINGIFNULL( tmpl->dt_name ), in dump_tmpl()
125 NULLSTRINGIFNULL( tmpl->dt_pluralname ), in dump_tmpl()
126 NULLSTRINGIFNULL( tmpl->dt_iconname )); in dump_tmpl()
139 if ( tmpl->dt_options == 0L ) { in dump_tmpl()
151 tmpl->dt_authattrname : "<default>" ); in dump_tmpl()
154 tmpl->dt_defrdnattrname : "NONE" ); in dump_tmpl()
157 tmpl->dt_defaddlocation : "NONE" ); in dump_tmpl()
199 rowp = ldap_next_tmplrow( tmpl, rowp )) { in dump_tmpl()
[all …]
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c243 static char tmpl[] = "/var/tmp/mailXXXXXX"; in mktmp() local
244 int fd = mkstemp(lettmp = tmpl); in mktmp()
/illumos-gate/usr/src/cmd/mktemp/
H A Dmktemp.c53 char *tmpl; in main() local
89 tmpl = template; in main()
93 tmpl = argv[0]; in main()
103 if (strchr(tmpl, '/') != NULL) { in main()
123 tmpl = tmp; in main()
127 if (mkdtemp(tmpl) == NULL) { in main()
136 (void) rmdir(tmpl); in main()
138 if (mkstemp(tmpl) < 0) { in main()
142 "%s\n"), tmpl); in main()
147 (void) unlink(tmpl); in main()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c617 int tmpl, err, stat; in fork_rc_script() local
627 tmpl = open64(CTFS_ROOT "/process/template", O_RDWR); in fork_rc_script()
628 if (tmpl >= 0) { in fork_rc_script()
629 err = ct_tmpl_set_critical(tmpl, 0); in fork_rc_script()
632 err = ct_tmpl_set_informative(tmpl, 0); in fork_rc_script()
635 err = ct_pr_tmpl_set_fatal(tmpl, 0); in fork_rc_script()
638 err = ct_tmpl_activate(tmpl); in fork_rc_script()
641 err = close(tmpl); in fork_rc_script()
H A Dmethod.c353 int tmpl, err, istrans, iswait, ret; in method_ready_contract() local
367 tmpl = open64(CTFS_ROOT "/process/template", O_RDWR); in method_ready_contract()
368 if (tmpl == -1) in method_ready_contract()
376 err = ct_pr_tmpl_set_param(tmpl, CT_PR_INHERIT | CT_PR_REGENT | in method_ready_contract()
392 err = ct_tmpl_set_critical(tmpl, cevents); in method_ready_contract()
395 err = ct_tmpl_set_informative(tmpl, 0); in method_ready_contract()
397 err = ct_pr_tmpl_set_fatal(tmpl, fevents); in method_ready_contract()
427 err = ct_pr_tmpl_set_svc_fmri(tmpl, inst->ri_i.i_fmri); in method_ready_contract()
429 err = ct_pr_tmpl_set_svc_aux(tmpl, method_names[type]); in method_ready_contract()
432 err = ct_tmpl_activate(tmpl); in method_ready_contract()
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c3693 tmpl_validate_prop(property_t *prop, pgroup_t *tmpl, pgroup_t *pg, in tmpl_validate_prop() argument
3703 r = prop_pattern_type(tmpl, &type); in tmpl_validate_prop()
3709 pg, tmpl, NULL, NULL, NULL); in tmpl_validate_prop()
3727 pg_pattern, pg, tmpl, prop, NULL, &einfo); in tmpl_validate_prop()
3749 r = tmpl_validate_cardinality(tmpl, prop, pg, pg_pattern, errs); in tmpl_validate_prop()
3754 r = tmpl_validate_value_constraints(tmpl, prop, pg, pg_pattern, errs); in tmpl_validate_prop()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2239 int tmpl = 0; in print_application_properties() local
2249 tmpl = 1; in print_application_properties()
2251 tmpl = 0; in print_application_properties()
2255 if (tmpl == 1 && scf_tmpl_pg_description(pt, NULL, &desc) > 0) { in print_application_properties()
2269 if ((tmpl == 1) && in print_application_properties()
2272 tmpl = 0; in print_application_properties()
2274 if (tmpl == 1 && in print_application_properties()
2309 if (tmpl == 1 && scf_tmpl_prop_description(prt, NULL, in print_application_properties()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c2043 long tmpl; /* another one */ in main() local
2105 tmpl = strtol(optarg, &str, 0); in main()
2108 errdef.acc_chk = tmpl; in main()
/illumos-gate/usr/src/data/hwdata/
H A DMakefile40 THIRDPARTYLICENSE.pciids: pci.ids THIRDPARTYLICENSE.pciids.tmpl
43 $(CAT) THIRDPARTYLICENSE.pciids.tmpl >> $@
45 THIRDPARTYLICENSE.efifixes: efi.fixes THIRDPARTYLICENSE.efifixes.tmpl
48 $(CAT) THIRDPARTYLICENSE.efifixes.tmpl >> $@
/illumos-gate/usr/src/head/
H A Dldap.h960 struct ldap_disptmpl *tmpl);
968 LDAP_API(char **) LDAP_CALL ldap_tmplattrs(struct ldap_disptmpl *tmpl,
973 struct ldap_disptmpl *tmpl);
976 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
979 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
982 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
986 struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals,
1002 struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c60 CK_ATTRIBUTE tmpl[3]; in krb5int_pbkdf2_hmac_sha1() local
70 tmpl[attrs].type = CKA_CLASS; in krb5int_pbkdf2_hmac_sha1()
71 tmpl[attrs].pValue = &class; in krb5int_pbkdf2_hmac_sha1()
79 tmpl[attrs].type = CKA_KEY_TYPE; in krb5int_pbkdf2_hmac_sha1()
80 tmpl[attrs].pValue = &keytype; in krb5int_pbkdf2_hmac_sha1()
94 tmpl[attrs].type = CKA_VALUE_LEN; in krb5int_pbkdf2_hmac_sha1()
97 tmpl[attrs].pValue = &outlen; in krb5int_pbkdf2_hmac_sha1()
121 tmpl[0].type = CKA_VALUE; in krb5int_pbkdf2_hmac_sha1()
122 tmpl[0].pValue = out->data; in krb5int_pbkdf2_hmac_sha1()
123 tmpl[0].ulValueLen = out->length; in krb5int_pbkdf2_hmac_sha1()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c635 dt_idhash_create(const char *name, const dt_ident_t *tmpl, in dt_idhash_create() argument
651 dhp->dh_tmpl = tmpl; in dt_idhash_create()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h293 struct ldap_disptmpl *tmpl );
305 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude,
310 ldap_first_tmplrow( struct ldap_disptmpl *tmpl );
314 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
318 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
322 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
328 struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals,
348 struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals,
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c174 *tmpllistp = tmpl; in ldap_init_templates_buf()
178 prevtmpl = tmpl; in ldap_init_templates_buf()
279 NSLDAPI_FREE( tmpl ); in free_disptmpl()
297 return( tmpl == NULLDISPTMPL ? tmpl : tmpl->dt_next ); in ldap_next_disptmpl()
494 free_disptmpl( tmpl ); in read_next_tmpl()
505 free_disptmpl( tmpl ); in read_next_tmpl()
516 free_disptmpl( tmpl ); in read_next_tmpl()
547 free_disptmpl( tmpl ); in read_next_tmpl()
556 free_disptmpl( tmpl ); in read_next_tmpl()
571 free_disptmpl( tmpl ); in read_next_tmpl()
[all …]
H A Dtmplout.c86 struct ldap_disptmpl *tmpl, in ldap_entry2text() argument
111 struct ldap_disptmpl *tmpl, in ldap_entry2html() argument
140 struct ldap_disptmpl *tmpl, in do_entry2text() argument
191 ( tmpl == NULL ) ? "Entry" : tmpl->dt_name ); in do_entry2text()
195 eol, eol, ( tmpl == NULL ) ? "Entry" : tmpl->dt_name ); in do_entry2text()
249 labelwidth = max_label_len( tmpl ) + 3; in do_entry2text()
256 if ( tmpl == NULL ) { in do_entry2text()
300 for ( rowp = ldap_first_tmplrow( tmpl ); in do_entry2text()
452 struct ldap_disptmpl *tmpl; in do_entry2text_search() local
475 tmpl = NULL; in do_entry2text_search()
[all …]
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c688 crypto_key_t *key, crypto_ctx_template_t *tmpl, int kmflag) in crypto_create_ctx_template() argument
709 crypto_key_t *key, crypto_ctx_template_t tmpl, in crypto_encrypt() argument
718 crypto_key_t *key, crypto_ctx_template_t tmpl, in crypto_decrypt() argument
747 crypto_destroy_ctx_template(crypto_ctx_template_t tmpl) in crypto_destroy_ctx_template() argument
752 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_mac_init() argument

123