Searched refs:print_errors (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c134 print_errors(const char *func, http_handle_t handle) function
350 print_errors("http_read_body", handle);
422 print_errors("http_process_part_headers", handle);
506 print_errors("http_read_body", handle);
642 print_errors("http_srv_init", NULL);
656 print_errors("http_set_random_file", *handlep);
668 print_errors(
692 print_errors("http_set_client_certificate_file",
700 print_errors("http_set_private_key_file",
714 print_errors("http_set_passwor
[all...]
/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c730 * print_errors - Boolean that turns library error
745 int print_errors; local
747 if (!PyArg_ParseTuple(args, "i", &print_errors) ||
748 (print_errors != 1 && print_errors != 0))
750 libbe_print_errors(print_errors == 1);

Completed in 62 milliseconds