Searched refs:sys (Results 451 - 475 of 1512) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/mips/lantiq/xway/
H A Dclk.c86 unsigned long sys = ltq_ar9_sys_hz(); local
89 return sys / 3;
91 return sys / 2;
/linux-master/tools/iio/
H A Dlsiio.c15 #include <sys/types.h>
16 #include <sys/stat.h>
17 #include <sys/dir.h>
/linux-master/tools/testing/selftests/sync/
H A Dsync.c35 #include <sys/ioctl.h>
36 #include <sys/stat.h>
37 #include <sys/types.h>
168 return open("/sys/kernel/debug/sync/sw_sync", O_RDWR);
/linux-master/arch/alpha/kernel/
H A Dsys_alcor.c243 alpha_mv.sys.cia.gru_int_req_bits = XLT_GRU_INT_REQ_BITS;
276 .sys = { .cia = {
303 .sys = { .cia = {
/linux-master/samples/hidraw/
H A Dhid-example.c29 #include <sys/ioctl.h>
30 #include <sys/types.h>
31 #include <sys/stat.h>
/linux-master/samples/auxdisplay/
H A Dcfag12864b-example.c20 #include <sys/types.h>
21 #include <sys/stat.h>
22 #include <sys/mman.h>
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dpsample.sh14 NETDEVSIM_PATH=/sys/bus/netdevsim/
17 SYSFS_NET_DIR=/sys/bus/netdevsim/devices/$DEV/net/
18 PSAMPLE_DIR=/sys/kernel/debug/netdevsim/$DEV/psample/
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c26 #include <sys/ioctl.h>
27 #include <sys/syscall.h>
29 #include <sys/mman.h>
/linux-master/tools/testing/selftests/x86/
H A Diopl.c17 #include <sys/types.h>
18 #include <sys/wait.h>
21 #include <sys/io.h>
/linux-master/tools/testing/selftests/timens/
H A Dtimens.c8 #include <sys/stat.h>
9 #include <sys/syscall.h>
10 #include <sys/types.h>
/linux-master/tools/testing/selftests/ir/
H A Dir_loopback.c21 #include <sys/types.h>
22 #include <sys/ioctl.h>
24 #include <sys/stat.h>
78 snprintf(buf, sizeof(buf), "/sys/class/rc/%s", rc);
126 snprintf(buf, sizeof(buf), "/sys/class/rc/%s/protocols", argv[2]);
/linux-master/arch/um/os-Linux/
H A Dmem.c13 #include <sys/stat.h>
14 #include <sys/mman.h>
15 #include <sys/vfs.h>
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_redirect_multi.c13 #include <sys/ioctl.h>
14 #include <sys/types.h>
15 #include <sys/socket.h>
H A Dtest_tcpnotify_user.c9 #include <sys/syscall.h>
13 #include <sys/socket.h>
16 #include <sys/ioctl.h>
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c15 #include <sys/types.h>
16 #include <sys/stat.h>
17 #include <sys/utsname.h>
/linux-master/tools/perf/tests/
H A Dmmap-thread-lookup.c4 #include <sys/syscall.h>
5 #include <sys/types.h>
6 #include <sys/mman.h>
H A Dattr.c29 #include <sys/param.h>
30 #include <sys/types.h>
31 #include <sys/stat.h>
/linux-master/include/linux/raid/
H A Dpq.h24 #include <sys/mman.h>
25 #include <sys/time.h>
26 #include <sys/types.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c6 #include <sys/mount.h>
7 #include <sys/stat.h>
8 #include <sys/types.h>
/linux-master/tools/testing/selftests/mm/
H A Dhugepage-mremap.c19 #include <sys/mman.h>
22 #include <sys/syscall.h> /* Definition of SYS_* constants */
24 #include <sys/ioctl.h>
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c15 #include <sys/auxv.h>
16 #include <sys/time.h>
19 #include <sys/syscall.h>
/linux-master/scripts/mod/
H A Dmodpost.h8 #include <sys/types.h>
9 #include <sys/stat.h>
10 #include <sys/mman.h>
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py16 import sys namespace
144 sys.exit('{}: module path must end with .o'.format(obj))
209 sys.exit('{}: unknown file type'.format(path))
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py33 import sys namespace
121 sys.stderr.write(err)
127 sys.stderr.write(err)
/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c11 #include <sys/syscall.h>
12 #include <sys/stat.h>
13 #include <sys/mman.h>

Completed in 255 milliseconds

<<11121314151617181920>>