Searched refs:log_str (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 1257 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() argument 1269 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_destroy() 1456 const char *log_str) in zpool_export_common() argument 1467 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_export_common() 1489 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export() argument 1491 return (zpool_export_common(zhp, force, B_FALSE, log_str)); in zpool_export() 1495 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force() argument 1497 return (zpool_export_common(zhp, B_TRUE, B_TRUE, log_str)); in zpool_export_force()
|