Minor nit, SOLARIS should be SPL
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@17 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
parent
596e65b4e8
commit
09b414e880
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_CALLB_H
|
||||
#define _SOLARIS_CALLB_H
|
||||
#ifndef _SPL_CALLB_H
|
||||
#define _SPL_CALLB_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -42,5 +42,5 @@ typedef struct callb_cpr {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_CALLB_H */
|
||||
#endif /* _SPL_CALLB_H */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_CONDVAR_H
|
||||
#define _SOLARIS_CONDVAR_H
|
||||
#ifndef _SPL_CONDVAR_H
|
||||
#define _SPL_CONDVAR_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -199,4 +199,4 @@ cv_broadcast(kcondvar_t *cvp)
|
|||
if (atomic_read(&cvp->cv_waiters) > 0)
|
||||
wake_up_all(&cvp->cv_event);
|
||||
}
|
||||
#endif /* _SOLARIS_CONDVAR_H */
|
||||
#endif /* _SPL_CONDVAR_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_CRED_H
|
||||
#define _SOLARIS_CRED_H
|
||||
#ifndef _SPL_CRED_H
|
||||
#define _SPL_CRED_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -37,5 +37,5 @@ typedef struct cred {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_CRED_H */
|
||||
#endif /* _SPL_CRED_H */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_GENERIC_H
|
||||
#define _SOLARIS_GENERIC_H
|
||||
#ifndef _SPL_GENERIC_H
|
||||
#define _SPL_GENERIC_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -71,4 +71,4 @@ extern int p0;
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_GENERIC_H */
|
||||
#endif /* _SPL_GENERIC_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_KMEM_H
|
||||
#define _SOLARIS_KMEM_H
|
||||
#ifndef _SPL_KMEM_H
|
||||
#define _SPL_KMEM_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -173,4 +173,4 @@ extern __kmem_reap(void);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_KMEM_H */
|
||||
#endif /* _SPL_KMEM_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_KSTAT_H
|
||||
#define _SOLARIS_KSTAT_H
|
||||
#ifndef _SPL_KSTAT_H
|
||||
#define _SPL_KSTAT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -111,7 +111,7 @@ typedef struct kstat_named_s {
|
|||
|
||||
|
||||
static __inline__ kstat_t *
|
||||
kstat_create(const char *ks_module, int ks_instance, const char *ks_name,
|
||||
kstat_create(const char *ks_module, int ks_instance, const char *ks_name,
|
||||
const char *ks_class, uchar_t ks_type, uint_t ks_ndata,
|
||||
uchar_t ks_flags)
|
||||
{
|
||||
|
@ -134,5 +134,5 @@ kstat_delete(kstat_t *ksp)
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_KSTAT_H */
|
||||
#endif /* _SPL_KSTAT_H */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_MUTEX_H
|
||||
#define _SOLARIS_MUTEX_H
|
||||
#ifndef _SPL_MUTEX_H
|
||||
#define _SPL_MUTEX_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -118,4 +118,4 @@ mutex_owner(kmutex_t *mp)
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_MUTEX_H */
|
||||
#endif /* _SPL_MUTEX_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_RANDOM_H
|
||||
#define _SOLARIS_RANDOM_H
|
||||
#ifndef _SPL_RANDOM_H
|
||||
#define _SPL_RANDOM_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -35,4 +35,4 @@ random_get_pseudo_bytes(uint8_t *ptr, size_t len)
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_RANDOM_H */
|
||||
#endif /* _SPL_RANDOM_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_RWLOCK_H
|
||||
#define _SOLARIS_RWLOCK_H
|
||||
#ifndef _SPL_RWLOCK_H
|
||||
#define _SPL_RWLOCK_H
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -221,4 +221,4 @@ rw_owner(krwlock_t *rwlp)
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_RWLOCK_H */
|
||||
#endif /* _SPL_RWLOCK_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_TASKQ_H
|
||||
#define _SOLARIS_TASKQ_H
|
||||
#ifndef _SPL_TASKQ_H
|
||||
#define _SPL_TASKQ_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -84,4 +84,4 @@ extern taskq_t *__taskq_create(const char *, int, pri_t, int, int, uint_t);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_TASKQ_H */
|
||||
#endif /* _SPL_TASKQ_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_THREAD_H
|
||||
#define _SOLARIS_THREAD_H
|
||||
#ifndef _SPL_THREAD_H
|
||||
#define _SPL_THREAD_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -46,5 +46,5 @@ extern void __thread_exit(void);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_THREAD_H */
|
||||
#endif /* _SPL_THREAD_H */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_TIME_H
|
||||
#define _SOLARIS_TIME_H
|
||||
#ifndef _SPL_TIME_H
|
||||
#define _SPL_TIME_H
|
||||
|
||||
/*
|
||||
* Structure returned by gettimeofday(2) system call,
|
||||
|
@ -60,4 +60,4 @@ gethrestime_sec(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_TIME_H */
|
||||
#endif /* _SPL_TIME_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_TIMER_H
|
||||
#define _SOLARIS_TIMER_H
|
||||
#ifndef _SPL_TIMER_H
|
||||
#define _SPL_TIMER_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -18,5 +18,5 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_TIMER_H */
|
||||
#endif /* _SPL_TIMER_H */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SOLARIS_TYPES_H
|
||||
#define _SOLARIS_TYPES_H
|
||||
#ifndef _SPL_TYPES_H
|
||||
#define _SPL_TYPES_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -24,4 +24,4 @@ typedef short pri_t;
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SOLARIS_TYPES_H */
|
||||
#endif /* _SPL_TYPES_H */
|
||||
|
|
Loading…
Reference in New Issue