Lines Matching defs:snapName
85 * snapName - The name of the snapshot to create (optional)
91 * 0, [snapName] - Success
92 * 1, [snapName] - Failure
101 char *snapName = NULL;
106 if (!PyArg_ParseTuple(args, "z|z", &beName, &snapName)) {
112 BE_ATTR_SNAP_NAME, snapName)) {
125 if (snapName == NULL) {
127 BE_ATTR_SNAP_NAME, DATA_TYPE_STRING, &snapName,
133 retVals = Py_BuildValue("[is]", ret, snapName);
515 * snapName - The name of the snapshot to destroy
528 char *snapName = NULL;
532 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
538 BE_ATTR_SNAP_NAME, snapName)) {
715 char *snapName = NULL;
719 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
725 BE_ATTR_SNAP_NAME, snapName)) {