Lines Matching refs:EXIT_FAILURE

73 		err(EXIT_FAILURE, "failed to allocate memory for imc_t");  in mcb_imc_init()
77 errx(EXIT_FAILURE, "failed to restore memory " in mcb_imc_init()
92 errx(EXIT_FAILURE, "failed to decode address 0x%" PRIx64 in mcb_imc_decode_pa()
114 err(EXIT_FAILURE, "failed to allocate memory for zen_umc_t"); in mcb_umc_init()
118 errx(EXIT_FAILURE, "failed to restore memory " in mcb_umc_init()
135 errx(EXIT_FAILURE, "failed to decode address 0x%" PRIx64 in mcb_umc_decode_pa()
177 err(EXIT_FAILURE, "failed to open %s", file); in mcdecode_from_file()
181 err(EXIT_FAILURE, "failed to get file information for %s", in mcdecode_from_file()
188 err(EXIT_FAILURE, "failed to map %s", file); in mcdecode_from_file()
193 errc(EXIT_FAILURE, ret, "failed to unpack %s", file); in mcdecode_from_file()
197 err(EXIT_FAILURE, "failed to unmap %s", file); in mcdecode_from_file()
201 err(EXIT_FAILURE, "failed to close fd for %s", file); in mcdecode_from_file()
205 errx(EXIT_FAILURE, "missing driver indication in dump %s", in mcdecode_from_file()
220 errx(EXIT_FAILURE, "unknown driver dump source %s\n", driver); in mcdecode_from_file()
233 err(EXIT_FAILURE, "failed to open %s", device); in mcdecode_pa()
237 err(EXIT_FAILURE, "failed to issue decode ioctl"); in mcdecode_pa()
243 exit(EXIT_FAILURE); in mcdecode_pa()
298 err(EXIT_FAILURE, "failed to open %s", device); in mcdecode_dump()
303 err(EXIT_FAILURE, "failed to get decode snapshot information"); in mcdecode_dump()
307 err(EXIT_FAILURE, "failed to allocate %u bytes for the " in mcdecode_dump()
312 err(EXIT_FAILURE, "failed to retrieve decode snapshot"); in mcdecode_dump()
317 err(EXIT_FAILURE, "failed to create output file %s", outfile); in mcdecode_dump()
329 exit(EXIT_FAILURE); in mcdecode_dump()
339 exit(EXIT_FAILURE); in mcdecode_dump()
363 errx(EXIT_FAILURE, "failed to parse address " in main()
389 errx(EXIT_FAILURE, "-f and -w cannot be used together"); in main()
393 errx(EXIT_FAILURE, "-w and -d cannot be used together"); in main()
403 errx(EXIT_FAILURE, "missing device argument"); in main()