Home
last modified time | relevance | path

Searched refs:S_IRUGO (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dstat.h42 #if !defined(S_IRUGO)
44 #define S_IRUGO COMPAT_S_IRUGO macro
H A Dfs.h41 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH) macro
/third_party/backends/backend/
H A Dplustek-pp_procfs.c262 mode |= S_IRUGO | S_IXUGO; in new_entry()
264 mode = S_IFREG | S_IRUGO; in new_entry()
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c221 DEVICE_ATTR(test_id, S_IRUGO, NULL, NULL);
224 BUS_ATTR(test_id, S_IRUGO, NULL, NULL);

Completed in 3 milliseconds