Lines Matching refs:simple_strtoul
235 buffer = (void *)simple_strtoul(argv[2], NULL, 16);
236 offset = simple_strtoul(argv[3], NULL, 10);
237 size = simple_strtoul(argv[4], NULL, 10);
241 buffer = (void *)simple_strtoul(argv[2], NULL, 16);
242 offset = simple_strtoul(argv[3], NULL, 10);
243 size = simple_strtoul(argv[4], NULL, 10);
247 buffer = (void *)simple_strtoul(argv[2], NULL, 16);
248 offset = simple_strtoul(argv[3], NULL, 10);
249 size = simple_strtoul(argv[4], NULL, 10);
253 buffer = (void *)simple_strtoul(argv[2], NULL, 16);
254 offset = simple_strtoul(argv[3], NULL, 10);
255 size = simple_strtoul(argv[4], NULL, 10);
261 offset = simple_strtoul(argv[2], NULL, 10);
262 size = simple_strtoul(argv[3], NULL, 10);
269 index = simple_strtoul(argv[2], NULL, 10);
276 node = simple_strtoul(argv[2], NULL, 10);