Lines Matching defs:csdict
501 prop_dictionary_t csdict,
512 obj = prop_dictionary_get(csdict, "rfact");
521 if (!prop_dictionary_set_uint32(csdict, "rfact", val))
530 obj = prop_dictionary_get(csdict, "critical-capacity");
547 if (!prop_dictionary_set_uint32(csdict,
558 obj = prop_dictionary_get(csdict, "warning-capacity");
575 if (!prop_dictionary_set_uint32(csdict,
586 obj = prop_dictionary_get(csdict, "high-capacity");
603 if (!prop_dictionary_set_uint32(csdict,
614 obj = prop_dictionary_get(csdict, "maximum-capacity");
631 if (!prop_dictionary_set_uint32(csdict,
642 obj = prop_dictionary_get(csdict, "critical-max");
651 if (!prop_dictionary_set(csdict, "critical-max", obj))
658 obj = prop_dictionary_get(csdict, "critical-min");
667 if (!prop_dictionary_set(csdict, "critical-min", obj))
674 obj = prop_dictionary_get(csdict, "warning-max");
683 if (!prop_dictionary_set(csdict, "warning-max", obj))
689 obj = prop_dictionary_get(csdict, "warning-min");
698 if (!prop_dictionary_set(csdict, "warning-min", obj))