Searched refs:ZK_OPTIONAL (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zfs_ioctl.c | 3083 {ZPOOL_VDEV_PROPS_GET_PROPS, DATA_TYPE_NVLIST, ZK_OPTIONAL} 3370 {"props", DATA_TYPE_NVLIST, ZK_OPTIONAL}, 3371 {"hidden_args", DATA_TYPE_NVLIST, ZK_OPTIONAL}, 3510 {"props", DATA_TYPE_NVLIST, ZK_OPTIONAL}, 3511 {"hidden_args", DATA_TYPE_NVLIST, ZK_OPTIONAL}, 3567 {"props", DATA_TYPE_NVLIST, ZK_OPTIONAL}, 3691 {"<keys>", DATA_TYPE_ANY, ZK_OPTIONAL | ZK_WILDCARDLIST}, 3791 {"defer", DATA_TYPE_BOOLEAN, ZK_OPTIONAL}, 3865 {"<property>...", DATA_TYPE_BOOLEAN, ZK_WILDCARDLIST | ZK_OPTIONAL}, 3952 {"sync", DATA_TYPE_BOOLEAN_VALUE, ZK_OPTIONAL}, [all …]
|
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/ |
| HD | zfs_ioctl_impl.h | 64 ZK_OPTIONAL = 1 << 0, /* pair is optional */ enumerator
|