Lines Matching defs:property
58 * Creates an allocated property structure along with data for the
87 * Frees a single SCF property item and returns the next item.
103 * Frees the entire SCF property list including the SCF allocated internal
137 char *property;
147 property = name + pgname_len + 1;
230 EASR_NOMEM, "Failed to allocate SMF property");
234 if (err != 0 || (err = pf(tx, prop->entry, property, scf_type))
269 EASR_NOMEM, "Failed to allocate SMF property");
376 * Adds a single SCF property into an nvlist string property.