Searched defs:offset (Results 1 - 5 of 5) sorted by relevance
/lxc/src/lxc/ |
H A D | commands.c | 284 char *offset = &path[1]; local 296 if (fill_sock_name(offset, len, name, lxcpath, hashed_sock_name)) 305 lxc_cmd_str(cmd->req.cmd), offset); 314 lxc_cmd_str(cmd->req.cmd), offset, ret); 326 lxc_cmd_str(cmd->req.cmd), offset, ret); 985 char *offset = &path[1]; local 994 if (fill_sock_name(offset, len, name, lxcpath, NULL)) 1000 offset, strerror(errno));
|
H A D | utils.c | 1520 int offset = *offsetp; local 1522 if (offset >= fulllen) 1525 while (path[offset] != '\0' && offset < fulllen) 1526 offset++; 1527 while (path[offset] == '\0' && offset < fulllen) 1528 offset++; 1530 *offsetp = offset; 1531 return (offset < fullle 1874 lxc_strmmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset) argument [all...] |
H A D | conf.c | 1957 int r, ret = 0, offset; local 1974 offset = strlen(path); 1984 offset = strlen(rootfs->path); 1989 aux + offset);
|
/lxc/src/lxc/bdev/ |
H A D | lxcbtrfs.h | 140 __le64 offset; member in struct:btrfs_disk_key 194 __u64 offset; member in struct:btrfs_ioctl_search_header 290 * the offset of generation_v2 is also used as the start for the memset
|
/lxc/src/lxc/cgroups/ |
H A D | cgfsng.c | 1353 char *tmp, *cgname, *offset; local 1373 offset = cgname + len - 5; 1381 snprintf(offset, 5, "-%d", idx);
|
Completed in 50 milliseconds