Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c175 nvlist_t *beProps = NULL; in beCopy() local
198 if (nvlist_alloc(&beProps, NV_UNIQUE_NAME, 0) != 0) { in beCopy()
205 if (!convertPyArgsToNvlist(&beProps, 2, in beCopy()
208 nvlist_free(beProps); in beCopy()
216 if (beProps != NULL && beAttrs != NULL && in beCopy()
218 beProps) != 0) { in beCopy()
219 nvlist_free(beProps); in beCopy()
225 if (beProps != NULL) nvlist_free(beProps); in beCopy()