Searched refs:mknod (Results 1 - 25 of 87) sorted by relevance

1234

/netbsd-current/tools/mknod/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}mknod
4 HOST_SRCDIR= sbin/mknod
/netbsd-current/sbin/mknod/
H A DMakefile4 PROG= mknod
5 SRCS= mknod.c pack_dev.c
6 MAN= mknod.8
/netbsd-current/tests/fs/lfs/
H A Dt_pr.c22 ATF_TC(mknod); variable
23 ATF_TC_HEAD(mknod, tc)
26 atf_tc_set_md_var(tc, "descr", "mknod(2) hangs on LFS (PR kern/43503)");
32 ATF_TC_BODY(mknod, tc)
52 atf_tc_fail_errno("mknod failed");
58 ATF_TP_ADD_TC(tp, mknod);
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_mknod.c50 __warn_references(mknod,
51 "warning: reference to compatibility mknod(); include <sys/stat.h> to generate correct reference")
53 __strong_alias(mknod, __compat_mknod)
/netbsd-current/tests/lib/libc/sys/
H A Dt_mknod.c51 "Test error conditions of mknod(2) (PR kern/45111)");
62 ATF_REQUIRE_ERRNO(EINVAL, mknod(path, S_IFCHR, -1) == -1);
65 ATF_REQUIRE_ERRNO(ENAMETOOLONG, mknod(buf, S_IFCHR, 0) == -1);
68 ATF_REQUIRE_ERRNO(EFAULT, mknod((char *)-1, S_IFCHR, 0) == -1);
71 ATF_REQUIRE_ERRNO(ENOENT, mknod("/a/b/c/d/e/f/g", S_IFCHR, 0) == -1);
82 atf_tc_set_md_var(tc, "descr", "Test EEXIST from mknod(2)");
98 mknod("/etc/passwd", S_IFCHR, 0) == -1);
101 ATF_REQUIRE(mknod(path, S_IFCHR, 0) == 0);
104 ATF_REQUIRE_ERRNO(EEXIST, mknod(path, S_IFCHR, 0) == -1);
117 atf_tc_set_md_var(tc, "descr", "Test permissions of mknod(
[all...]
/netbsd-current/usr.sbin/mtree/
H A DMakefile17 CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod
18 .PATH: ${NETBSDSRCDIR}/sbin/mknod
/netbsd-current/tests/fs/tmpfs/
H A Dt_pipes.sh38 atf_check -s exit:0 -o empty -e empty mknod pipe p
H A Dt_mknod.sh29 # Verifies that the mknod operation works.
41 atf_check -s exit:0 -o empty -e empty mknod fd0a b 2 0
60 echo 'mknod dir/fd0a b 2 0' | kqueue_monitor 1 dir
75 atf_check -s exit:0 -o empty -e empty mknod null c 2 2
94 echo 'mknod dir/null c 2 2' | kqueue_monitor 1 dir
109 atf_check -s exit:0 -o empty -e empty mknod pipe p
127 echo 'mknod dir/pipe p' | kqueue_monitor 1 dir
H A Dt_readdir.sh60 atf_check -s exit:0 -o empty -e empty mknod blk b 0 0
61 atf_check -s exit:0 -o empty -e empty mknod chr c 0 0
62 atf_check -s exit:0 -o empty -e empty mknod fifo p
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-000-basic.sh23 mknod $G_root_/dev/null c 1 3 ||
/netbsd-current/share/examples/emul/linux/etc/
H A DLINUX_MAKEDEV48 mknod $i c 165 2
/netbsd-current/lib/librefuse/refuse/
H A Dv11.h54 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v11
H A Dv21.h50 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v21
H A Dv22.h54 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v22
H A Dv23.h54 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v23
H A Dv25.h50 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v25
H A Dv28.h50 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v28
H A Dv29.h50 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v29
H A Dv34.h49 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v34
H A Dv35.h49 int (*mknod) (const char *, mode_t, dev_t); member in struct:fuse_operations_v35
/netbsd-current/distrib/vax/inst-common/
H A Dinstbin.conf9 progs gzip ifconfig init ln ls mkdir mknod more mount mt dd
/netbsd-current/bin/pax/
H A DMakefile16 -I${NETBSDSRCDIR}/sbin/mknod
18 ${NETBSDSRCDIR}/sbin/mknod
/netbsd-current/usr.bin/crunch/examples/
H A Dfixit.conf27 progs mknod mount newfs ping reboot restore swapon umount
/netbsd-current/distrib/amiga/floppies/inst-common/
H A Dinstbin.conf9 progs gzip ifconfig init less ln ls mkdir mknod mount mount_cd9660
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsys_stat.in.h57 /* Before doing "#define mknod rpl_mknod" below, we need to include all
58 headers that may declare mknod(). OS/2 kLIBC declares mknod() in
670 # undef mknod
671 # define mknod rpl_mknod
673 _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)
675 _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev));
678 _GL_FUNCDECL_SYS (mknod, int, (char const *file, mode_t mode, dev_t dev)
682 _GL_CXXALIAS_SYS_CAST (mknod, int, (char const *file, mode_t mode, dev_t dev));
684 _GL_CXXALIASWARN (mknod);
[all...]

Completed in 392 milliseconds

1234