Searched defs:link (Results 1 - 3 of 3) sorted by relevance
/lxc/src/lxc/ |
H A D | lxc_user_nic.c | 269 static int get_alloted(char *me, char *intype, char *link, struct alloted_s **alloted) argument 306 if (strcmp(link, br)) 992 /* Now rename the link. */ 994 usernic_error("%s", "Failed to rename the link.\n"); 996 usernic_error("Failed to delete link \"%s\" the link. Manual cleanup needed.\n", cnic);
|
H A D | conf.h | 114 * @link : lxc.network.link, name of bridge or host iface to attach if any 126 char *link; member in struct:lxc_netdev
|
H A D | utils.c | 1590 * is now a link, then something * fishy is going on 1645 SYSERROR("Out of memory checking for symbolic link"); 1669 SYSERROR("%s in %s was a symbolic link!", nextpath, target); 1760 char link[20]; local 1770 memset(link, 0, 20); 1771 linklen = readlink(path, link, 20); 1773 INFO("I am %d, /proc/self points to \"%s\"", mypid, link); 1788 if (lxc_safe_int(link, &link_to_pid) < 0)
|
Completed in 1551 milliseconds