Searched refs:CONTAINER_HDR_SZ (Results 1 – 2 of 2) sorted by relevance
95 return CONTAINER_HDR_SZ; in parse_container()99 eq = (struct equiv_cpu_entry *)(buf + CONTAINER_HDR_SZ); in parse_container()104 buf += hdr[2] + CONTAINER_HDR_SZ; in parse_container()105 size -= hdr[2] + CONTAINER_HDR_SZ; in parse_container()569 memcpy(equiv_cpu_table, buf + CONTAINER_HDR_SZ, size); in install_equiv_cpu_table()572 return size + CONTAINER_HDR_SZ; in install_equiv_cpu_table()
12 #define CONTAINER_HDR_SZ 12 macro