Lines Matching defs:args
79 * Description: Convert Python args to nvlist pairs and
83 * args - pointer to a python object containing:
98 beCreateSnapshot(PyObject *self, PyObject *args)
106 if (!PyArg_ParseTuple(args, "z|z", &beName, &snapName)) {
144 * Description: Convert Python args to nvlist pairs and call libbe:be_copy
147 * args - pointer to a python object containing:
164 beCopy(PyObject *self, PyObject *args)
181 if (!PyArg_ParseTuple(args, "|zzzzOz", &trgtBeName, &srcBeName,
274 * Description: Convert Python args to nvlist pairs and call libbe:be_list
277 * args - pointer to a python object containing:
290 beList(PyObject *self, PyObject *args, PyObject *keywds)
309 if (!PyArg_ParseTupleAndKeywords(args, keywds, "|zi",
412 * Description: Convert Python args to nvlist pairs and call libbe:be_activate
415 * args - pointer to a python object containing:
426 beActivate(PyObject *self, PyObject *args)
432 if (!PyArg_ParseTuple(args, "z", &beName)) {
452 * Description: Convert Python args to nvlist pairs and call libbe:be_destroy
455 * args - pointer to a python object containing:
466 beDestroy(PyObject *self, PyObject *args)
475 if (!PyArg_ParseTuple(args, "z|ii", &beName, &destroy_snaps,
510 * Description: Convert Python args to nvlist pairs and call libbe:be_destroy
513 * args - pointer to a python object containing:
525 beDestroySnapshot(PyObject *self, PyObject *args)
532 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
554 * Description: Convert Python args to nvlist pairs and call libbe:be_rename
557 * args - pointer to a python object containing:
569 beRename(PyObject *self, PyObject *args)
576 if (!PyArg_ParseTuple(args, "zz", &oldBeName, &newBeName)) {
598 * Description: Convert Python args to nvlist pairs and call libbe:be_mount
601 * args - pointer to a python object containing:
614 beMount(PyObject *self, PyObject *args)
621 if (!PyArg_ParseTuple(args, "zz", &beName, &mountpoint)) {
643 * Description: Convert Python args to nvlist pairs and call libbe:be_unmount
646 * args - pointer to a python object containing:
657 beUnmount(PyObject *self, PyObject *args)
665 if (!PyArg_ParseTuple(args, "z|i", &beName, &force_unmount)) {
697 * Description: Convert Python args to nvlist pairs and call libbe:be_rollback
701 * args - pointer to a python object containing:
712 beRollback(PyObject *self, PyObject *args)
719 if (!PyArg_ParseTuple(args, "zz", &beName, &snapName)) {
741 * Description: Convert Python args to boolean and call libbe_print_errors to
744 * args - pointer to a python object containing:
748 * args - pointer to a python object containing:
758 bePrintErrors(PyObject *self, PyObject *args)
762 if (!PyArg_ParseTuple(args, "i", &print_errors) ||
771 * Description: Convert Python args to an int and call be_err_to_str to
774 * args - pointer to a python object containing:
783 beGetErrDesc(PyObject *self, PyObject *args)
788 if (!PyArg_ParseTuple(args, "i", &errCode)) {
808 * args - pointer to a python object containing:
817 beVerifyBEName(PyObject *self, PyObject *args)
821 if (!PyArg_ParseTuple(args, "s", &string)) {
1052 * Description: Convert Python args to an int and map an error code to an