Searched refs:errorstr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/tests/sys/mac/bsdextended/ |
| H A D | ugidfw_test.c | 150 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 D | login.c | 222 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 D | dsl_destroy.c | 654 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()
|