Lines Matching defs:property
94 nvlist_t *nvl, const char *property, const char *value)
97 if (nvl == NULL || property == NULL)
101 err = nvlist_add_string(nvl, property, value);
107 * Removes a string property from a name value list.
111 asr_nvl_rm_str(nvlist_t *nvl, const char *property)
114 if (nvl == NULL || property == NULL)
117 err = nvlist_remove(nvl, property, DATA_TYPE_STRING);
124 asr_nvl_add_strf(nvlist_t *nvl, const char *property,
146 err = nvlist_add_string(nvl, property, value);
153 * Gets a string value form an nvlist. If the property isn't found or there
169 * Copies a property value from a source nvlist to a dest list. If the value
184 * Copies a property value from a source nvlist to a dest list. If the value
200 * Gets a string value form an nvlist. If the property isn't found or there
279 * Prints elements in an event buffer in property format
630 * Prints elements in an event buffer in property format
714 * Prints elements in an event buffer in property format
1084 * Prints elements in an event buffer in property format