Symbol: PATH_DEV
tests/include/t_paths.c
100
{ _PATH_VIDEO, PATH_DEV },
tests/include/t_paths.c
101
{ _PATH_VIDEO0, PATH_DEV },
tests/include/t_paths.c
102
{ _PATH_WATCHDOG, PATH_DEV | PATH_OPT },
tests/include/t_paths.c
182
if ((paths[i].flags & PATH_DEV) != 0) {
tests/include/t_paths.c
190
ATF_CHECK((paths[i].flags & PATH_DEV) == 0);
tests/include/t_paths.c
196
ATF_CHECK((paths[i].flags & PATH_DEV) == 0);
tests/include/t_paths.c
56
{ _PATH_AUDIO, PATH_DEV },
tests/include/t_paths.c
57
{ _PATH_AUDIO0, PATH_DEV },
tests/include/t_paths.c
58
{ _PATH_AUDIOCTL, PATH_DEV },
tests/include/t_paths.c
59
{ _PATH_AUDIOCTL0, PATH_DEV },
tests/include/t_paths.c
60
{ _PATH_BPF, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
61
{ _PATH_CLOCKCTL, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
62
{ _PATH_CONSOLE, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
63
{ _PATH_CONSTTY, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
64
{ _PATH_CPUCTL, PATH_DEV },
tests/include/t_paths.c
66
{ _PATH_DEFTAPE, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
69
{ _PATH_DEVNULL, PATH_DEV },
tests/include/t_paths.c
70
{ _PATH_DRUM, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
76
{ _PATH_KMEM, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
77
{ _PATH_KSYMS, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
82
{ _PATH_MEM, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
83
{ _PATH_MIXER, PATH_DEV },
tests/include/t_paths.c
84
{ _PATH_MIXER0, PATH_DEV },
tests/include/t_paths.c
86
{ _PATH_POWER, PATH_DEV | PATH_ROOT | PATH_OPT },
tests/include/t_paths.c
88
{ _PATH_PUD, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
89
{ _PATH_PUFFS, PATH_DEV | PATH_ROOT },
tests/include/t_paths.c
90
{ _PATH_RANDOM, PATH_DEV },
tests/include/t_paths.c
94
{ _PATH_SOUND, PATH_DEV },
tests/include/t_paths.c
95
{ _PATH_SOUND0, PATH_DEV },
tests/include/t_paths.c
96
{ _PATH_SYSMON, PATH_DEV | PATH_OPT },
tests/include/t_paths.c
97
{ _PATH_TTY, PATH_DEV },
tests/include/t_paths.c
99
{ _PATH_URANDOM, PATH_DEV },