Home
last modified time | relevance | path

Searched refs:DEV_NULL (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/rump/librump/rumpvfs/
H A Ddevnull.c74 "/dev/null", null_cmaj, DEV_NULL); in rump_devnull_init()
85 if (minor(dev) == DEV_ZERO || minor(dev) == DEV_NULL) in rump_devnullopen()
97 case DEV_NULL: in rump_devnullrw()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dpipe.h119 # define DEV_NULL "NUL" macro
122 # define DEV_NULL "/dev/null" macro
H A Djavaversion.c70 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false, in execute_and_read_line()
H A Dcsharpcomp.c350 child = create_pipe_in ("csc", "csc", argv, DEV_NULL, true, true, false, in compile_csharp_using_sscli()
H A Djavacomp.c554 child = create_pipe_in (javac, "/bin/sh", argv, DEV_NULL, true, true, in is_envjavac_gcj()
1052 child = create_pipe_in ("gcj", "gcj", argv, DEV_NULL, true, true, in is_gcj_present()
/netbsd-src/sys/dev/
H A Dmm.c323 case DEV_NULL: in mm_readwrite()
351 case DEV_NULL: in mm_readwrite()
390 case DEV_NULL: in mm_mmap()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-java.c67 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false, in execute_and_read_po_output()
H A Dread-tcl.c107 child = create_pipe_in ("tclsh", "tclsh", argv, DEV_NULL, false, true, true, in msgdomain_read_tcl()
H A Dread-csharp.c69 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false, in execute_and_read_po_output()
H A Dmsginit.c829 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in project_id()
897 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in project_id_version()
1056 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in get_user_email()
1139 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in language_team_address()
H A DChangeLog4509 language_team_address): Use DEV_NULL instead of "/dev/null".
/netbsd-src/sys/rump/librump/rumpkern/
H A Ddevsw.c46 { "null", -1, 2, DEVNODE_SINGLE, DEVNODE_FLAG_ISMINOR0, { DEV_NULL,0 }},
/netbsd-src/sys/sys/
H A Dconf.h271 #define DEV_NULL 2 /* minor device 2 is EOF/rathole */ macro
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DChangeLog.11720 * pipe.h (DEV_NULL): New macro.
1721 * javacomp.c (compile_java_class): Use DEV_NULL instead of "/dev/null".