xenbus_xs.c (ab4a9beb) xenbus_xs.c (551bc2a6)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 64 unchanged lines hidden (view full) ---

73#include <sys/mutex.h>
74#include <sys/condvar.h>
75#include <sys/rwlock.h>
76#include <sys/disp.h>
77#include <sys/ddi.h>
78#include <sys/sunddi.h>
79#include <sys/avintr.h>
80#include <sys/cmn_err.h>
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 64 unchanged lines hidden (view full) ---

73#include <sys/mutex.h>
74#include <sys/condvar.h>
75#include <sys/rwlock.h>
76#include <sys/disp.h>
77#include <sys/ddi.h>
78#include <sys/sunddi.h>
79#include <sys/avintr.h>
80#include <sys/cmn_err.h>
81#include <sys/mach_mmu.h>
81#include <util/sscanf.h>
82#define _XSD_ERRORS_DEFINED
82#include <util/sscanf.h>
83#define _XSD_ERRORS_DEFINED
84#ifdef XPV_HVM_DRIVER
85#include <sys/xpv_support.h>
86#endif
83#include <sys/hypervisor.h>
87#include <sys/hypervisor.h>
84#include <sys/mach_mmu.h>
85#include <sys/taskq.h>
86#include <sys/sdt.h>
87#include <xen/sys/xenbus_impl.h>
88#include <xen/sys/xenbus_comms.h>
89#include <xen/sys/xendev.h>
90#include <xen/public/io/xs_wire.h>
91
92#define streq(a, b) (strcmp((a), (b)) == 0)

--- 998 unchanged lines hidden ---
88#include <sys/taskq.h>
89#include <sys/sdt.h>
90#include <xen/sys/xenbus_impl.h>
91#include <xen/sys/xenbus_comms.h>
92#include <xen/sys/xendev.h>
93#include <xen/public/io/xs_wire.h>
94
95#define streq(a, b) (strcmp((a), (b)) == 0)

--- 998 unchanged lines hidden ---