Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c175 nvlist_t *beProps = NULL; local
198 if (nvlist_alloc(&beProps, NV_UNIQUE_NAME, 0) != 0) {
206 if (!convertPyArgsToNvlist(&beProps, 2,
210 if (!convertPyArgsToNvlist(&beProps, 2,
214 nvlist_free(beProps);
222 if (beProps != NULL && beAttrs != NULL &&
224 beProps) != 0) {
225 nvlist_free(beProps);
231 nvlist_free(beProps);