Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/mac/bsdextended/
H A Dugidfw_test.c150 char errorstr[256]; in test_libugidfw_strings() local
173 sizeof(errorstr), errorstr); in test_libugidfw_strings()
176 "failed: %s\n", test_num, test_strings[i], i, errorstr); in test_libugidfw_strings()
201 char errorstr[256]; in main() local
236 count = bsde_get_rule_count(sizeof(errorstr), errorstr); in main()
239 errorstr); in main()
245 slots = bsde_get_rule_slots(sizeof(errorstr), errorstr); in main()
248 errorstr); in main()
/freebsd-13.1/usr.sbin/iscsid/
H A Dlogin.c222 const char *errorstr; in login_receive() local
249 errorstr = login_target_error_str(bhslr->bhslr_status_class, in login_receive()
251 fail(conn, errorstr); in login_receive()
252 log_errx(1, "target returned error: %s", errorstr); in login_receive()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c654 char *errorstr = NULL; in dsl_destroy_snapshots_nvl() local
655 (void) nvlist_lookup_string(result, ZCP_RET_ERROR, &errorstr); in dsl_destroy_snapshots_nvl()
656 if (errorstr != NULL) { in dsl_destroy_snapshots_nvl()
657 zfs_dbgmsg("%s", errorstr); in dsl_destroy_snapshots_nvl()