Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h446 uint64_t zc_history; /* really (char *) */ member
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dioctl.c68 zc->zc_history = (uint64_t)(uintptr_t)cmdstr; in ioctl_with_cmdstr()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1366 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_destroy()
1552 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_export_common()
4338 zc.zc_history = (uint64_t)(uintptr_t)buf; in get_history()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c373 if (zc->zc_history == 0) in history_str_get()
377 if (copyinstr((void *)(uintptr_t)zc->zc_history, in history_str_get()
1884 (void *)(uintptr_t)zc->zc_history, in zfs_ioc_pool_get_history()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4722 if (zc.zc_history != 0) { in show_zfs_ioc()
4724 (u_longlong_t)zc.zc_history); in show_zfs_ioc()