Searched defs:user (Results 1 - 2 of 2) sorted by relevance
/lxc/src/lxc/ |
H A D | criu.c | 71 /* the user-provided migrate options relevant to this action */ 72 struct migrate_opts *user; member in struct:criu_opts 166 if (opts->user->predump_dir) 170 if (opts->user->pageserver_address && opts->user->pageserver_port) 174 if (strcmp(opts->action, "dump") == 0 && !opts->user->stop) 182 if (!opts->user->preserves_inodes) 186 if (opts->user->ghost_limit) 196 if (load_tty_major_minor(opts->user->directory, tty_info, sizeof(tty_info))) 209 if (opts->user [all...] |
H A D | lxc_user_nic.c | 131 "Failed to get number of groups the user belongs to: %s.\n", 141 "the user belongs to: %s.\n", 262 * user type bridge count 266 * Return the count entry for the calling user if there is one. Else 309 /* Found the user or group with the appropriate settings, 330 /* Now return the total number of nics that this user can create. */ 537 char user[100], type[100], br[100]; local 539 ret = sscanf(p, "%99[^ \t\n] %99[^ \t\n] %99[^ \t\n] %99[^ \t\n]", user, type, br, *nic); 643 * user type bridge nicname 779 "user ID [all...] |
Completed in 12 milliseconds