Searched defs:program (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/
H A Dattach_options.h153 char* program; /*!< The program to run (passed to execvp) */ member in struct:lxc_attach_command_t
154 char** argv; /*!< The argv pointer of that program, including the program itself in argv[0] */
162 * \return \c -1 on error, exit code of lxc_attach_command_t program on success.
H A Dlxccontainer.c3298 static int do_lxcapi_attach_run_wait(struct lxc_container *c, lxc_attach_options_t *options, const char *program, const char * const argv[]) argument
3307 command.program = (char*)program;
3317 static int lxcapi_attach_run_wait(struct lxc_container *c, lxc_attach_options_t *options, const char *program, const char * const argv[]) argument
3321 ret = do_lxcapi_attach_run_wait(c, options, program, argv);
4068 static int lxcapi_attach_run_waitl(struct lxc_container *c, lxc_attach_options_t *options, const char *program, const char *arg, ...) argument
4090 ret = do_lxcapi_attach_run_wait(c, options, program, (const char * const *)argv);

Completed in 152 milliseconds