Deleted Added
sdiff udiff text old ( 249195 ) new ( 254591 )
full compact
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

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

654
655typedef uint32_t idmap_rid_t;
656
657#define DDI_SLEEP KM_SLEEP
658#define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0)
659
660#define SX_SYSINIT(name, lock, desc)
661
662#define SYSCTL_DECL(...)
663#define SYSCTL_NODE(...)
664#define SYSCTL_INT(...)
665#define SYSCTL_UINT(...)
666#define SYSCTL_ULONG(...)
667#define SYSCTL_QUAD(...)
668#define SYSCTL_UQUAD(...)
669#ifdef TUNABLE_INT
670#undef TUNABLE_INT
671#undef TUNABLE_ULONG
672#undef TUNABLE_QUAD
673#endif
674#define TUNABLE_INT(...)
675#define TUNABLE_ULONG(...)
676#define TUNABLE_QUAD(...)
677
678/* Errors */
679
680#ifndef ERESTART
681#define ERESTART (-1)
682#endif
683
684#ifdef illumos
685/*

--- 33 unchanged lines hidden ---