Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h352 uint64_t zc_history; /* really (char *) */ member
/titanic_50/usr/src/lib/pyzfs/common/
H A Dioctl.c68 zc->zc_history = (uint64_t)(uintptr_t)cmdstr; in ioctl_with_cmdstr()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1204 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_destroy()
1353 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_export_common()
3579 zc.zc_history = (uint64_t)(uintptr_t)buf; in get_history()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c299 if (zc->zc_history == NULL) in history_str_get()
303 if (copyinstr((void *)(uintptr_t)zc->zc_history, in history_str_get()
1804 (void *)(uintptr_t)zc->zc_history, in zfs_ioc_pool_get_history()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c4928 if (zc.zc_history != 0) { in show_zfs_ioc()
4930 (u_longlong_t)zc.zc_history); in show_zfs_ioc()