Home
last modified time | relevance | path

Searched refs:buff_size (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dtrace.c14 size_t *buff_ptr, size_t *buff_size) in get_args() argument
19 *buff_size = env_get_ulong("profsize", 16, 0); in get_args()
21 *buff_size); in get_args()
24 *buff_size = simple_strtoul(argv[3], NULL, 16); in get_args()
26 *buff_size); in get_args()
34 size_t buff_size, avail, buff_ptr, used; in create_func_list() local
39 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_func_list()
42 avail = buff_size - buff_ptr; in create_func_list()
50 env_set_hex("profsize", buff_size); in create_func_list()
58 size_t buff_size, avail, buff_ptr, used; in create_call_list() local
[all …]
/rk3399_rockchip-uboot/lib/
H A Dtrace.c147 int trace_list_functions(void *buff, int buff_size, unsigned int *needed) in trace_list_functions() argument
154 end = buff ? buff + buff_size : NULL; in trace_list_functions()
191 int trace_list_calls(void *buff, int buff_size, unsigned *needed) in trace_list_calls() argument
198 end = buff ? buff + buff_size : NULL; in trace_list_calls()
280 size_t buff_size) in trace_init() argument
311 if (needed > buff_size) { in trace_init()
313 buff_size, needed); in trace_init()
324 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()
338 size_t buff_size = CONFIG_TRACE_EARLY_SIZE; in trace_early_init() local
347 if (needed > buff_size) { in trace_early_init()
[all …]
/rk3399_rockchip-uboot/include/
H A Dtrace.h61 int trace_list_functions(void *buff, int buff_size, unsigned *needed);
81 int trace_list_calls(void *buff, int buff_size, unsigned int *needed);
103 int trace_init(void *buff, size_t buff_size);
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_guts.c3188 const YCHAR *oh_name, int buff_size) in yaffs_load_name_from_oh() argument
3196 int n = buff_size - 1; in yaffs_load_name_from_oh()
3204 yaffs_strncpy(name, oh_name + 1, buff_size - 1); in yaffs_load_name_from_oh()
3211 yaffs_strncpy(name, oh_name, buff_size - 1); in yaffs_load_name_from_oh()