Searched refs:trgtBeName (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c148 * trgtBeName - The name of the BE to create
149 * srcBeName - The name of the BE used to create trgtBeName (optional)
156 * the return code and optional attributes, trgtBeName and snapshotName
157 * BE_SUCCESS, [trgtBeName], [trgtSnapName] - Success
158 * 1, [trgtBeName], [trgtSnapName] - Failure
166 char *trgtBeName = NULL; local
181 if (!PyArg_ParseTuple(args, "|zzzzOz", &trgtBeName, &srcBeName,
188 BE_ATTR_NEW_BE_NAME, trgtBeName,
227 if (trgtBeName == NULL) {
238 * When no trgtBeName i
[all...]

Completed in 57 milliseconds