Searched refs:nvlist_remove (Results 1 - 25 of 26) 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);
251 (void) nvlist_remove(attr, "__fmev_func", DATA_TYPE_STRING);
256 (void) nvlist_remove(attr, "__fmev_line", DATA_TYPE_INT64);
270 (void) nvlist_remove(attr, "__fmev_execname", DATA_TYPE_STRING);
275 (void) nvlist_remove(attr, "__fmev_pid", DATA_TYPE_INT32);
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.c59 (void) nvlist_remove(props, nvpair_name(nvp),
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3nvpair.inc22 file path=usr/share/man/man3nvpair/nvlist_remove.3nvpair
149 target=nvlist_remove.3nvpair
/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);
112 (void) nvlist_remove(dupfmri, FM_FMRI_HC_SERIAL_ID, DATA_TYPE_STRING);
113 (void) nvlist_remove(dupfmri, FM_FMRI_HC_PART, DATA_TYPE_STRING);
/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/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c300 err += nvlist_remove(hcsp,
310 err += nvlist_remove(hcsp,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c497 (void) nvlist_remove(config,
500 (void) nvlist_remove(config,
807 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTID,
809 (void) nvlist_remove(config, ZPOOL_CONFIG_HOSTNAME,
H A Dlibzfs_dataset.c1200 (void) nvlist_remove(ret, zfs_prop_to_name(prop),
4308 (void) nvlist_remove(zhp->zfs_props,
/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair.h201 int nvlist_remove(nvlist_t *, const char *, data_type_t);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c570 rval = nvlist_remove(nvf_list, name, DATA_TYPE_BYTE_ARRAY);
794 rval = nvlist_remove(list, name, DATA_TYPE_BYTE_ARRAY);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1337 (void) nvlist_remove(nvl, FM_FAULT_ASRU,
1346 (void) nvlist_remove(nvl, FM_FAULT_FRU,
1366 (void) nvlist_remove(nvl, FM_FAULT_LOCATION,
2631 (void) nvlist_remove(nvl, name, type);
2659 (void) nvlist_remove(nvl, name, type);
H A Dfmd_xprt.c1363 (void) nvlist_remove(flt_copy,
1370 (void) nvlist_remove(flt_copy, FM_FAULT_ASRU,
1556 (void) nvlist_remove(nvl, FMD_EVN_TTL, DATA_TYPE_UINT8);
H A Dfmd_asru.c525 (void) nvlist_remove(flt_copy, FM_FAULT_ASRU, DATA_TYPE_NVLIST);
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c709 if (nvlist_remove(attrs, "picnum",
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c181 (void) nvlist_remove(det, FM_FMRI_CPU_ID,
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1131 if ((nvrc = nvlist_remove(lsm->icl_request_nvlist,
1155 if ((nvrc = nvlist_remove(lsm->icl_request_nvlist,
1186 if ((nvrc = nvlist_remove(lsm->icl_request_nvlist,
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c76 (void) nvlist_remove(new_detector, FM_FMRI_DEV_PATH,
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_door.c293 (void) nvlist_remove(nvl, IPADM_NVP_LIFNUM, DATA_TYPE_INT32);
H A Dipmgmt_persist.c1331 nvlist_remove(db_nvl, pname, DATA_TYPE_STRING) != 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c610 error = nvlist_remove(props,
1431 VERIFY(nvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES,
1561 VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE,
3545 VERIFY(nvlist_remove(sav->sav_config, config,
4170 VERIFY(nvlist_remove(spa->spa_spares.sav_config,
4185 VERIFY(nvlist_remove(spa->spa_l2cache.sav_config,
5348 VERIFY(nvlist_remove(config, name, DATA_TYPE_NVLIST_ARRAY) == 0);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1898 (void) nvlist_remove(hap->ha_nvl,
2161 (void) nvlist_remove(hap->ha_fmri, *namep,
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c676 nvlist_remove(nvlist_t *nvl, const char *name, data_type_t type) function
983 (void) nvlist_remove(nvl, name, type);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c284 (void) nvlist_remove(bt.nbe_zfs_props,
/illumos-gate/usr/src/man/man9f/
H A DMakefile398 nvlist_remove.9f \
1904 nvlist_remove_all.9f := LINKSRC = nvlist_remove.9f
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c2055 ret = nvlist_remove(nvl, guidAsciiBuf,

Completed in 200 milliseconds

12