MCPcopy Create free account
hub / github.com/coreboot/coreboot / buffer_size

Function buffer_size

util/cbfstool/common.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static inline size_t buffer_size(const struct buffer *b)
47{
48 return b->size;
49}
50
51static inline size_t buffer_offset(const struct buffer *b)
52{

Callers 15

get_fpt_buffFunction · 0.85
read_fpt_entriesFunction · 0.85
write_partition_to_fileFunction · 0.85
qualcomm_find_hashFunction · 0.85
mediatek_find_hashFunction · 0.85
bzp_add_kernelFunction · 0.85
bzp_init_outputFunction · 0.85
bzp_output_segmentFunction · 0.85
parse_bzImage_to_payloadFunction · 0.85
shrink_bufferFunction · 0.85
cmd_clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected