summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/GenericBdsLib/DevicePath.c
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-09 05:14:54 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-09 05:14:54 +0000
commit262b0668486eb8ef4983dccc937289f74e68d638 (patch)
treedae0f70bab36454e62446936e6c650fa129cc4a8 /MdeModulePkg/Library/GenericBdsLib/DevicePath.c
parent9319d2c2066a3798d1e2b6d29486d933896cbdb0 (diff)
downloadedk2-262b0668486eb8ef4983dccc937289f74e68d638.zip
edk2-262b0668486eb8ef4983dccc937289f74e68d638.tar.gz
edk2-262b0668486eb8ef4983dccc937289f74e68d638.tar.bz2
Synchronize GenericBdsLib library class's header file to library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6925 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/GenericBdsLib/DevicePath.c')
-rw-r--r--MdeModulePkg/Library/GenericBdsLib/DevicePath.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/MdeModulePkg/Library/GenericBdsLib/DevicePath.c b/MdeModulePkg/Library/GenericBdsLib/DevicePath.c
index 478dfd8..1941372 100644
--- a/MdeModulePkg/Library/GenericBdsLib/DevicePath.c
+++ b/MdeModulePkg/Library/GenericBdsLib/DevicePath.c
@@ -19,15 +19,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Concatenates a formatted unicode string to allocated pool.
The caller must free the resulting buffer.
- @param Str Tracks the allocated pool, size in use, and amount of pool
- allocated.
+ @param Str Tracks the allocated pool, size in use, and amount of pool allocated.
@param fmt The format string
-
- @param ... Variable argument list.
+ @param ... The data will be printed.
@return Allocated buffer with the formatted string printed in it.
- The caller must free the allocated buffer. The buffer
- allocation is not packed.
+ The caller must free the allocated buffer.
+ The buffer allocation is not packed.
**/
CHAR16 *
@@ -172,13 +170,10 @@ DevPathController (
/**
- Convert Device Path to a Unicode string for printing.
+ Convert Vendor device path to device name.
- @param Str The buffer holding the output string.
- This buffer contains the length of the
- string and the maixmum length reserved
- for the string buffer.
- @param DevPath The device path.
+ @param Str The buffer store device name
+ @param DevPath Pointer to vendor device path
**/
VOID