Searched refs:atags_position (Results 1 - 1 of 1) sorted by relevance

/system/core/fastbootd/commands/
H A Dboot.c148 unsigned *create_atags(unsigned *atags_position, int atag_size, const struct boot_img_hdr *hdr, int *size) { argument
149 struct atag *current_tag = (struct atag *) atags_position;
150 unsigned *current_tag_raw = atags_position;
174 if (current_tag_raw >= atags_position + atag_size) {

Completed in 22 milliseconds