Searched defs:hookargs (Results 1 - 2 of 2) sorted by relevance
/lxc/src/python-lxc/ |
H A D | lxc.c | 741 char **hookargs = NULL; local 749 "bdevdata", "newsize", "hookargs", NULL}; 759 hookargs = convert_tuple_to_char_pointer_array(py_hookargs); 760 if (!hookargs) { 765 PyErr_SetString(PyExc_ValueError, "hookargs needs to be a tuple"); 777 bdevdata, newsize, hookargs); 781 if (hookargs) { 783 free(hookargs[i]); 784 free(hookargs); 1644 "hookargs) [all...] |
/lxc/src/lxc/ |
H A D | lxccontainer.c | 2920 char **hookargs; member in struct:clone_update_data 2928 char **hookargs = data->hookargs; local 2993 if (run_lxc_hooks(c->name, "clone", conf, c->get_config_path(c), hookargs)) { 3059 char **hookargs) 3211 data.hookargs = hookargs; 3238 char **hookargs) 3242 ret = do_lxcapi_clone(c, newname, lxcpath, flags, bdevtype, bdevdata, newsize, hookargs); 3056 do_lxcapi_clone(struct lxc_container *c, const char *newname, const char *lxcpath, int flags, const char *bdevtype, const char *bdevdata, uint64_t newsize, char **hookargs) argument 3235 lxcapi_clone(struct lxc_container *c, const char *newname, const char *lxcpath, int flags, const char *bdevtype, const char *bdevdata, uint64_t newsize, char **hookargs) argument
|
Completed in 120 milliseconds