Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c60 report_error("BAD ARGUMENT"); in cmd_addbytes()
93 report_error("BAD ARGUMENT"); in cmd_addchnstr()
123 report_error("BAD ARGUMENT"); in cmd_addnstr()
173 report_error("BAD ARGUMENT"); in cmd_attr_off()
192 report_error("BAD ARGUMENT"); in cmd_attr_on()
212 report_error("BAD ARGUMENT"); in cmd_attr_set()
218 report_error("BAD ARGUMENT"); in cmd_attr_set()
237 report_error("BAD ARGUMENT"); in cmd_attroff()
256 report_error("BAD ARGUMENT"); in cmd_attron()
275 report_error("BAD ARGUMENT"); in cmd_attrset()
[all …]
H A Dcommands.c157 report_error(const char *status) in report_error() function
238 report_error("INCORRECT_ARGUMENT_NUMBER"); in check_arg_count()
H A Dslave.h41 void report_error(const char *);
/freebsd-13.1/tools/regression/kgssapi/
H A Dgsstest.c139 report_error(mech_type, maj_stat, min_stat); in main()
148 report_error(mech_type, maj_stat, min_stat); in main()
156 report_error(mech_type, maj_stat, min_stat); in main()
183 report_error(mech_type, maj_stat, min_stat); in main()
194 report_error(mech_type, res.maj_stat, in main()
210 report_error(mech_type, maj_stat, min_stat); in main()
227 report_error(mech_type, maj_stat, min_stat); in main()
236 report_error(mech_type, maj_stat, min_stat); in main()
253 report_error(mech_type, maj_stat, min_stat); in main()
263 report_error(mech_type, maj_stat, min_stat); in main()
[all …]
/freebsd-13.1/sys/kgssapi/
H A Dgsstest.c158 report_error(mech_type, maj_stat, min_stat);
242 report_error(mech, maj_stat, min_stat); in gsstest_1()
251 report_error(mech, maj_stat, min_stat); in gsstest_1()
265 report_error(mech, maj_stat, min_stat); in gsstest_1()
291 report_error(mech, maj_stat, min_stat); in gsstest_1()
347 report_error(mech_type, maj_stat, min_stat); in gsstest_1()
354 report_error(mech_type, maj_stat, min_stat); in gsstest_1()
363 report_error(mech_type, maj_stat, min_stat); in gsstest_1()
370 report_error(mech_type, maj_stat, min_stat); in gsstest_1()
486 report_error(mech_type, maj_stat, min_stat); in gsstest_2()
[all …]
/freebsd-13.1/usr.bin/dtc/
H A Dchecking.cc69 report_error(errmsg.c_str()); in check_node()
107 report_error("Missing #address-cells property"); in check_node()
111 report_error("Missing #size-cells property"); in check_node()
149 checker::report_error(const char *errmsg) in report_error() function in dtc::fdt::checking::checker
172 report_error("property check failed"); in check_property()
H A Dchecking.hh76 void report_error(const char *errmsg);
H A Dinput_buffer.hh513 void report_error(const char *msg) in report_error() function in dtc::text_input_buffer::source_location
H A Dinput_buffer.cc249 loc.report_error("Unable to locate input file"); in handle_include()
707 expression::loc.report_error("Division by zero"); in operator ()()
H A Dfdt.cc508 loc.report_error("Syntax error, expected '\"' to terminate /incbin/("); in property()
/freebsd-13.1/lib/libkvm/
H A Dkvm_pcpu.c211 _kvm_dpcpu_setcpu(kvm_t *kd, u_int cpu, int report_error) in _kvm_dpcpu_setcpu() argument
215 if (report_error) in _kvm_dpcpu_setcpu()
221 if (report_error) in _kvm_dpcpu_setcpu()
227 if (report_error) in _kvm_dpcpu_setcpu()
/freebsd-13.1/tools/regression/rpcsec_gss/
H A Drpctest.c228 report_error(gss_OID mech, OM_uint32 maj, OM_uint32 min)
330 report_error(mech_oid, maj_stat, min_stat); in test_server()
336 report_error(mech_oid, maj_stat, min_stat); in test_server()
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tls.c2318 goto report_error; in do_rx_data_tls()
2324 goto report_error; in do_rx_data_tls()
2333 goto report_error; in do_rx_data_tls()
2347 goto report_error; in do_rx_data_tls()
2358 report_error: in do_rx_data_tls()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c2437 report_error(svn_revnum_t revision, in report_error() function
2536 SVN_ERR(report_error(SVN_INVALID_REVNUM, err, verify_callback, in svn_repos_verify_fs3()
2557 SVN_ERR(report_error(rev, err, verify_callback, verify_baton, in svn_repos_verify_fs3()
/freebsd-13.1/contrib/wpa/src/eap_server/
H A Deap_server.c886 goto report_error; in SM_STATE()
986 report_error: in SM_STATE()
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2682 show_import(nvlist_t *config, boolean_t report_error) in show_import() argument
2718 if (reason != ZPOOL_STATUS_OK && !report_error) in show_import()