Searched refs:personality (Results 1 - 8 of 8) sorted by relevance
/lxc/src/lxc/ |
H A D | attach.h | 35 signed long personality; member in struct:lxc_proc_context_info
|
H A D | attach_options.h | 46 LXC_ATTACH_SET_PERSONALITY = 0x00000004, //!< Set personality 84 /*! Initial personality (\c -1 to autodetect). 85 * \warning This may be ignored if lxc is compiled without personality support) 87 long personality; member in struct:lxc_attach_options_t 139 /* .personality = */ -1, \
|
H A D | attach.c | 64 #include <sys/personality.h> 735 signed long personality; local 753 personality = get_personality(name, lxcpath); 754 if (init_ctx->personality < 0) { 755 ERROR("Failed to get personality of the container."); 759 init_ctx->personality = personality; 1107 if (options->personality < 0) 1108 new_personality = init_ctx->personality; 1110 new_personality = options->personality; [all...] |
H A D | conf.h | 300 signed long personality; member in struct:lxc_conf
|
H A D | confile.c | 53 #include <sys/personality.h> 1133 signed long personality = lxc_config_parse_arch(value); local 1135 if (personality >= 0) 1136 lxc_conf->personality = personality; 1138 WARN("unsupported personality '%s'", value); 2191 switch(c->personality) {
|
H A D | conf.c | 97 #include <sys/personality.h> 1428 if (personality(persona) < 0) { 1429 SYSERROR("failed to set personality to '0x%x'", persona); 1433 INFO("set personality to '0x%x'", persona); 2592 new->personality = -1; 4097 if (setup_personality(lxc_conf->personality)) { 4098 ERROR("failed to setup personality");
|
/lxc/src/lxc/tools/ |
H A D | lxc_attach.c | 442 attach_options.personality = new_personality;
|
/lxc/src/python-lxc/ |
H A D | lxc.c | 145 static char *kwlist[] = {"attach_flags", "namespaces", "personality", 181 &options->personality, 1868 "Returns the process personality of the corresponding architecture"},
|
Completed in 782 milliseconds