Lines Matching refs: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,
239 * returns an auto generated beName and snapshot name.
272 * beName - The name of the BE to list (optional)
285 char *beName = NULL;
298 if (!PyArg_ParseTuple(args, "|z", &beName)) {
303 if ((ret = be_list(beName, &list)) != BE_SUCCESS) {
401 * beName - The name of the BE to activate
413 char *beName = NULL;
417 if (!PyArg_ParseTuple(args, "z", &beName)) {
421 if (!convertPyArgsToNvlist(&beAttrs, 2, BE_ATTR_ORIG_BE_NAME, beName)) {
441 * beName - The name of the BE to destroy
453 char *beName = NULL;
460 if (!PyArg_ParseTuple(args, "z|ii", &beName, &destroy_snaps,
471 if (!convertPyArgsToNvlist(&beAttrs, 2, BE_ATTR_ORIG_BE_NAME, beName)) {
499 * beName - The name of the BE to destroy
512 char *beName = NULL;
517 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
522 BE_ATTR_ORIG_BE_NAME, beName,
587 * beName - The name of the Boot Environment to mount
601 char *beName = NULL;
606 if (!PyArg_ParseTuple(args, "zz", &beName, &mountpoint)) {
611 BE_ATTR_ORIG_BE_NAME, beName,
632 * beName - The name of the Boot Environment to unmount
644 char *beName = NULL;
650 if (!PyArg_ParseTuple(args, "z|i", &beName, &force_unmount)) {
658 BE_ATTR_ORIG_BE_NAME, beName)) {
687 * beName - The name of the Boot Environment to unmount
699 char *beName = NULL;
704 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
709 BE_ATTR_ORIG_BE_NAME, beName,