Standardize naming used for public data and function groupings

This commit is contained in:
Gregory Nutt
2015-10-02 16:30:35 -06:00
parent ac394041bf
commit cb9e27c3b0
432 changed files with 503 additions and 503 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
#endif #endif
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_EXECFUNCS_HAVE_SYMTAB #ifdef CONFIG_EXECFUNCS_HAVE_SYMTAB
+1 -1
View File
@@ -77,7 +77,7 @@ struct bchlib_s
}; };
/**************************************************************************** /****************************************************************************
* Global Variables * Public Data
****************************************************************************/ ****************************************************************************/
#undef EXTERN #undef EXTERN
+1 -1
View File
@@ -97,7 +97,7 @@ static int mtd_stat(FAR const char *relpath, FAR struct stat *buf);
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/* See fs_mount.c -- this structure is explicitly externed there. /* See fs_mount.c -- this structure is explicitly externed there.
+1 -1
View File
@@ -79,7 +79,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -97,7 +97,7 @@ static int binfs_stat(FAR struct inode *mountpt, FAR const char *relpath,
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/* See fs_mount.c -- this structure is explicitly extern'ed there. /* See fs_mount.c -- this structure is explicitly extern'ed there.
+1 -1
View File
@@ -51,7 +51,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Global Variables * Public Data
****************************************************************************/ ****************************************************************************/
#undef EXTERN #undef EXTERN
+1 -1
View File
@@ -57,7 +57,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -55,7 +55,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -56,7 +56,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -56,7 +56,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -853,7 +853,7 @@ mkfatfs_clustersearch(FAR struct fat_format_s *fmt, FAR struct fat_var_s *var)
} }
/**************************************************************************** /****************************************************************************
* Global Functions * Public Functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -122,7 +122,7 @@ static int fat_stat(struct inode *mountpt, const char *relpath,
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/* See fs_mount.c -- this structure is explicitly extern'ed there. /* See fs_mount.c -- this structure is explicitly extern'ed there.
+1 -1
View File
@@ -847,7 +847,7 @@ struct fat_dirinfo_s
#endif #endif
/**************************************************************************** /****************************************************************************
* Global Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -166,7 +166,7 @@ errout:
} }
/**************************************************************************** /****************************************************************************
* Global Functions * Public Functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -160,7 +160,7 @@ static int fat_putsfdirentry(struct fat_mountpt_s *fs,
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -80,7 +80,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -110,7 +110,7 @@ struct fat_var_s
}; };
/**************************************************************************** /****************************************************************************
* Global Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -498,7 +498,7 @@ static inline int mkfatfs_writerootdir(FAR struct fat_format_s *fmt,
} }
/**************************************************************************** /****************************************************************************
* Global Functions * Public Functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -79,7 +79,7 @@ struct inode_sem_s
static struct inode_sem_s g_inode_sem; static struct inode_sem_s g_inode_sem;
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
FAR struct inode *g_root_inode = NULL; FAR struct inode *g_root_inode = NULL;
+1 -1
View File
@@ -52,7 +52,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -50,7 +50,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -53,7 +53,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -55,7 +55,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -55,7 +55,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -56,7 +56,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -111,7 +111,7 @@ typedef int (*foreach_inode_t)(FAR struct inode *node,
FAR void *arg); FAR void *arg);
/**************************************************************************** /****************************************************************************
* Global Variables * Public Data
****************************************************************************/ ****************************************************************************/
#undef EXTERN #undef EXTERN
+1 -1
View File
@@ -50,7 +50,7 @@
#include "fs_rammap.h" #include "fs_rammap.h"
/**************************************************************************** /****************************************************************************
* Global Functions * Public Functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -55,7 +55,7 @@
#ifdef CONFIG_FS_RAMMAP #ifdef CONFIG_FS_RAMMAP
/**************************************************************************** /****************************************************************************
* Global Functions * Public Functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+2 -2
View File
@@ -55,7 +55,7 @@
#ifdef CONFIG_FS_RAMMAP #ifdef CONFIG_FS_RAMMAP
/**************************************************************************** /****************************************************************************
* Global Data * Public Data
****************************************************************************/ ****************************************************************************/
/* This is the list of all mapped files */ /* This is the list of all mapped files */
@@ -63,7 +63,7 @@
struct fs_allmaps_s g_rammaps; struct fs_allmaps_s g_rammaps;
/**************************************************************************** /****************************************************************************
* Global Functions * Public Functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -92,7 +92,7 @@ struct fs_allmaps_s
}; };
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/* This is the list of all mapped files */ /* This is the list of all mapped files */
+1 -1
View File
@@ -154,7 +154,7 @@ static const struct fsmap_t g_nonbdfsmap[] =
#endif /* NONBDFS_SUPPORT */ #endif /* NONBDFS_SUPPORT */
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -60,7 +60,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -58,7 +58,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -61,7 +61,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -58,7 +58,7 @@
************************************************************************/ ************************************************************************/
/************************************************************************ /************************************************************************
* Public Variables * Public Data
************************************************************************/ ************************************************************************/
/************************************************************************ /************************************************************************
+1 -1
View File
@@ -60,7 +60,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
#ifdef __cplusplus #ifdef __cplusplus
+1 -1
View File
@@ -73,7 +73,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -104,7 +104,7 @@
#endif #endif
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
uint32_t nfs_true; uint32_t nfs_true;
+1 -1
View File
@@ -316,7 +316,7 @@ struct nxffs_blkstats_s
}; };
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/* The magic number that appears that the beginning of each NXFFS (logical) /* The magic number that appears that the beginning of each NXFFS (logical)
+1 -1
View File
@@ -59,7 +59,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -58,7 +58,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -58,7 +58,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -62,7 +62,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -103,7 +103,7 @@ const struct mountpt_operations nxffs_operations =
}; };
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/* The magic number that appears that the beginning of each NXFFS (logical) /* The magic number that appears that the beginning of each NXFFS (logical)
+1 -1
View File
@@ -61,7 +61,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -61,7 +61,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -89,7 +89,7 @@ struct nxffs_pack_s
}; };
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -62,7 +62,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -58,7 +58,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
+1 -1
View File
@@ -63,7 +63,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Public Variables * Public Data
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************

Some files were not shown because too many files have changed in this diff Show More