Lines Matching defs:property
40 property(env);
81 * DO NOT cache the value of the head of the property list *before*
82 * looking up a property.
130 property(fcode_env_t *env)
137 CHECK_DEPTH(env, 4, "property");
206 CHECK_DEPTH(env, 3, "get-package-property");
228 * First, we look thru the in-memory device tree for the property.
230 * not going to find the property below the attachment point.
233 CHECK_DEPTH(env, 2, "get-inherited-property");
259 CHECK_DEPTH(env, 2, "delete-property");
267 * the next time a property lookup passes this node
279 CHECK_DEPTH(env, 2, "get-my-property");
482 property(env);
510 * 'next-property' Fcode implementation.
519 CHECK_DEPTH(env, 3, "next-property");
781 P1275(0x110, 0, "property", property);
797 P1275(0x21a, 0, "get-my-property", get_my_property);
800 P1275(0x21d, 0, "get-inherited-property", get_inherited_prop);
801 P1275(0x21e, 0, "delete-property", delete_property);
802 P1275(0x21f, 0, "get-package-property", get_package_property);
804 P1275(0x23d, 0, "next-property", next_property);
806 FORTH(0, "get-property", get_property);