Searched refs:print_errors (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 135 print_errors(const char *func, http_handle_t handle) in print_errors() function 351 print_errors("http_read_body", handle); in read_bytes() 423 print_errors("http_process_part_headers", handle); in read_digest() 507 print_errors("http_read_body", handle); in write_msg_to_ramdisk() 643 print_errors("http_srv_init", NULL); in establish_http_connection() 657 print_errors("http_set_random_file", *handlep); in establish_http_connection() 669 print_errors( in establish_http_connection() 693 print_errors("http_set_client_certificate_file", in establish_http_connection() 701 print_errors("http_set_private_key_file", in establish_http_connection() 715 print_errors("http_set_password", *handlep); in establish_http_connection() [all …]
|
/onnv-gate/usr/src/lib/libparted/common/lib/ |
H A D | getopt.c | 356 int print_errors = d->opterr; in _getopt_internal_r() local 358 print_errors = 0; in _getopt_internal_r() 526 if (print_errors) in _getopt_internal_r() 569 if (print_errors) in _getopt_internal_r() 636 if (print_errors) in _getopt_internal_r() 687 if (print_errors) in _getopt_internal_r() 753 if (print_errors) in _getopt_internal_r() 821 if (print_errors) in _getopt_internal_r() 892 if (print_errors) in _getopt_internal_r() 932 if (print_errors) in _getopt_internal_r() [all …]
|
/onnv-gate/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 744 int print_errors; in bePrintErrors() local 746 if (!PyArg_ParseTuple(args, "i", &print_errors) || in bePrintErrors() 747 (print_errors != 1 && print_errors != 0)) in bePrintErrors() 749 libbe_print_errors(print_errors == 1); in bePrintErrors()
|