MCPcopy 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
41static inline void *buffer_get(const struct buffer *b)
42{
43 return b->data;
44}
45
46static inline size_t buffer_size(const struct buffer *b)
47{

Callers 15

get_fpt_buffFunction · 0.85
qualcomm_find_hash_mbnv7Function · 0.85
qualcomm_find_hashFunction · 0.85
mediatek_find_hashFunction · 0.85
write_memberFunction · 0.85
read_memberFunction · 0.85
bzp_add_kernelFunction · 0.85
bzp_output_segmentFunction · 0.85
elog_readFunction · 0.85
shrink_bufferFunction · 0.85
cmd_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected