Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/usr.sbin/iscsid/
H A Dlogin.c223 const char *errorstr; in login_receive() local
250 errorstr = login_target_error_str(bhslr->bhslr_status_class, in login_receive()
252 fail(conn, errorstr); in login_receive()
253 log_errx(1, "target returned error: %s", errorstr); in login_receive()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_destroy.c594 char *errorstr = NULL; in dsl_destroy_snapshots_nvl() local
595 (void) nvlist_lookup_string(result, ZCP_RET_ERROR, &errorstr); in dsl_destroy_snapshots_nvl()
596 if (errorstr != NULL) { in dsl_destroy_snapshots_nvl()
597 zfs_dbgmsg(errorstr); in dsl_destroy_snapshots_nvl()