Searched refs:pcifront (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/xen/pcifront/
H A Dpcifront.c72 printf("pcifront (%s:%d): " fmt, __FUNCTION__, __LINE__, ##args)
77 printf("pcifront (%s:%d): " fmt, __FUNCTION__, __LINE__, ##args)
159 /* Hold a reference to a pcifront device */
166 /* Release a reference to a pcifront device */
273 printf("pcifront: connected to %s\n", pdev->xdev->nodename);
413 static struct xenbus_driver pcifront = { variable in typeref:struct:xenbus_driver
414 .name = "pcifront",
430 xenbus_register_frontend(&pcifront);

Completed in 101 milliseconds