Lines Matching defs:beName
84 * beName - The name of the BE to create a snapshot of
100 char *beName = NULL;
106 if (!PyArg_ParseTuple(args, "z|z", &beName, &snapName)) {
111 BE_ATTR_ORIG_BE_NAME, beName,
245 * returns an auto generated beName and snapshot name.
292 char *beName = NULL;
310 kwlist, &beName, &noSnaps)) {
318 if ((ret = be_list(beName, &list, listopts)) != BE_SUCCESS) {
416 * beName - The name of the BE to activate
428 char *beName = NULL;
432 if (!PyArg_ParseTuple(args, "z", &beName)) {
436 if (!convertPyArgsToNvlist(&beAttrs, 2, BE_ATTR_ORIG_BE_NAME, beName)) {
456 * beName - The name of the BE to destroy
468 char *beName = NULL;
475 if (!PyArg_ParseTuple(args, "z|ii", &beName, &destroy_snaps,
486 if (!convertPyArgsToNvlist(&beAttrs, 2, BE_ATTR_ORIG_BE_NAME, beName)) {
514 * beName - The name of the BE to destroy
527 char *beName = NULL;
532 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
537 BE_ATTR_ORIG_BE_NAME, beName,
602 * beName - The name of the Boot Environment to mount
616 char *beName = NULL;
621 if (!PyArg_ParseTuple(args, "zz", &beName, &mountpoint)) {
626 BE_ATTR_ORIG_BE_NAME, beName,
647 * beName - The name of the Boot Environment to unmount
659 char *beName = NULL;
665 if (!PyArg_ParseTuple(args, "z|i", &beName, &force_unmount)) {
673 BE_ATTR_ORIG_BE_NAME, beName)) {
702 * beName - The name of the Boot Environment to unmount
714 char *beName = NULL;
719 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
724 BE_ATTR_ORIG_BE_NAME, beName,