Home
last modified time | relevance | path

Searched refs:nvlist_remove (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c246 (void) nvlist_remove(attr, "__fmev_file", DATA_TYPE_STRING); in fmevt_detector()
251 (void) nvlist_remove(attr, "__fmev_func", DATA_TYPE_STRING); in fmevt_detector()
256 (void) nvlist_remove(attr, "__fmev_line", DATA_TYPE_INT64); in fmevt_detector()
270 (void) nvlist_remove(attr, "__fmev_execname", DATA_TYPE_STRING); in fmevt_detector()
275 (void) nvlist_remove(attr, "__fmev_pid", DATA_TYPE_INT32); in fmevt_detector()
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.c57 (void) nvlist_remove(props, nvpair_name(nvp), in ses2_setprop()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dlibzfs.h109 int nvlist_remove(nvlist_t *, const char *, data_type_t);
H A Dzfs.c765 (void) nvlist_remove(benv, key, DATA_TYPE_STRING); in zfs_get_bootonce()
1193 rv = nvlist_remove(nv, name, DATA_TYPE_UNKNOWN); in zfs_nvstore_unset_impl()
1196 rv = nvlist_remove(spa->spa_bootenv, OS_NVSTORE, in zfs_nvstore_unset_impl()
H A Dnvlist.c793 nvlist_remove(nvlist_t *nvl, const char *name, data_type_t type) in nvlist_remove() function
1172 (void) nvlist_remove(nvl, name, type); in nvlist_add_common()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c111 (void) nvlist_remove(dupfmri, FM_FMRI_HC_REVISION, DATA_TYPE_STRING); in dm_fmri_to_diskmon()
112 (void) nvlist_remove(dupfmri, FM_FMRI_HC_SERIAL_ID, DATA_TYPE_STRING); in dm_fmri_to_diskmon()
113 (void) nvlist_remove(dupfmri, FM_FMRI_HC_PART, DATA_TYPE_STRING); in dm_fmri_to_diskmon()
/illumos-gate/usr/src/man/man3nvpair/
H A DMakefile26 nvlist_remove.3nvpair \
200 nvlist_remove_all.3nvpair := LINKSRC = nvlist_remove.3nvpair
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c531 (void) nvlist_remove(config, in get_configs()
534 (void) nvlist_remove(config, in get_configs()
847 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID, in get_configs()
849 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTNAME, in get_configs()
/illumos-gate/usr/src/lib/libnvpair/
H A Dmapfile-vers165 nvlist_remove;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3nvpair.inc146 file path=usr/share/man/man3nvpair/nvlist_remove.3nvpair
148 target=nvlist_remove.3nvpair
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c165 err = nvlist_remove(db_nvl, IPADM_NVP_MIFNAMES, in ipmgmt_if_groupmembers_updater()
236 return (nvlist_remove(nvl, IPADM_NVP_FAMILIES, DATA_TYPE_UINT16_ARRAY)); in ipmgmt_update_family_nvp()
754 if ((*errp = nvlist_remove(db_nvl, IPADM_NVP_GIFNAME, in ipmgmt_db_update_if()
1599 nvlist_remove(db_nvl, pname, DATA_TYPE_STRING) != 0) { in ipmgmt_db_upgrade()
H A Dipmgmt_door.c273 (void) nvlist_remove(nvl, IPADM_NVP_REQHOST, in i_ipmgmt_nvl2aobjnode()
317 (void) nvlist_remove(nvl, IPADM_NVP_LIFNUM, DATA_TYPE_INT32); in i_ipmgmt_nvl2aobjnode()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c302 err += nvlist_remove(hcsp, in mem_asru_compute()
312 err += nvlist_remove(hcsp, in mem_asru_compute()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1337 (void) nvlist_remove(nvl, FM_FAULT_ASRU, in fmd_case_add_suspect()
1346 (void) nvlist_remove(nvl, FM_FAULT_FRU, in fmd_case_add_suspect()
1366 (void) nvlist_remove(nvl, FM_FAULT_LOCATION, in fmd_case_add_suspect()
2631 (void) nvlist_remove(nvl, name, type); in fmd_xprt_xtranslate()
2659 (void) nvlist_remove(nvl, name, type); in fmd_xprt_xtranslate()
H A Dfmd_xprt.c1363 (void) nvlist_remove(flt_copy, in fmd_xprt_list_suspect()
1370 (void) nvlist_remove(flt_copy, FM_FAULT_ASRU, in fmd_xprt_list_suspect()
1556 (void) nvlist_remove(nvl, FMD_EVN_TTL, DATA_TYPE_UINT8); in fmd_xprt_recv()
H A Dfmd_asru.c525 (void) nvlist_remove(flt_copy, FM_FAULT_ASRU, DATA_TYPE_NVLIST); in fmd_asru_hash_recreate()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c570 rval = nvlist_remove(nvf_list, name, DATA_TYPE_BYTE_ARRAY); in nvf_node_data_clear()
794 rval = nvlist_remove(list, name, DATA_TYPE_BYTE_ARRAY); in nvf_data_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h202 int nvlist_remove(nvlist_t *, const char *, data_type_t);
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c709 if (nvlist_remove(attrs, "picnum", in kcpc_copyin_set()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1163 if ((nvrc = nvlist_remove(lsm->icl_request_nvlist, in login_sm_validate_initial_parameters()
1187 if ((nvrc = nvlist_remove(lsm->icl_request_nvlist, in login_sm_validate_initial_parameters()
1218 if ((nvrc = nvlist_remove(lsm->icl_request_nvlist, in login_sm_validate_initial_parameters()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c77 (void) nvlist_remove(new_detector, FM_FMRI_DEV_PATH, in fab_prep_basic_erpt()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1847 (void) nvlist_remove(hap->ha_nvl, in hc_is_replaced()
2110 (void) nvlist_remove(hap->ha_fmri, *namep, in hc_expand()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c717 error = nvlist_remove(props, in spa_prop_validate()
1691 VERIFY(nvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES, in spa_load_spares()
1836 VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE, in spa_load_l2cache()
5016 VERIFY(nvlist_remove(sav->sav_config, config,
5765 VERIFY(nvlist_remove(spa->spa_spares.sav_config,
5780 VERIFY(nvlist_remove(spa->spa_l2cache.sav_config,
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c953 nvlist_remove(nvlist_t *nvl, const char *name, data_type_t type) in nvlist_remove() function
1250 (void) nvlist_remove(nvl, name, type); in nvlist_add_common()
/illumos-gate/usr/src/man/man9f/
H A DMakefile411 nvlist_remove.9f \
1937 nvlist_remove_all.9f := LINKSRC = nvlist_remove.9f

12