Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1354 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() argument
1366 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_destroy()
1541 const char *log_str) in zpool_export_common() argument
1552 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_export_common()
1574 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export() argument
1576 return (zpool_export_common(zhp, force, B_FALSE, log_str)); in zpool_export()
1580 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force() argument
1582 return (zpool_export_common(zhp, B_TRUE, B_TRUE, log_str)); in zpool_export_force()