Home
last modified time | relevance | path

Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ee/
H A Dee.c778 struct text *temp_buff; local
829 temp_buff = curr_line->next_line;
831 if (temp_buff->next_line != NULL)
833 curr_line->next_line = temp_buff->next_line;
834 temp2 = temp_buff->line;
842 while (temp_pos < temp_buff->line_length)
851 free(temp_buff->line);
852 free(temp_buff);
853 temp_buff = curr_line;
863 temp_buff = temp_buff->next_line;
[all …]
/freebsd-13.1/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1853 struct cudbg_buffer temp_buff; in collect_dump_context() local
1942 temp_buff.size = bytes; in collect_dump_context()
1943 temp_buff.data = (void *)((char *)scratch_buff.data + in collect_dump_context()
1946 rc = compress_buff(&temp_buff, dbg_buff); in collect_dump_context()