Searched defs:mknod (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/src/stat/ |
D | mknod.c | 5 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() function
|
/third_party/musl/porting/liteos_a/user/src/stat/ |
D | mknod.c | 6 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() function
|
/third_party/rust/crates/nix/src/sys/ |
D | stat.rs | 173 pub fn mknod<P: ?Sized + NixPath>( in mknod() function
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 96 int (*mknod) (const char *, mode_t, dev_t); member
|
D | fuse_lowlevel.h | 276 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name, member
|
/third_party/libfuse/include/ |
D | fuse.h | 354 int (*mknod) (const char *, mode_t, dev_t); member
|
D | fuse_lowlevel.h | 371 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name, member
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 1278 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() function
|
/third_party/toybox/generated/ |
D | globals.h | 1490 struct mknod_data mknod; member
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3774 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() function
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 5200 int (*mknod)(struct user_namespace *, struct inode *, struct dentry *, umode_t, dev_t); member 15786 int (*mknod)(struct inode *, struct dentry *, struct iattr *, dev_t); member
|