Searched refs:errorstr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/tests/sys/mac/bsdextended/
H A Dugidfw_test.c148 char errorstr[256]; local
171 sizeof(errorstr), errorstr);
174 "failed: %s\n", test_num, test_strings[i], i, errorstr);
199 char errorstr[256]; local
234 count = bsde_get_rule_count(sizeof(errorstr), errorstr);
237 errorstr);
243 slots = bsde_get_rule_slots(sizeof(errorstr), errorstr);
[all...]
/freebsd-current/usr.sbin/iscsid/
H A Dlogin.c219 const char *errorstr; local
247 errorstr = login_target_error_str(bhslr->bhslr_status_class,
249 fail(conn, errorstr);
250 log_errx(1, "target returned error: %s", errorstr);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp808 std::string errorstr = command; local
809 errorstr += ":\n";
810 errorstr += str;
811 error.SetErrorString(errorstr);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c663 const char *errorstr = NULL; local
664 (void) nvlist_lookup_string(result, ZCP_RET_ERROR, &errorstr);
665 if (errorstr != NULL) {
666 zfs_dbgmsg("%s", errorstr);

Completed in 110 milliseconds