Searched defs:mknod (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dmknod.c37 #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 Dfuse_compat.h23 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 Dfuse.h115 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 23 milliseconds