Home
last modified time | relevance | path

Searched refs:xa_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_probe.c435 xa.xa_type = type; in xenbus_probe_device_type()
445 if (strcmp(xa.xa_type, "vbd") == 0) { in xenbus_probe_device_type()
498 if (strcmp(xa->xa_type, "vbd") == 0) in xenbus_print()
500 else if (strcmp(xa->xa_type, "vif") == 0) in xenbus_print()
502 else if (strcmp(xa->xa_type, "balloon") == 0) in xenbus_print()
505 aprint_normal("unknown type %s", xa->xa_type); in xenbus_print()
634 .xa_type = "balloon" in xenbus_probe()
/netbsd-src/sys/arch/xen/include/
H A Dxenbus.h52 const char *xa_type; member
/netbsd-src/sys/arch/xen/xen/
H A Dballoon.c182 if (strcmp(xa->xa_type, "balloon") != 0) in balloon_xenbus_match()
H A Dxpci_xenbus.c119 if (strcmp(xa->xa_type, "pci") != 0) in xpci_xenbus_match()
H A Dif_xennet_xenbus.c248 if (strcmp(xa->xa_type, "vif") != 0) in xennet_xenbus_match()
H A Dxbd_xenbus.c269 if (strcmp(xa->xa_type, "vbd") != 0) in xbd_xenbus_match()