Searched defs:payload (Results 1 - 4 of 4) sorted by relevance
/lxc/src/tests/ |
H A D | aa.c | 41 static int test_attach_write_file(void* payload) argument 43 char *fnam = payload;
|
H A D | attach.c | 79 static int test_attach_lsm_func_func(void* payload) argument 190 static int test_attach_func_func(void* payload) argument
|
/lxc/src/lxc/ |
H A D | attach.c | 1022 struct attach_clone_payload payload = { local 1034 pid = lxc_clone(attach_child_main, &payload, CLONE_PARENT); 1064 struct attach_clone_payload* payload = (struct attach_clone_payload*)data; local 1065 int ipc_socket = payload->ipc_socket; 1066 lxc_attach_options_t* options = payload->options; 1067 struct lxc_proc_context_info* init_ctx = payload->init_ctx; 1284 rexit(payload->exec_function(payload->exec_payload)); 1287 int lxc_attach_run_command(void* payload) argument 1289 lxc_attach_command_t* cmd = (lxc_attach_command_t*)payload; 1296 lxc_attach_run_shell(void* payload) argument [all...] |
/lxc/src/python-lxc/ |
H A D | lxc.c | 126 struct lxc_attach_python_payload *payload = local 128 PyObject *result = PyObject_CallFunctionObjArgs(payload->fn, 129 payload->arg, NULL); 658 struct lxc_attach_python_payload payload = { NULL, NULL }; local 663 if (!PyArg_ParseTuple(args, "O|O", &payload.fn, &payload.arg)) 665 if (!PyCallable_Check(payload.fn)) { 675 &payload, options, &pid); 1606 "attach(run, payload) -> int\n" 1612 "attach(run, payload) [all...] |
Completed in 220 milliseconds