Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h335 uint64_t zc_history; /* really (char *) */ member
/titanic_44/usr/src/lib/pyzfs/common/
H A Dioctl.c67 zc->zc_history = (uint64_t)(uintptr_t)cmdstr; in ioctl_with_cmdstr()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1189 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_destroy()
1338 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_export_common()
3563 zc.zc_history = (uint64_t)(uintptr_t)buf; in get_history()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c296 if (zc->zc_history == NULL) in history_str_get()
300 if (copyinstr((void *)(uintptr_t)zc->zc_history, in history_str_get()
1801 (void *)(uintptr_t)zc->zc_history, in zfs_ioc_pool_get_history()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c4912 if (zc.zc_history != 0) { in show_zfs_ioc()
4914 (u_longlong_t)zc.zc_history); in show_zfs_ioc()