Home
last modified time | relevance | path

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

/freebsd-14-stable/tests/sys/mac/bsdextended/
HDugidfw_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-14-stable/usr.sbin/iscsid/
HDlogin.c220 const char *errorstr; in login_receive() local
248 errorstr = login_target_error_str(bhslr->bhslr_status_class, in login_receive()
250 fail(conn, errorstr); in login_receive()
251 log_errx(1, "target returned error: %s", errorstr); in login_receive()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.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-14-stable/sys/contrib/openzfs/module/zfs/
HDdsl_destroy.c661 const char *errorstr = NULL; in dsl_destroy_snapshots_nvl() local
662 (void) nvlist_lookup_string(result, ZCP_RET_ERROR, &errorstr); in dsl_destroy_snapshots_nvl()
663 if (errorstr != NULL) { in dsl_destroy_snapshots_nvl()
664 zfs_dbgmsg("%s", errorstr); in dsl_destroy_snapshots_nvl()