Lines Matching refs:test
173 char test[ sizeof ( ipxe_magic ) - 1 /* NUL */
177 if ( image->len < sizeof ( test ) ) {
183 copy_from_user ( test, image->data, 0, sizeof ( test ) );
184 if ( ! ( ( ( memcmp ( test, ipxe_magic, sizeof ( test ) - 1 ) == 0 ) ||
185 ( memcmp ( test, gpxe_magic, sizeof ( test ) - 1 ) == 0 )) &&
186 isspace ( test[ sizeof ( test ) - 1 ] ) ) ) {