Function report |
Source Code:kernel\debug\kdb\kdb_support.c |
Create Date:2022-07-28 11:43:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kdb_getphysword* Inputs:* word Pointer to the word to receive the result.* addr Address of the area to copy.* size Size of the area.* Returns:* 0 for success, < 0 for error.
Proto:int kdb_getphysword(unsigned long *word, unsigned long addr, size_t size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | word | |
unsigned long | addr | |
size_t | size |
410 | word = 0 |
413 | Case size == 1 |
418 | Case size == 2 |
423 | Case size == 4 |
428 | Case size == 8 |
436 | Default |
437 | diag = KDB_BADWIDTH |
438 | kdb_printf("kdb_getphysword: bad width %ld\n", (long)size) |
440 | Return diag |
Name | Describe |
---|---|
kdb_md | |
kdb_md_line | kdb_md - This function implements the 'md', 'md1', 'md2', 'md4',* 'md8' 'mdr' and 'mds' commands.* md|mds [ |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |