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.c8259 vm_offset_t tmpl2; in pmap_demote_l2_locked() local
8276 tmpl2 = 0; in pmap_demote_l2_locked()
8278 tmpl2 = kva_alloc(PAGE_SIZE); in pmap_demote_l2_locked()
8279 if (tmpl2 == 0) in pmap_demote_l2_locked()
8372 if (tmpl2 != 0) { in pmap_demote_l2_locked()
8373 pmap_kenter(tmpl2, PAGE_SIZE, in pmap_demote_l2_locked()
8376 l2 = (pt_entry_t *)(tmpl2 + ((vm_offset_t)l2 & PAGE_MASK)); in pmap_demote_l2_locked()
8407 if (tmpl2 != 0) { in pmap_demote_l2_locked()
8408 pmap_kremove(tmpl2); in pmap_demote_l2_locked()
8409 kva_free(tmpl2, PAGE_SIZE); in pmap_demote_l2_locked()