Searched refs:print_errors (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 134 print_errors(const char *func, http_handle_t handle) in print_errors() function 350 print_errors("http_read_body", handle); in read_bytes() 422 print_errors("http_process_part_headers", handle); in read_digest() 506 print_errors("http_read_body", handle); in write_msg_to_ramdisk() 642 print_errors("http_srv_init", NULL); in establish_http_connection() 656 print_errors("http_set_random_file", *handlep); in establish_http_connection() 668 print_errors( in establish_http_connection() 692 print_errors("http_set_client_certificate_file", in establish_http_connection() 700 print_errors("http_set_private_key_file", in establish_http_connection() 714 print_errors("http_set_password", *handlep); in establish_http_connection() [all …]
|
/titanic_41/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 745 int print_errors; in bePrintErrors() local 747 if (!PyArg_ParseTuple(args, "i", &print_errors) || in bePrintErrors() 748 (print_errors != 1 && print_errors != 0)) in bePrintErrors() 750 libbe_print_errors(print_errors == 1); in bePrintErrors()
|