| Function report | 
| Source Code: lib\vsprintf.c | Create Date:2022-07-28 06:12:10 | 
| Last Modify:2022-05-21 09:47:42 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:mac_address_string
Proto:static __attribute__((__noinline__)) char *mac_address_string(char *buf, char *end, u8 *addr, struct printf_spec spec, const char *fmt)
Type:char
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| char * | buf | |
| char * | end | |
| u8 * | addr | |
| struct printf_spec | spec | |
| const char * | fmt | 
| 1245 | bool reversed = false | 
| 1251 | Case fmt[1] == 'F' | 
| 1252 | separator = '-' | 
| 1253 | Break | 
| 1255 | Case fmt[1] == 'R' | 
| 1256 | reversed = true | 
| 1259 | Default | 
| 1260 | separator = ':' | 
| 1261 | Break | 
| 1267 | Else p = hex_byte_pack(p, addr[i]) | 
| 1273 | p = '\0' | 
| 1275 | Return Handle string from a well known address. | 
| Name | Describe | 
|---|---|
| pointer | Show a '%p' thing. A kernel extension is that the '%p' is followed* by an extra set of alphanumeric characters that are extended format* specifiers.* Please update scripts/checkpatch.pl when adding/removing conversion* characters | 
| 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 |