Home
last modified time | relevance | path

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

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