Home
last modified time | relevance | path

Searched refs:tmpl2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dprepend.t23 my $tmpl2 = Text::Template->new(
29 $tmpl2->compile;
32 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2');
33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
44 $tmpl2 = Emptyclass1->new(
50 $tmpl2->compile;
53 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
64 $tmpl2 = Emptyclass2->new(
70 $tmpl2->compile;
[all …]
H A Dstrict.t23 my $tmpl2 = Text::Template->new(
29 $tmpl2->compile;
35 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2', HASH => { bar => 'baz' });
38 my $t3 = $tmpl2->fill_in(
/freebsd/sys/arm64/arm64/
H A Dpmap.c8650 char *tmpl2; in pmap_demote_l2_locked() local
8667 tmpl2 = NULL; in pmap_demote_l2_locked()
8669 tmpl2 = kva_alloc(PAGE_SIZE); in pmap_demote_l2_locked()
8670 if (tmpl2 == NULL) in pmap_demote_l2_locked()
8765 if (tmpl2 != NULL) { in pmap_demote_l2_locked()
8766 pmap_kenter((vm_offset_t)tmpl2, PAGE_SIZE, in pmap_demote_l2_locked()
8769 l2 = (pt_entry_t *)(tmpl2 + ((vm_offset_t)l2 & PAGE_MASK)); in pmap_demote_l2_locked()
8800 if (tmpl2 != NULL) { in pmap_demote_l2_locked()
8801 pmap_kremove((vm_offset_t)tmpl2); in pmap_demote_l2_locked()
8802 kva_free(tmpl2, PAGE_SIZE); in pmap_demote_l2_locked()