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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dpaths.h52 #define _PATH_DEV "/dev/" macro
113 #define _PATH_DEVTTY _PATH_DEV "tty"
114 #define _PATH_DEVNULL _PATH_DEV "null"
115 #define _PATH_DEVCONSOLE _PATH_DEV "console"
116 #define _PATH_DEVCONSTTY _PATH_DEV "constty"
117 #define _PATH_DEVSTDIN _PATH_DEV "stdin"
118 #define _PATH_DEVSTDOUT _PATH_DEV "stdout"
119 #define _PATH_DEVSTDERR _PATH_DEV "stderr"
120 #define _PATH_DEVSOCKET _PATH_DEV "socket"

Completed in 31 milliseconds