Searched refs:MAXIMGSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dsd-GENERIC.c44 /* MAXIMGSIZE = 1.4 * 1024 * 1024 bytes */
47 #define MAXIMGSIZE ((unsigned int)(1468006)) macro
70 if (verifier->imgsize > MAXIMGSIZE) {
75 verifier->imgfile, MAXIMGSIZE);

Completed in 51 milliseconds