Lines Matching refs:pabort
27 static void pabort(const char *s) in pabort() function
101 pabort("malformed input string"); in unescape()
143 pabort("can't send spi message"); in transfer()
151 pabort("could not open output file"); in transfer()
155 pabort("not all bytes written to output file"); in transfer()
305 pabort("can't allocate tx buffer"); in transfer_escaped_string()
309 pabort("can't allocate rx buffer"); in transfer_escaped_string()
326 pabort("can't stat input file"); in transfer_file()
330 pabort("can't open input file"); in transfer_file()
334 pabort("can't allocate tx buffer"); in transfer_file()
338 pabort("can't allocate rx buffer"); in transfer_file()
342 pabort("failed to read input file"); in transfer_file()
375 pabort("can't allocate tx buffer"); in transfer_buf()
381 pabort("can't allocate rx buffer"); in transfer_buf()
410 pabort("can't open device"); in main()
417 pabort("can't set spi mode"); in main()
421 pabort("can't get spi mode"); in main()
428 pabort("can't set bits per word"); in main()
432 pabort("can't get bits per word"); in main()
439 pabort("can't set max speed hz"); in main()
443 pabort("can't get max speed hz"); in main()
450 pabort("only one of -p and --input may be selected"); in main()