Symbol: prop_dictionary_remove
common/include/prop/prop_dictionary.h
61
void prop_dictionary_remove(prop_dictionary_t, const char *);
common/lib/libppath/ppath.c
547
prop_dictionary_remove(po, pc->pc_key);
common/lib/libppath/ppath.c
664
? (prop_dictionary_remove(npo, pc->pc_key), true)
common/lib/libprop/prop_dictionary.c
1201
prop_dictionary_remove(pd, pdk->pdk_key);
sbin/modload/main.c
151
prop_dictionary_remove(ext_props,
sys/arch/arm/nvidia/tegra_drm_mode.c
1220
prop_dictionary_remove(prop, "physical-address");
sys/dev/sysmon/sysmon_envsys.c
1014
prop_dictionary_remove(sme_propd, sme->sme_name);
sys/dev/sysmon/sysmon_envsys.c
1197
prop_dictionary_remove(sdict,
sys/dev/sysmon/sysmon_envsys.c
1203
prop_dictionary_remove(sdict,
sys/dev/sysmon/sysmon_envsys.c
1209
prop_dictionary_remove(sdict,
sys/dev/sysmon/sysmon_envsys.c
1215
prop_dictionary_remove(sdict,
sys/dev/sysmon/sysmon_envsys.c
1220
prop_dictionary_remove(sdict, "warning-max");
sys/dev/sysmon/sysmon_envsys.c
1225
prop_dictionary_remove(sdict, "warning-min");
sys/dev/sysmon/sysmon_envsys.c
1230
prop_dictionary_remove(sdict, "critical-max");
sys/dev/sysmon/sysmon_envsys.c
1235
prop_dictionary_remove(sdict, "critical-min");
sys/dev/sysmon/sysmon_envsys.c
956
prop_dictionary_remove(dict,
sys/dev/sysmon/sysmon_power.c
791
prop_dictionary_remove(ped->dict,
sys/dev/usb/ugen.c
250
prop_dictionary_remove(device_properties(sc->sc_dev),
sys/kern/subr_device.c
1147
prop_dictionary_remove(dev->dv_properties, prop);
tests/lib/libprop/t_proplib.c
934
prop_dictionary_remove(dict, "string");
tests/lib/libprop/t_proplib.c
946
prop_dictionary_remove(dict, "data");
usr.bin/btkey/file.c
193
prop_dictionary_remove(dev, bt_ntoa(&raddr, NULL));
usr.sbin/btdevctl/btdevctl.c
169
prop_dictionary_remove(dev, BTDEVmode);
usr.sbin/btdevctl/db.c
192
prop_dictionary_remove(dev, BTDEVladdr);
usr.sbin/btdevctl/db.c
199
prop_dictionary_remove(dev, BTDEVraddr);
usr.sbin/envstat/config.c
337
prop_dictionary_remove(d,
usr.sbin/envstat/envstat.c
502
prop_dictionary_remove(ndict, dev);
usr.sbin/envstat/envstat.c
509
prop_dictionary_remove(ndict, dev);