Searched refs:h1 (Results 1 – 5 of 5) sorted by relevance
/xen/tools/xenmon/ |
A D | xenmon.py | 353 [h1, l1, f1] = summarize(startat, endat, 10**9, samples) 375 if h1[dom][0][1] > 0 or domain_id[dom] == IDLE_DOMAIN: 461 display(stdscr, row, col, "%d" % h1[dom][4]) 483 total_h1_cpu += h1[dom][0][1] 635 if h1[dom][0][1] > 0 or dom == IDLE_DOMAIN: 638 h1[dom][0][0], h1[dom][0][1], h1[dom][0][2], 639 h1[dom][1], 640 h1[dom][2][0], h1[dom][2][1], h1[dom][2][2], 641 h1[dom][3][0], h1[dom][3][1], h1[dom][3][2], 642 h1[dom][4], [all …]
|
/xen/docs/ |
A D | gen-html-index | 42 my $h1; 45 $title = $h1 = "Xen Documentation"; 49 $h1 = "<a href=\"../index.html\">Xen Documentation</a> - $title"; 55 <h1>$h1</h1>
|
/xen/tools/flask/policy/policy/ |
A D | mls | 42 # | h1 role_mls_op l2 43 # | h1 role_mls_op h2 44 # | l1 role_mls_op h1 70 (( h1 dom h2 ) and (( l1 eq l2 ) or (t1 == mls_priv)));
|
/xen/xen/common/sched/ |
A D | arinc653.c | 164 static int dom_handle_cmp(const xen_domain_handle_t h1, in dom_handle_cmp() argument 167 return memcmp(h1, h2, sizeof(xen_domain_handle_t)); in dom_handle_cmp()
|
/xen/tools/ocaml/xenstored/ |
A D | store.ml | 154 | h1 :: tl1, h2 :: tl2 -> 155 if h1 = h2 then h1 :: (compare tl1 tl2) else []
|
Completed in 9 milliseconds