Searched refs:TAIL_SIZE (Results 1 – 2 of 2) sorted by relevance
74 #define TAIL_SIZE 80 in do_patch_rkimg() macro90 char tail[TAIL_SIZE]; in do_patch_rkimg()114 if (lseek(fd_img, offset + size - TAIL_SIZE, SEEK_SET) < 0) { in do_patch_rkimg()116 offset + size - TAIL_SIZE, strerror(errno)); in do_patch_rkimg()121 while (len != TAIL_SIZE) { in do_patch_rkimg()122 ret = read(fd_img, tail + len, TAIL_SIZE - len); in do_patch_rkimg()132 tail[TAIL_SIZE - 1] = '\0'; in do_patch_rkimg()
24 #define TAIL_SIZE 32 /* random tail-room */ macro45 data_len = SKB_SIZE - (HEAD_SIZE + TAIL_SIZE); in test_blackholedev_init()