Searched refs:bts_hdr (Results 1 – 2 of 2) sorted by relevance
286 const struct bts_header *bts_hdr; in do_pr() local297 bts_hdr = (const struct bts_header *)buffer; in do_pr()299 if (is_valid_bts(bts_hdr)) { in do_pr()302 bts_hdr->metadata_len; in do_pr()
1666 #define is_valid_bts(bts_hdr) \ argument1667 (((bts_hdr)->guid_h == GBS_GUID_H) && \1668 ((bts_hdr)->guid_l == GBS_GUID_L))