函数逻辑报告 |
Source Code:lib\cmdline.c |
Create Date:2022-07-27 07:09:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:memparse - parse a string with mem suffixes into a number*@ptr: Where parse begins*@retptr: (output) Optional pointer to next char after parse completes* Parses a string into a number. The number stored at @ptr is
函数原型:unsigned long long memparse(const char *ptr, char **retptr)
返回类型:unsigned long long
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | ptr | |
char ** | retptr |
129 | ret等于转换字符串为无符号长整形 |
134 | ret左移等于10位 |
138 | ret左移等于10位 |
142 | ret左移等于10位 |
146 | ret左移等于10位 |
150 | ret左移等于10位 |
156 | 默认 |
157 | 退出 |
163 | 返回:ret |
名称 | 描述 |
---|---|
parse_memopt | The "mem=nopentium" boot option disables 4MB page tables on 32-bit kernels: |
parse_memmap_one | |
parse_alloc_mptable_opt | |
parse_mem_block_size | Kernel parameter to specify UV mem block size |
set_corruption_check_size | |
early_cma | |
parse_crashkernel_mem | This function parses command lines in the format* crashkernel=ramsize-range:size[,...][@offset]* The function returns 0 on success and -EINVAL on failure. |
parse_crashkernel_simple | That function parses "simple" (old) crashkernel command lines like* crashkernel=size[@offset]* It returns 0 on success and -EINVAL on failure. |
parse_crashkernel_suffix | That function parses "suffix" crashkernel command lines like* crashkernel=size,[high|low]* It returns 0 on success and -EINVAL on failure. |
set_buf_size | |
setup_elfcorehdr | lfcorehdr= specifies the location of elf core header stored by the crashed* kernel. This option will be passed by kexec loader to the capture kernel.* Syntax: elfcorehdr=[size[KMG]@]offset[KMG] |
early_initrd | |
page_counter_memparse | page_counter_memparse - memparse() for page counter limits*@buf: string to parse*@max: string meaning maximum possible value*@nr_pages: returns the result in number of pages* Returns -EINVAL, or 0 and @nr_pages on success. @nr_pages will be |
parse_subpart | |
parse_reservelow | |
log_buf_len_setup | save requested log_buf_len since it's too early to process it |
hugetlb_default_setup | |
param_set_bufsize |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |