Changeset 33540 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r28800 r33540 151 151 152 152 /** 153 * Image size when mapped if segments are mapped adj ecently.153 * Image size when mapped if segments are mapped adjacently. 154 154 * 155 155 * For ELF, PE, and Mach-O images this is (usually) a natural query, for LX and … … 273 273 * Queries symbol information by address. 274 274 * 275 * The returned symbol is what the debug info interpreter consider es the symbol275 * The returned symbol is what the debug info interpreter considers the symbol 276 276 * most applicable to the specified address. This usually means a symbol with an 277 277 * address equal or lower than the requested. -
trunk/src/VBox/Runtime/include/internal/initterm.h
r28800 r33540 42 42 43 43 /** 44 * Platform specific termin iation.44 * Platform specific termination. 45 45 */ 46 46 void rtR0TermNative(void); -
trunk/src/VBox/Runtime/include/internal/memobj.h
r29027 r33540 358 358 * @param ppMem Where to store the ring-0 memory object handle. 359 359 * @param cb Number of bytes to allocate, page aligned. 360 * @param PhysHighest The highest permit table address (inclusive).360 * @param PhysHighest The highest permitable address (inclusive). 361 361 * NIL_RTHCPHYS if any address is acceptable. 362 362 * @param uAlignment The alignment of the reserved memory. … … 373 373 * @param ppMem Where to store the ring-0 memory object handle. 374 374 * @param cb Number of bytes to allocate, page aligned. 375 * @param PhysHighest The highest permit table address (inclusive).375 * @param PhysHighest The highest permitable address (inclusive). 376 376 * NIL_RTHCPHYS if any address is acceptable. 377 377 */ -
trunk/src/VBox/Runtime/include/internal/path.h
r33426 r33540 64 64 * 65 65 * @remark This function is not available on hosts using something else than 66 * byte seq ences as names (eg win32).66 * byte sequences as names (eg win32). 67 67 */ 68 68 int rtPathToNative(char const **ppszNativePath, const char *pszPath, const char *pszBasePath); … … 76 76 * 77 77 * @remark This function is not available on hosts using something else than 78 * byte seq ences as names (eg win32).78 * byte sequences as names (eg win32). 79 79 */ 80 80 void rtPathFreeNative(char const *pszNativePath, const char *pszPath); … … 91 91 * 92 92 * @remark This function is not available on hosts using something else than 93 * byte seq ences as names (eg win32).93 * byte sequences as names (eg win32). 94 94 */ 95 95 int rtPathFromNative(const char **ppszPath, const char *pszNativePath, const char *pszBasePath); -
trunk/src/VBox/Runtime/include/internal/rand.h
r28800 r33540 113 113 * Restores the state of a pseudo generator. 114 114 * 115 * The state must 've been obtained using pfnGetState.115 * The state must have been obtained using pfnGetState. 116 116 * 117 117 * @returns IPRT status code. -
trunk/src/VBox/Runtime/include/internal/thread.h
r28903 r33540 52 52 53 53 /** 54 * Internal represen ation of a thread.54 * Internal representation of a thread. 55 55 */ 56 56 typedef struct RTTHREADINT
Note:
See TracChangeset
for help on using the changeset viewer.