Home | Sort by: relevance | last modified time | path |
/src/sys/arch/xen/include/ | |
if_xennetvar.h | 36 const char *xa_device; member in struct:xennet_attach_args |
xbdvar.h | 44 const char *xa_device; member in struct:xbd_attach_args |
hypervisor.h | 74 const char *xa_device; member in struct:xencons_attach_args 78 const char *xa_device; member in struct:xen_npx_attach_args |
xenbus.h | 45 const char *xa_device; member in struct:xenbus_attach_args |
/src/sys/arch/xen/xen/ | |
hypervisor.c | 683 hac.hac_xenbus.xa_device = "xenbus"; 691 hac.hac_xencons.xa_device = "xencons"; |
xencons.c | 163 if (strcmp(xa->xa_device, "xencons") == 0) |
/src/sys/arch/xen/xenbus/ | |
xenbus_probe.c | 98 if (strcmp(xa->xa_device, "xenbus") == 0) |