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

  /src/sys/arch/xen/xen/
pciback.c 448 struct pb_xenbus_instance *pbxi; local in function:pciback_xenbus_create
464 pbxi = kmem_zalloc(sizeof(*pbxi), KM_SLEEP);
465 pbxi->pbx_domid = domid;
467 xbusd->xbusd_u.b.b_cookie = pbxi;
469 pbxi->pbx_xbusd = xbusd;
471 SLIST_INIT(&pbxi->pbx_pb_pci_dev);
474 SLIST_INSERT_HEAD(&pb_xenbus_instances, pbxi, pbx_next);
500 pciback_xenbus_export_device(pbxi, dev);
502 pciback_xenbus_export_roots(pbxi);
518 struct pb_xenbus_instance *pbxi = arg; local in function:pciback_xenbus_destroy
545 struct pb_xenbus_instance *pbxi = arg; local in function:pciback_xenbus_frontend_changed
640 struct pb_xenbus_instance *pbxi; local in function:pbxif_lookup
718 struct pb_xenbus_instance *pbxi = arg; local in function:pciback_xenbus_evthandler
    [all...]
xpci_xenbus.c 190 xen_intr_establish_xname(-1, &xen_pic, pbxi->pbx_evtchn, IST_LEVEL,

Completed in 11 milliseconds