Lines Matching +full:n +full:- +full:th
10 * 1. A string representing an IP-address: stored at id=1, data="192.168.1.1"
23 * At the 10th reboot the string item with id=4 is deleted (or marked for
26 * At the 11th reboot the string item with id=4 can no longer be read with the
30 * At the 78th reboot the first sector is full and a new sector is taken into
37 * SPDX-License-Identifier: Apache-2.0
83 printk("Flash device %s is not ready\n", fs.flash_device->name); in main()
89 printk("Unable to get page info, rc=%d\n", rc); in main()
97 printk("Flash Init failed, rc=%d\n", rc); in main()
107 printk("Id: %d, Address: %s\n", ADDRESS_ID, buf); in main()
110 printk("No address found, adding %s at id %d\n", buf, in main()
119 for (int n = 0; n < 8; n++) { in main() local
120 printk("%x ", key[n]); in main()
122 printk("\n"); in main()
124 printk("No key found, adding it at id %d\n", KEY_ID); in main()
140 printk("Id: %d, Reboot_counter: %d\n", in main()
143 printk("No Reboot counter found, adding it at id %d\n", in main()
155 printk("Id: %d, Data: %s\n", in main()
164 printk("Id: %d not found, adding it\n", in main()
178 for (int n = 0; n < sizeof(longarray); n++) { in main() local
179 printk("%x ", longarray[n]); in main()
181 printk("\n"); in main()
185 printk("Longarray not found, adding it as id %d\n", in main()
187 for (int n = 0; n < sizeof(longarray); n++) { in main() local
188 longarray[n] = n; in main()
218 printk("\n Error, no Reboot counter"); in main()
226 cnt--; in main()
228 printk("\n"); in main()
234 printk("Doing last reboot...\n"); in main()
239 printk("Reboot counter reached max value.\n"); in main()
240 printk("Reset to 0 and exit test.\n"); in main()