Searched refs:log_str (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_pool.c | 1223 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() argument 1235 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_destroy() 1373 const char *log_str) in zpool_export_common() argument 1384 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_export_common() 1406 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export() argument 1408 return (zpool_export_common(zhp, force, B_FALSE, log_str)); in zpool_export() 1412 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force() argument 1414 return (zpool_export_common(zhp, B_TRUE, B_TRUE, log_str)); in zpool_export_force()
|