Home
last modified time | relevance | path

Searched refs:prop_dictionary_remove (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/dev/sysmon/
H A Dsysmon_envsys.c956 prop_dictionary_remove(dict, in sysmon_envsys_destroy_plist()
1014 prop_dictionary_remove(sme_propd, sme->sme_name); in sysmon_envsys_unregister()
1197 prop_dictionary_remove(sdict, in sme_remove_userprops()
1203 prop_dictionary_remove(sdict, in sme_remove_userprops()
1209 prop_dictionary_remove(sdict, in sme_remove_userprops()
1215 prop_dictionary_remove(sdict, in sme_remove_userprops()
1220 prop_dictionary_remove(sdict, "warning-max"); in sme_remove_userprops()
1225 prop_dictionary_remove(sdict, "warning-min"); in sme_remove_userprops()
1230 prop_dictionary_remove(sdict, "critical-max"); in sme_remove_userprops()
1235 prop_dictionary_remove(sdict, "critical-min"); in sme_remove_userprops()
H A Dsysmon_power.c791 prop_dictionary_remove(ped->dict, in sysmon_power_destroy_dictionary()
/netbsd-src/usr.sbin/btdevctl/
H A Ddb.c192 prop_dictionary_remove(dev, BTDEVladdr); in db_update0()
199 prop_dictionary_remove(dev, BTDEVraddr); in db_update0()
H A Dbtdevctl.c169 prop_dictionary_remove(dev, BTDEVmode); in main()
/netbsd-src/usr.bin/btkey/
H A Dfile.c193 prop_dictionary_remove(dev, bt_ntoa(&raddr, NULL)); in clear_file()
/netbsd-src/common/include/prop/
H A Dprop_dictionary.h61 void prop_dictionary_remove(prop_dictionary_t, const char *);
/netbsd-src/sbin/modload/
H A Dmain.c151 prop_dictionary_remove(ext_props, in main()
/netbsd-src/common/lib/libppath/
H A Dppath.c547 prop_dictionary_remove(po, pc->pc_key); in ppath_delete_object()
664 ? (prop_dictionary_remove(npo, pc->pc_key), true) in ppath_copyset_object_helper()
/netbsd-src/usr.sbin/envstat/
H A Denvstat.c487 prop_dictionary_remove(ndict, dev); in add_sensors()
494 prop_dictionary_remove(ndict, dev); in add_sensors()
H A Dconfig.c337 prop_dictionary_remove(d, in config_dict_destroy()
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary.c1118 prop_dictionary_remove(prop_dictionary_t pd, const char *key) in prop_dictionary_remove() function
1156 prop_dictionary_remove(pd, pdk->pdk_key); in prop_dictionary_remove_keysym()
/netbsd-src/lib/libprop/
H A DMakefile221 MLINKS+= prop_dictionary.3 prop_dictionary_remove.3
/netbsd-src/tests/lib/libprop/
H A Dt_proplib.c880 prop_dictionary_remove(dict, "string"); in ATF_TC_BODY()
892 prop_dictionary_remove(dict, "data"); in ATF_TC_BODY()
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_drm_mode.c1220 prop_dictionary_remove(prop, "physical-address"); in tegra_connector_detect()
/netbsd-src/sys/dev/usb/
H A Dugen.c250 prop_dictionary_remove(device_properties(sc->sc_dev), in ugenif_put_unit()