Searched refs:tx (Results 1 – 7 of 7) sorted by relevance
/xen/tools/tests/vpci/ |
A D | emul.h | 113 const typeof(x) tx = (x); \ 116 (void) (&tx == &ty); \ 117 tx < ty ? tx : ty; \ 121 const typeof(x) tx = (x); \ 124 (void) (&tx == &ty); \ 125 tx > ty ? tx : ty; \
|
/xen/docs/designs/ |
A D | xenstore-migration.md | 296 | tx-id | 306 | `tx-id` | The transaction id passed back to the domain | 326 | tx-id | 350 | `tx-id` | This value should be ignored if `conn-id` is |
|
/xen/tools/ocaml/xenstored/ |
A D | transaction.ml | 114 | Some t -> (function (start_time, tx) -> start_time >= cutoff && tx != t)
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 890 gint tx = (gint) event->x; in on_treeview2_button_press_event() local 894 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event() 1006 gint tx = (gint) event->x; in on_treeview1_button_press_event() local 1010 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
|
/xen/docs/misc/arm/ |
A D | passthrough.txt | 181 ti,tx-internal-delay = <0xa>;
|
/xen/docs/misc/ |
A D | netif-staging-grants.pandoc | 109 | padding for tx | unused | | netif_extra_info' 127 3) Put grant in the `gref` field of the tx slot.
|
A D | grant-tables.txt | 21 domB. The net front and back driver will use this for packet tx/rx. This
|
Completed in 24 milliseconds