Lines Matching defs:hc

116 hc_connect(struct HostConf *hc, int readonly)  in hc_connect()
136 hc_hello(struct HostConf *hc) in hc_hello()
220 hc_stat(struct HostConf *hc, const char *path, struct stat *st) in hc_stat()
238 hc_lstat(struct HostConf *hc, const char *path, struct stat *st) in hc_lstat()
403 hc_opendir(struct HostConf *hc, const char *path) in hc_opendir()
471 hc_readdir(struct HostConf *hc, DIR *dir, struct stat **statpp) in hc_readdir()
556 hc_closedir(struct HostConf *hc, DIR *dir) in hc_closedir()
665 hc_open(struct HostConf *hc, const char *path, int flags, mode_t mode) in hc_open()
785 hc_close(struct HostConf *hc, int fd) in hc_close()
855 hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes) in hc_read()
1001 hc_write(struct HostConf *hc, int fd, const void *buf, size_t bytes) in hc_write()
1088 hc_remove(struct HostConf *hc, const char *path) in hc_remove()
1135 hc_mkdir(struct HostConf *hc, const char *path, mode_t mode) in hc_mkdir()
1185 hc_rmdir(struct HostConf *hc, const char *path) in hc_rmdir()
1229 hc_chown(struct HostConf *hc, const char *path, uid_t owner, gid_t group) in hc_chown()
1296 hc_lchown(struct HostConf *hc, const char *path, uid_t owner, gid_t group) in hc_lchown()
1363 hc_chmod(struct HostConf *hc, const char *path, mode_t mode) in hc_chmod()
1384 hc_lchmod(struct HostConf *hc, const char *path, mode_t mode) in hc_lchmod()
1437 hc_mknod(struct HostConf *hc, const char *path, mode_t mode, dev_t rdev) in hc_mknod()
1498 hc_link(struct HostConf *hc, const char *name1, const char *name2) in hc_link()
1549 hc_chflags(struct HostConf *hc, const char *path, u_long flags) in hc_chflags()
1577 hc_lchflags(struct HostConf *hc, const char *path, u_long flags) in hc_lchflags()
1643 hc_readlink(struct HostConf *hc, const char *path, char *buf, int bufsiz) in hc_readlink()
1699 hc_umask(struct HostConf *hc, mode_t numask) in hc_umask()
1744 hc_symlink(struct HostConf *hc, const char *name1, const char *name2) in hc_symlink()
1794 hc_rename(struct HostConf *hc, const char *name1, const char *name2) in hc_rename()
1844 hc_utimes(struct HostConf *hc, const char *path, const struct timeval *times) in hc_utimes()
1871 hc_lutimes(struct HostConf *hc, const char *path, const struct timeval *times) in hc_lutimes()
1941 hc_geteuid(struct HostConf *hc) in hc_geteuid()
1992 hc_getgroups(struct HostConf *hc, gid_t **gidlist) in hc_getgroups()