Searched defs:ukfs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libukfs/
H A Dukfs.c71 struct ukfs { struct
91 ukfs_getmp(struct ukfs *ukfs) argument
98 ukfs_setspecific(struct ukfs *ukfs, voi argument
105 ukfs_getspecific(struct ukfs *ukfs) argument
119 precall(struct ukfs *ukfs, struct lwp **curlwp) argument
756 ukfs_opendir(struct ukfs *ukfs, const char *dirname, struct ukfs_dircookie **c) argument
805 ukfs_getdents_cookie(struct ukfs *ukfs, struct ukfs_dircookie *c, off_t *off, uint8_t *buf, size_t bufsize) argument
816 ukfs_getdents(struct ukfs *ukfs, const char *dirname, off_t *off, uint8_t *buf, size_t bufsize) argument
839 ukfs_closedir(struct ukfs *ukfs, struct ukfs_dircookie *c) argument
848 ukfs_open(struct ukfs *ukfs, const char *filename, int flags) argument
862 ukfs_read(struct ukfs *ukfs, const char *filename, off_t off, uint8_t *buf, size_t bufsize) argument
886 ukfs_read_fd(struct ukfs *ukfs, int fd, off_t off, uint8_t *buf, size_t buflen) argument
893 ukfs_write(struct ukfs *ukfs, const char *filename, off_t off, uint8_t *buf, size_t bufsize) argument
921 ukfs_write_fd(struct ukfs *ukfs, int fd, off_t off, uint8_t *buf, size_t buflen, int dosync) argument
935 ukfs_close(struct ukfs *ukfs, int fd) argument
943 ukfs_create(struct ukfs *ukfs, const char *filename, mode_t mode) argument
958 ukfs_mknod(struct ukfs *ukfs, const char *path, mode_t mode, dev_t dev) argument
965 ukfs_mkfifo(struct ukfs *ukfs, const char *path, mode_t mode) argument
972 ukfs_mkdir(struct ukfs *ukfs, const char *filename, mode_t mode) argument
979 ukfs_remove(struct ukfs *ukfs, const char *filename) argument
986 ukfs_rmdir(struct ukfs *ukfs, const char *filename) argument
993 ukfs_link(struct ukfs *ukfs, const char *filename, const char *f_create) argument
1000 ukfs_symlink(struct ukfs *ukfs, const char *filename, const char *linkname) argument
1007 ukfs_readlink(struct ukfs *ukfs, const char *filename, char *linkbuf, size_t buflen) argument
1019 ukfs_rename(struct ukfs *ukfs, const char *from, const char *to) argument
1026 ukfs_chdir(struct ukfs *ukfs, const char *path) argument
1053 ukfs_stat(struct ukfs *ukfs, const char *filename, struct stat *file_stat) argument
1065 ukfs_lstat(struct ukfs *ukfs, const char *filename, struct stat *file_stat) argument
1077 ukfs_chmod(struct ukfs *ukfs, const char *filename, mode_t mode) argument
1084 ukfs_lchmod(struct ukfs *ukfs, const char *filename, mode_t mode) argument
1091 ukfs_chown(struct ukfs *ukfs, const char *filename, uid_t uid, gid_t gid) argument
1098 ukfs_lchown(struct ukfs *ukfs, const char *filename, uid_t uid, gid_t gid) argument
1105 ukfs_chflags(struct ukfs *ukfs, const char *filename, u_long flags) argument
1112 ukfs_lchflags(struct ukfs *ukfs, const char *filename, u_long flags) argument
1119 ukfs_utimes(struct ukfs *ukfs, const char *filename, const struct timeval *tptr) argument
1126 ukfs_lutimes(struct ukfs *ukfs, const char *filename, const struct timeval *tptr) argument
1363 ukfs_util_builddirs(struct ukfs *ukfs, const char *pathname, mode_t mode) argument
[all...]
/netbsd-current/lib/libp2k/
H A Dp2k.c417 struct ukfs *ukfs = NULL; local
[all...]

Completed in 996 milliseconds