Changeset 611 for trunk/libs/libalmosmkh/almosmkh.h
- Timestamp:
- Jan 9, 2019, 3:02:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/libalmosmkh/almosmkh.h
r610 r611 213 213 int display_dqdt( void ); 214 214 215 /*************************************************************************************** 216 * This debug syscall displays on the kernel terminal TXT0 the content of a given 217 * page of a given VFS mapper. 218 * It can be called by any thread running in any cluster. 219 *************************************************************************************** 220 * @ path : pathname identifying the file/directory in VFS. 221 * @ page_id : page index in file. 222 * @ nbytes : number of bytes to display. 223 * @ return 0 if success / return -1 if file or page not found. 224 **************************************************************************************/ 225 int display_mapper( char * path, 226 unsigned int page_id, 227 unsigned int nbytes); 228 215 229 /***************************************************************************************** 216 230 * This debug syscall is used to activate / desactivate the context switches trace
Note: See TracChangeset
for help on using the changeset viewer.