Searched defs:mknod (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ | ||
H A D | mknod.c | 37 #pragma weak _mknod = mknod 39 mknod(const char *path, mode_t mode, dev_t dev) function |
/osnet-11/usr/src/lib/libfuse/common/ | ||
H A D | fuse_compat.h | 23 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_compat25 82 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_compat22 133 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_compat2 181 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_compat1 |
H A D | fuse.h | 115 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations 347 * versions earlier than 2.6.15, the mknod() and open() methods |
Completed in 41 milliseconds