Lines Matching refs:nvl_keys
7347 boolean_t allow_log, const zfs_ioc_key_t *nvl_keys, size_t num_keys) in zfs_ioctl_register() argument
7366 vec->zvec_nvl_keys = nvl_keys; in zfs_ioctl_register()
7775 const zfs_ioc_key_t *nvl_keys = vec->zvec_nvl_keys; in zfs_check_input_nvpairs() local
7792 if ((nvl_keys[k].zkey_flags & ZK_WILDCARDLIST) == 0 && in zfs_check_input_nvpairs()
7793 strcmp(nvl_keys[k].zkey_name, name) != 0) in zfs_check_input_nvpairs()
7798 if (nvl_keys[k].zkey_type != DATA_TYPE_ANY && in zfs_check_input_nvpairs()
7799 nvl_keys[k].zkey_type != type) { in zfs_check_input_nvpairs()
7803 if (nvl_keys[k].zkey_flags & ZK_OPTIONAL) in zfs_check_input_nvpairs()
7820 if (nvl_keys[k].zkey_flags & ZK_OPTIONAL) in zfs_check_input_nvpairs()
7823 if (nvl_keys[k].zkey_flags & ZK_WILDCARDLIST) { in zfs_check_input_nvpairs()
7830 if (!nvlist_exists(innvl, nvl_keys[k].zkey_name)) in zfs_check_input_nvpairs()