Home
last modified time | relevance | path

Searched refs:numValues (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dyaffs2.c160 ulong numValues; in do_ywr() local
169 numValues = simple_strtoul(argv[3], NULL, 16); in do_ywr()
171 printf("Writing value (%lx) %lx times to %s... ", value, numValues, in do_ywr()
174 cmd_yaffs_write_file(filename, value, numValues); in do_ywr()