/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 415 if (!nvlist_exists(db_nvl, pargp->ia_pname)) in ipmgmt_db_resetprop() 673 if (!IPADM_PRIV_NVP(name) && nvlist_exists(db_nvl, name)) in ipmgmt_db_update() 741 if (!nvlist_exists(db_nvl, IPADM_NVP_FAMILIES)) in ipmgmt_db_update_if() 744 if (nvlist_exists(db_nvl, IPADM_NVP_IFCLASS) && in ipmgmt_db_update_if() 866 if (nvlist_exists(db_nvl, IPADM_NVP_FAMILIES)) { in ipmgmt_db_resetif() 879 if (!nvlist_exists(db_nvl, IPADM_NVP_FAMILIES)) { in ipmgmt_db_resetif() 895 if (isv6 && (nvlist_exists(db_nvl, IPADM_NVP_IPV6ADDR) || in ipmgmt_db_resetif() 896 nvlist_exists(db_nvl, IPADM_NVP_INTFID))) { in ipmgmt_db_resetif() 900 (nvlist_exists(db_nvl, IPADM_NVP_IPV4ADDR) || in ipmgmt_db_resetif() 901 nvlist_exists(db_nvl, IPADM_NVP_DHCP))) { in ipmgmt_db_resetif() [all …]
|
H A D | ipmgmt_door.c | 250 if (nvlist_exists(nvl, IPADM_NVP_IPV4ADDR)) { in i_ipmgmt_nvl2aobjnode() 264 if (!nvlist_exists(nvl, IPADM_NVP_REQHOST)) { in i_ipmgmt_nvl2aobjnode() 276 } else if (nvlist_exists(nvl, IPADM_NVP_IPV6ADDR)) { in i_ipmgmt_nvl2aobjnode() 316 if (nvlist_exists(nvl, IPADM_NVP_LIFNUM)) in i_ipmgmt_nvl2aobjnode()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 278 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_CAN_RDONLY)) in check_status() 398 if (nvlist_exists(feat, ZPOOL_CONFIG_ENABLED_FEAT)) in check_status() 408 if (!nvlist_exists(feat, fi->fi_guid)) in check_status()
|
H A D | libzfs_crypto.c | 912 if (!nvlist_exists(pool_props, "feature@encryption")) { in zfs_crypto_create() 1032 if (nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_KEYFORMAT)) || in zfs_crypto_clone_check() 1033 nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_KEYLOCATION)) || in zfs_crypto_clone_check() 1034 nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_ENCRYPTION)) || in zfs_crypto_clone_check() 1035 nvlist_exists(props, zfs_prop_to_name(ZFS_PROP_PBKDF2_ITERS))) { in zfs_crypto_clone_check()
|
H A D | libzfs_sendrecv.c | 1350 exclude = !nvlist_exists(snapprops, "is_clone_origin"); in dump_snapshot() 1543 if (!nvlist_exists(parent_nv, "sent")) { in dump_filesystems() 1554 !nvlist_exists(origin_nv, "sent")) { in dump_filesystems() 1712 if (flags->largeblock || nvlist_exists(resume_nvl, "largeblockok")) in zfs_send_resume() 1714 if (flags->embed_data || nvlist_exists(resume_nvl, "embedok")) in zfs_send_resume() 1716 if (flags->compress || nvlist_exists(resume_nvl, "compressok")) in zfs_send_resume() 1718 if (flags->raw || nvlist_exists(resume_nvl, "rawok")) in zfs_send_resume() 2709 stream_encroot = nvlist_exists(stream_nvfs, "is_encroot"); in recv_fix_encryption_hierarchy() 3560 if (nvlist_exists(origprops, name)) { in zfs_setup_cmdline_props() 3577 nvlist_exists(recvprops, name)) in zfs_setup_cmdline_props() [all …]
|
H A D | libzfs_config.c | 238 if (config == NULL || !nvlist_exists(config, in zpool_get_features()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_history.c | 307 if (nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync() 310 } else if (nvlist_exists(nvl, ZPOOL_HIST_INT_NAME)) { in spa_history_log_sync() 311 if (nvlist_exists(nvl, ZPOOL_HIST_DSNAME)) { in spa_history_log_sync() 340 } else if (nvlist_exists(nvl, ZPOOL_HIST_IOCTL)) { in spa_history_log_sync() 357 nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync()
|
H A D | dsl_bookmark.c | 304 if (nvlist_exists(props, in dsl_get_bookmarks_impl() 309 if (nvlist_exists(props, in dsl_get_bookmarks_impl() 314 if (nvlist_exists(props, in dsl_get_bookmarks_impl() 319 if (nvlist_exists(props, in dsl_get_bookmarks_impl()
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 611 nvlist_exists(proplist, vname)) || in add_prop_list() 768 if (!nvlist_exists(props, ZPOOL_CONFIG_ASHIFT)) { in zpool_do_add() 2021 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_status_config() 2111 if (nvlist_exists(child[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_import_config() 2454 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_HOSTNAME)) in show_import() 2458 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_HOSTID)) in show_import() 2535 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_STATE)) { in zfs_force_import_required() 2573 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_STATE)) in do_import() 2581 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_HOSTNAME)) in do_import() 2585 if (nvlist_exists(nvinfo, ZPOOL_CONFIG_MMP_HOSTID)) in do_import() [all …]
|
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_persist.c | 375 if (!nvlist_exists(nvl, name)) { in i_ipadm_add_ipaddr2nvl() 411 if (!nvlist_exists(nvl, IPADM_NVP_INTFID)) { in i_ipadm_add_intfid2nvl() 460 if (!nvlist_exists(nvl, IPADM_NVP_DHCP)) { in i_ipadm_add_dhcp2nvl() 837 if (nvlist_exists(*ipnvl, name)) { in ipadm_str2nvlist()
|
H A D | libipadm.c | 744 if (nvlist_exists(nvl, IPADM_NVP_IPV4ADDR) || in i_ipadm_init_ifobj() 745 nvlist_exists(nvl, IPADM_NVP_IPV6ADDR) || in i_ipadm_init_ifobj() 746 nvlist_exists(nvl, IPADM_NVP_DHCP)) { in i_ipadm_init_ifobj() 765 } else if (nvlist_exists(nvl, IPADM_NVP_PROTONAME) == B_TRUE) { in i_ipadm_init_ifobj()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | config.c | 79 else if (nvlist_exists(nvl, name)) { in _lookup_config_node() 153 else if (nvlist_exists(parent, name)) in set_config_value_node()
|
/illumos-gate/usr/src/lib/libzfsbootenv/common/ |
H A D | lzbe_device.c | 81 if (nvlist_exists(nv, OS_BOOTONCE)) in lzbe_set_boot_device()
|
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/ |
H A D | libjedec_hex2spd.c | 189 if (nvlist_exists(nvl, SPD_KEY_ERRS)) { in hex2spd_test_one() 195 if (nvlist_exists(nvl, SPD_KEY_INCOMPLETE)) { in hex2spd_test_one()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/viona/ |
H A D | link_params.c | 109 if (!nvlist_exists(error_nvl, name)) { in test_set_param_errors()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/ |
H A D | fac_prov_ipmi.c | 250 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in ipmi_platform_message() 628 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in ipmi_indicator_mode() 749 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in bay_locate_mode() 895 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in bay_indicator_mode() 1079 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in x4500_present_mode() 1216 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in chassis_service_mode() 1344 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in chassis_ident_mode()
|
/illumos-gate/usr/src/man/man3nvpair/ |
H A D | Manlink | 87 nvlist_exists.3nvpair
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/ |
H A D | fac_prov_ahci.c | 220 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in ahci_led_mode()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/ |
H A D | fac_prov_mptsas.c | 177 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in mptsas_led_mode()
|
/illumos-gate/usr/src/lib/libsrpt/common/ |
H A D | libsrpt.c | 421 if (nvlist_exists(hcalist, guid)) { in srpt_ResetTarget()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | nvlist_to_lua.c | 45 if (!nvlist_exists(nvlb, key)) in nvlist_equal()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_libhp/ |
H A D | fac_prov_libhp.c | 241 nvlist_exists(pargs, TOPO_PROP_VAL_VAL)) { in fac_prov_libhp_opt_set()
|
/illumos-gate/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.c | 247 if (nvlist_exists(tgtp->tgt_properties, in it_config_commit() 1769 if (!nvlist_exists(nvl, PROP_RADIUS_SERVER)) { in it_validate_configprops() 1774 if (!nvlist_exists(nvl, PROP_RADIUS_SECRET)) { in it_validate_configprops()
|
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | mapfile-vers | 135 nvlist_exists;
|
/illumos-gate/usr/src/cmd/itadm/ |
H A D | itadm.c | 935 if (nvlist_exists(ptr->tgt_properties, in list_target() 1760 if (nvlist_exists(ptr->ini_properties, "chapsecret")) { in list_initiator() 1966 if (nvlist_exists(nvl, "radiussecret")) { in list_defaults()
|