Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ buffer_get
Function
buffer_get
util/cbfstool/common.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
};
40
41
static inline void *buffer_get(const struct buffer *b)
42
{
43
return b->data;
44
}
45
46
static inline size_t buffer_size(const struct buffer *b)
47
{
Callers
15
get_fpt_buff
Function · 0.85
qualcomm_find_hash_mbnv7
Function · 0.85
qualcomm_find_hash
Function · 0.85
mediatek_find_hash
Function · 0.85
write_member
Function · 0.85
read_member
Function · 0.85
bzp_add_kernel
Function · 0.85
bzp_output_segment
Function · 0.85
elog_read
Function · 0.85
next_available_event_offset
Function · 0.85
shrink_buffer
Function · 0.85
cmd_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected