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

  /src/sys/arch/xen/xen/
pciback.c 64 struct pb_xenbus_instance;
75 struct pb_xenbus_instance *pbx_instance;
130 static void pciback_xenbus_export_device(struct pb_xenbus_instance *, char *);
131 static void pciback_xenbus_export_roots(struct pb_xenbus_instance *);
181 struct pb_xenbus_instance { struct
182 SLIST_ENTRY(pb_xenbus_instance) pbx_next; /* list of backend instances*/
194 static SLIST_HEAD(, pb_xenbus_instance) pb_xenbus_instances;
448 struct pb_xenbus_instance *pbxi;
518 struct pb_xenbus_instance *pbxi = arg;
525 pbxi, pb_xenbus_instance, pbx_next)
    [all...]
pciback.c 64 struct pb_xenbus_instance;
75 struct pb_xenbus_instance *pbx_instance;
130 static void pciback_xenbus_export_device(struct pb_xenbus_instance *, char *);
131 static void pciback_xenbus_export_roots(struct pb_xenbus_instance *);
181 struct pb_xenbus_instance { struct
182 SLIST_ENTRY(pb_xenbus_instance) pbx_next; /* list of backend instances*/
194 static SLIST_HEAD(, pb_xenbus_instance) pb_xenbus_instances;
448 struct pb_xenbus_instance *pbxi;
518 struct pb_xenbus_instance *pbxi = arg;
525 pbxi, pb_xenbus_instance, pbx_next)
    [all...]

Completed in 125 milliseconds