Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtrace.c13 size_t *buff_ptr, size_t *buff_size) in get_args() argument
18 *buff_size = env_get_ulong("profsize", 16, 0); in get_args()
20 *buff_size); in get_args()
23 *buff_size = simple_strtoul(argv[3], NULL, 16); in get_args()
25 *buff_size); in get_args()
33 size_t buff_size, avail, buff_ptr, used; in create_func_list() local
38 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_func_list()
41 avail = buff_size - buff_ptr; in create_func_list()
49 env_set_hex("profsize", buff_size); in create_func_list()
57 size_t buff_size, avail, buff_ptr, used; in create_call_list() local
[all …]
/openbmc/u-boot/lib/
H A Dtrace.c146 int trace_list_functions(void *buff, int buff_size, unsigned int *needed) in trace_list_functions() argument
153 end = buff ? buff + buff_size : NULL; in trace_list_functions()
190 int trace_list_calls(void *buff, int buff_size, unsigned *needed) in trace_list_calls() argument
197 end = buff ? buff + buff_size : NULL; in trace_list_calls()
279 size_t buff_size) in trace_init() argument
310 if (needed > buff_size) { in trace_init()
312 buff_size, needed); in trace_init()
323 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()
337 size_t buff_size = CONFIG_TRACE_EARLY_SIZE; in trace_early_init() local
346 if (needed > buff_size) { in trace_early_init()
[all …]
/openbmc/u-boot/include/
H A Dtrace.h60 int trace_list_functions(void *buff, int buff_size, unsigned *needed);
80 int trace_list_calls(void *buff, int buff_size, unsigned int *needed);
102 int trace_init(void *buff, size_t buff_size);
/openbmc/ipmitool/lib/
H A Dipmi_tsol.c542 int buff_size = sizeof(buff); in ipmi_tsol_main() local
543 if ((sizeof(out_buff) - out_buff_fill + 4) < buff_size) { in ipmi_tsol_main()
544 buff_size = (sizeof(out_buff) - out_buff_fill) + 4; in ipmi_tsol_main()
545 if ((buff_size - 4) <= 0) { in ipmi_tsol_main()
546 buff_size = 0; in ipmi_tsol_main()
550 buff_size, 0, in ipmi_tsol_main()
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h90 uint64_t buff_size; member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3187 const YCHAR *oh_name, int buff_size) in yaffs_load_name_from_oh() argument
3195 int n = buff_size - 1; in yaffs_load_name_from_oh()
3203 yaffs_strncpy(name, oh_name + 1, buff_size - 1); in yaffs_load_name_from_oh()
3210 yaffs_strncpy(name, oh_name, buff_size - 1); in yaffs_load_name_from_oh()