HomeSort by: relevance | last modified time | path
    Searched refs:xa_type (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_probe.c 435 xa.xa_type = type;
445 if (strcmp(xa.xa_type, "vbd") == 0) {
499 if (strcmp(xa->xa_type, "vbd") == 0)
501 else if (strcmp(xa->xa_type, "vif") == 0)
503 else if (strcmp(xa->xa_type, "balloon") == 0)
506 aprint_normal("unknown type %s", xa->xa_type);
635 .xa_type = "balloon"
  /src/sys/arch/xen/include/
xenbus.h 52 const char *xa_type; member in struct:xenbusdev_attach_args
  /src/sys/arch/xen/xen/
xpci_xenbus.c 119 if (strcmp(xa->xa_type, "pci") != 0)
balloon.c 182 if (strcmp(xa->xa_type, "balloon") != 0)
if_xennet_xenbus.c 268 if (strcmp(xa->xa_type, "vif") != 0)
xbd_xenbus.c 269 if (strcmp(xa->xa_type, "vbd") != 0)

Completed in 16 milliseconds