Searched refs:tmpl1 (Results 1 – 4 of 4) sorted by relevance
19 my $tmpl1 = Text::Template->new(28 $tmpl1->compile;31 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1');40 $tmpl1 = Emptyclass1->new(49 $tmpl1->compile;52 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');60 $tmpl1 = Emptyclass2->new(69 $tmpl1->compile;72 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
18 my $tmpl1 = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $tin);20 $tmpl1->compile;22 my $t1 = $tmpl1->fill_in(
19 my $tmpl1 = Text::Template->new(28 $tmpl1->compile;32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' });
8520 char *tmpl1; in pmap_demote_l1() local8537 tmpl1 = NULL; in pmap_demote_l1()8539 tmpl1 = kva_alloc(PAGE_SIZE); in pmap_demote_l1()8540 if (tmpl1 == NULL) in pmap_demote_l1()8570 if (tmpl1 != NULL) { in pmap_demote_l1()8571 pmap_kenter((vm_offset_t)tmpl1, PAGE_SIZE, in pmap_demote_l1()8574 l1 = (pt_entry_t *)(tmpl1 + ((vm_offset_t)l1 & PAGE_MASK)); in pmap_demote_l1()8581 if (tmpl1 != NULL) { in pmap_demote_l1()8582 pmap_kremove((vm_offset_t)tmpl1); in pmap_demote_l1()8583 kva_free(tmpl1, PAGE_SIZE); in pmap_demote_l1()