libfs: Doxygen Enhancement Task #4

This commit is contained in:
Ayush Awasthi
2012-12-28 08:26:30 -06:00
committed by Jennifer Averett
parent 4e592763cb
commit 8587b018b9
20 changed files with 140 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System has nodes equal
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved. * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
* *

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System creates a child process
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved. * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
* *

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System evaluates relative pathname to absolute
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved. * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
* *

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System Mounts
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System gets file status
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System Synchronises changes to a file
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default Filesystem succeeds synchronizing file's in-core state
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved. * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
* *

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System Truncates a file to indicated length
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System controls a STREAMS device
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System locks and unlocks rtems filesystem
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved. * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
* *

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System reposits the read/write file offset
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System reposits read/write file offset directory
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved. * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
* *

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System reposits the offset of the open file fd
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* Copyright (c) 2012 embedded brains GmbH. All rights reserved. * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
* *

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System creates a special or ordinary file
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System mounts a filesystem
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTESM Default File System Rename Files
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System creates a symbolic link to a file
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System Unmounts
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System sets file access and modification times
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).

View File

@@ -1,3 +1,10 @@
/**
* @file
*
* @brief RTEMS Default File System sends a message to another user
* @ingroup LibIOFSOps File System Operations
*/
/* /*
* COPYRIGHT (c) 2010. * COPYRIGHT (c) 2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).