Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 3 of 3) sorted by relevance

/xen/tools/hotplug/Linux/
A Dexternal-device-migrate38 -subtype <dev. subtype>: the subtype of the device
64 -subtype) stype=$2; shift; shift;;
/xen/tools/debugger/kdd/
A Dkdd.c772 static void kdd_send_cmd(kdd_state *s, uint32_t subtype, size_t extra) in kdd_send_cmd() argument
779 s->txp.cmd.subtype = subtype; in kdd_send_cmd()
799 s->txp.msg.subtype = KDD_MSG_PRINT; in kdd_send_string()
827 s->txp.stc.subtype = KDD_STC_STOP; in kdd_break()
1084 s->rxp.cmd.subtype & 0xff, (s->rxp.cmd.subtype >>8) & 0xff, in kdd_handle_memory_access()
1085 s->rxp.cmd.subtype == KDD_CMD_READ_VA ? "read virt" : in kdd_handle_memory_access()
1086 s->rxp.cmd.subtype == KDD_CMD_WRITE_VA ? "write virt" : in kdd_handle_memory_access()
1087 s->rxp.cmd.subtype == KDD_CMD_READ_PA ? "read phys" : in kdd_handle_memory_access()
1094 switch(s->rxp.cmd.subtype) { in kdd_handle_memory_access()
1118 kdd_send_cmd(s, s->rxp.cmd.subtype, len); in kdd_handle_memory_access()
[all …]
A Dkdd.h227 uint32_t subtype; /* IN: KDD_CMD_x */ member
254 uint32_t subtype; /* KDD_MSG_PRINT */ member
266 uint32_t subtype; /* KDD_REG_CHANGE */ member
306 uint32_t subtype; /* KDD_STC_x */ member

Completed in 13 milliseconds