Searched refs:tname (Results 1 – 2 of 2) sorted by relevance
/xen/docs/ |
A D | xen-headers | 169 my ($ttype,$tname) = ($type,$name); 170 my $loc = sdefval($ttype,$tname,'DefLocs'); 172 my $deref = sdefval($ttype,$tname,'Derefs'); 182 ($loc,$ttype,$tname) = ($loc2,$type2,$name2); 185 return "href=\"$loc#${ttype}_$tname\"";
|
/xen/tools/xenstore/ |
A D | xenstored_transaction.c | 605 char *tname, *tnode; in check_transactions() local 609 tname = talloc_asprintf(trans, "%"PRIu64, in check_transactions() 611 if (!tname || !remember_string(hash, tname)) in check_transactions() 617 tnode = transaction_get_node_name(tname, trans, in check_transactions() 624 talloc_free(tname); in check_transactions() 631 talloc_free(tname); in check_transactions()
|
Completed in 5 milliseconds