Searched refs:errorstr (Results 1 – 4 of 4) sorted by relevance
/freebsd/tests/sys/mac/bsdextended/ |
H A D | ugidfw_test.c | 148 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 D | login.c | 219 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 D | SymbolLocatorDebugSymbols.cpp | 812 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 D | dsl_destroy.c | 663 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()
|