Searched defs:lxc_conf (Results 1 - 6 of 6) sorted by relevance

/lxc/src/lxc/bdev/
H A Dlxcoverlay.c50 struct lxc_conf *conf);
59 int snap, uint64_t newsize, struct lxc_conf *conf)
568 * lxc_conf->unexpanded_config and lxc_conf->mount_list. Both updates are done
569 * independent of each other since lxc_conf->mountlist may container more mount
570 * entries (e.g. from other included files) than lxc_conf->unexpanded_config .
572 int ovl_update_abs_paths(struct lxc_conf *lxc_conf, const char *lxc_path, argument
594 * We have to update lxc_conf->unexpanded_config separately from
595 * lxc_conf
[all...]
/lxc/src/lxc/
H A Dcriu.c215 static_args += 2 * lxc_list_len(&opts->c->lxc_conf->mount_list);
332 mnts = make_anonymous_mount_file(&opts->c->lxc_conf->mount_list);
443 struct lxc_conf *lxc_conf = opts->c->lxc_conf; local
446 DECLARE_ARG(opts->c->lxc_conf->rootfs.mount);
471 if (lxc_conf->lsm_aa_profile || lxc_conf->lsm_se_context) {
473 if (lxc_conf->lsm_aa_profile)
474 ret = snprintf(buf, sizeof(buf), "apparmor:%s", lxc_conf
[all...]
H A Dlxccontainer.h106 struct lxc_conf *lxc_conf; member in struct:lxc_container
H A Dconf.h293 struct lxc_conf { struct
384 extern __thread struct lxc_conf *current_config;
386 extern struct lxc_conf *current_config;
389 int run_lxc_hooks(const char *name, char *hook, struct lxc_conf *conf,
397 extern struct lxc_conf *lxc_conf_init(void);
398 extern void lxc_conf_free(struct lxc_conf *conf);
410 extern int lxc_create_tty(const char *name, struct lxc_conf *conf);
413 extern int lxc_clear_config_network(struct lxc_conf *c);
414 extern int lxc_clear_nic(struct lxc_conf *c, const char *key);
415 extern int lxc_clear_config_caps(struct lxc_conf *
[all...]
H A Dconfile.c58 static int config_personality(const char *, const char *, struct lxc_conf *);
59 static int config_pts(const char *, const char *, struct lxc_conf *);
60 static int config_tty(const char *, const char *, struct lxc_conf *);
61 static int config_ttydir(const char *, const char *, struct lxc_conf *);
62 static int config_kmsg(const char *, const char *, struct lxc_conf *);
63 static int config_lsm_aa_profile(const char *, const char *, struct lxc_conf *);
64 static int config_lsm_aa_incomplete(const char *, const char *, struct lxc_conf *);
65 static int config_lsm_se_context(const char *, const char *, struct lxc_conf *);
66 static int config_cgroup(const char *, const char *, struct lxc_conf *);
67 static int config_idmap(const char *, const char *, struct lxc_conf *);
359 config_network_nic(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
394 config_network(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
407 config_network_type(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
656 config_network_flags(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
670 config_network_link(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
682 config_network_name(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
694 config_network_veth_pair(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
710 config_network_macvlan_mode(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
726 config_network_hwaddr(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
754 config_network_vlan_id(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
773 config_network_mtu(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
785 config_network_ipv4(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
876 config_network_ipv4_gateway(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
914 config_network_ipv6(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
978 config_network_ipv6_gateway(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1016 config_network_script_up(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1028 config_network_script_down(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1040 add_hook(struct lxc_conf *lxc_conf, int which, char *hook) argument
1054 config_seccomp(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1060 config_init_cmd(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1066 config_init_uid(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1078 config_init_gid(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1090 config_hook(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1130 config_personality(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1143 config_pts(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1152 config_start(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1176 config_monitor(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1188 config_group(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1234 config_environment(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1261 config_tty(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1270 config_ttydir(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1276 config_kmsg(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1288 config_lsm_aa_profile(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1294 config_lsm_aa_incomplete(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1308 config_lsm_se_context(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1327 config_loglevel(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1347 config_autodev(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1408 config_haltsignal(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1420 config_rebootsignal(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1432 config_stopsignal(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1444 config_cgroup(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1503 config_idmap(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1564 config_fstab(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1572 config_mount_auto(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1638 config_mount(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1663 config_cap_keep(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1712 config_cap_drop(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1758 config_console(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1764 config_console_logfile(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1823 do_includedir(const char *dirp, struct lxc_conf *lxc_conf) argument
1871 config_includefile(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1880 config_rootfs(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1886 config_rootfs_mount(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1892 config_rootfs_options(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1898 config_rootfs_backend(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1913 config_pivotdir(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
1920 config_utsname(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
2972 config_ephemeral(const char *key, const char *value, struct lxc_conf *lxc_conf) argument
[all...]
H A Dconf.c106 lxc_log_define(lxc_conf, lxc);
247 * The lxc_conf of the container currently being worked on in an
252 __thread struct lxc_conf *current_config;
254 struct lxc_conf *current_config;
644 static int lxc_mount_auto_mounts(struct lxc_conf *conf, int flags, struct lxc_handler *handler)
900 static int setup_tty(struct lxc_conf *conf)
1178 static int setup_rootfs(struct lxc_conf *conf)
2538 void lxc_restore_phys_nics_to_netns(int netnsfd, struct lxc_conf *conf)
2579 struct lxc_conf *lxc_conf_init(void)
2581 struct lxc_conf *ne
3778 tmp_proc_unmount(struct lxc_conf *lxc_conf) argument
3969 struct lxc_conf *lxc_conf = handler->conf; local
[all...]

Completed in 31 milliseconds