Home
last modified time | relevance | path

Searched refs:dev_null (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/tools/kerneldoc/subsys/
H A DDoxyfile-dev_null7 OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_null/
15 GENERATE_TAGFILE = dev_null/dev_null.tag
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp77 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue() local
78 if (action.Open(STDIN_FILENO, dev_null, true, false)) in SetOptionValue()
80 if (action.Open(STDOUT_FILENO, dev_null, false, true)) in SetOptionValue()
82 if (action.Open(STDERR_FILENO, dev_null, false, true)) in SetOptionValue()
/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py156 def dev_null(): function
1671 with dev_null() as fd:
1677 with dev_null() as fd: