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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dlibfdt-wrapper.c31 #define BAD_ERROR(err) (((err) < 0) \ macro
37 if (BAD_ERROR(err) || ((err < 0) && DEBUG)) \
40 if (BAD_ERROR(err)) \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c98 #define BAD_ERROR(s, args...) \ macro
455 BAD_ERROR("Out of memory in queue_init\n");
578 BAD_ERROR("Out of memory in cache_init\n");
669 BAD_ERROR("Out of memory in cache_get\n");
870 BAD_ERROR("mangle2:: %s compress failed with error "
942 BAD_ERROR("Out of memory in inode table reallocation!\n");
1025 BAD_ERROR("Lseek on destination failed because %s\n",
1029 BAD_ERROR("Write on destination failed\n");
1049 BAD_ERROR("Out of memory in inode table "
1088 BAD_ERROR("Ou
[all...]
H A Dpseudo.c57 #define BAD_ERROR(s, args...) \ macro
119 BAD_ERROR("failed to allocate pseudo file\n");
136 BAD_ERROR("failed to allocate pseudo file\n");
306 BAD_ERROR("Failed to realloc pseudo_file\n");
438 BAD_ERROR("Failed to create pseudo_dev\n");

Completed in 177 milliseconds