]> granicus.if.org Git - spl/commitdiff
Minor nit, SOLARIS should be SPL
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 28 Feb 2008 00:52:31 +0000 (00:52 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 28 Feb 2008 00:52:31 +0000 (00:52 +0000)
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@17 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

14 files changed:
include/spl-callb.h
include/spl-condvar.h
include/spl-cred.h
include/spl-generic.h
include/spl-kmem.h
include/spl-kstat.h
include/spl-mutex.h
include/spl-random.h
include/spl-rwlock.h
include/spl-taskq.h
include/spl-thread.h
include/spl-time.h
include/spl-timer.h
include/spl-types.h

index 4480b42023ae1c1c37df2c9f95ba3d56f7811b63..98b966778fca09a9b8ff318c9e90d7044f499770 100644 (file)
@@ -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 */
 
index 8f5cb922a5834e9b4a6eded6ef327c0f5e7f7da3..6a2060fd243fff0308e2f1de1de83a189f9f8470 100644 (file)
@@ -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 */
index 946810d5e1233d4902494edb003c16730eea8a66..0935a19fa59d54a56a6a771af4ba10d00d085942 100644 (file)
@@ -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 */
 
index ee77cba573f0bbda9f4fd840aa258a1c0a7a16dd..2d098923311caa3ea732d1468cd132dec6e6e98d 100644 (file)
@@ -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 */
index 3025e1a97d8d18ed736ab794c63d621df39c1f2a..89367c0691536e7ceb2e9f49a6526945d60d644f 100644 (file)
@@ -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 */
index 5fc95ccaa4bea24eea9a347e2b774736d603442c..cbef067d57e0dec0ade35db661e5cd2113715dbf 100644 (file)
@@ -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 */
 
index a937a1de20f989b4afe25837e696b10ac51ad5e9..dec5dd7de1ecc8b151c99027fda4891428fabcee 100644 (file)
@@ -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 */
index 68ca8dde747c2f96c78dc36f4f849de7db8f2f14..b7f83ce1afc4a6d91abe8b32a6cd58a3062fd0eb 100644 (file)
@@ -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 */
index 305ccdf2b6d1ee2b1e08d2f0990b1e75ed2b0f47..b04a4f0dbd8c40aa023546deb955e149236891bb 100644 (file)
@@ -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 */
index bf6e244385421b41e3c641f36b8953b679a3e0ab..3723a6d47cab64973d7c29f12f9b071a7b37544a 100644 (file)
@@ -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 */
index 567d397e1bef4c52175a70de5126ab033f282a22..8833846e9161cc32f9390c5028167f8cfcc882ba 100644 (file)
@@ -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 */
 
index 8fe1e59aacb646fed7971a073e554fd103c135b7..576fd191c10aef39b20752f20953768f7d2038ee 100644 (file)
@@ -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 */
index faee64755f2deb31839a7f5dd703fd9e8a38f523..237195d76381640ad3f42004b2e9ad93cdae0076 100644 (file)
@@ -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 */
 
index d61b2f21fc5c7f41e19796f94d1e0bce15c02e22..b72b6c9e0a814badbe04bda22dfbff56efb51d18 100644 (file)
@@ -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 */