Searched refs:filler (Results 1 – 1 of 1) sorted by relevance
112 static uint8_t filler[4096] = { 0, }; variable125 if (writex(fd, filler, s)) { in bootimage_write()135 if (writex(fd, filler, 4096 - (off & 4095))) return -1; in bootimage_write()
Completed in 3 milliseconds