Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/pcifront/
H A Dpcifront.c85 struct pcifront_device { struct
86 STAILQ_ENTRY(pcifront_device) next;
108 struct pcifront_device *pdev;
112 static struct pcifront_device *
115 struct pcifront_device *pdev = NULL; in alloc_pdev()
126 pdev = (struct pcifront_device *)malloc(sizeof(struct pcifront_device), M_DEVBUF, M_NOWAIT); in alloc_pdev()
163 get_pdev(struct pcifront_device *pdev) in get_pdev()
308 struct pcifront_device *pdev; in pcifront_probe()
441 struct pcifront_device *pdev = (struct pcifront_device *)device_get_ivars(dev); in SYSINIT()
451 struct pcifront_device *pdev = (struct pcifront_device *)device_get_ivars(dev); in xpcife_attach()
[all …]