/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind04.c | 74 static void setup(void) in setup() function 167 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
H A D | clock_nanosleep01.c | 121 void setup(void) in setup() function 225 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
H A D | leapsec01.c | 183 static void setup(void) in setup() function 200 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range01.c | 214 static void setup(void) in setup() function 227 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait01.c | 51 static void setup(void) in setup() function 240 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify06.c | 225 static void setup(void) in setup() function 241 .setup = setup,
|
H A D | fanotify05.c | 188 static void setup(void) in setup() function 213 .setup = setup,
|
H A D | fanotify04.c | 193 static void setup(void) in setup() function 219 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/fmtmsg/ |
H A D | fmtmsg01.c | 57 void setup(); 82 setup(); in main() 225 void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_cmp_requeue01.c | 190 static void setup(void) in setup() function 213 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify07.c | 139 static void setup(void) in setup() function 185 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
H A D | msgstress01.c | 61 void setup(void); 90 setup(); in main() 257 void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl01.c | 245 static void setup(void) in setup() function 268 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
H A D | linkat02.c | 56 static void setup(void); 92 setup(); in main() 139 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise06.c | 98 static void setup(void) in setup() function 242 .setup = setup,
|
H A D | madvise02.c | 126 static void setup(void) in setup() function 197 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
H A D | mincore01.c | 52 static void setup(void); 89 setup(); in main() 150 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
H A D | mq_timedreceive01.c | 136 static void setup(void) in setup() function 231 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl09.c | 143 static void setup(void) in setup() function 171 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send02.c | 69 static void setup(void) in setup() function 185 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit01.c | 44 static void setup(void); 64 setup(); in main() 287 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 153 static void setup(void) in setup() function 228 .setup = setup,
|
/third_party/skia/third_party/externals/brotli/ |
H A D | setup.py | 13 from setuptools import setup namespace 16 from distutils.core import setup namespace 274 TEST_SUITE = 'setup.get_test_suite' 280 setup(
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 88 let setup = ::ioctl(fds, I_FIND, LDTERM.as_ptr()); in openpty() 89 if setup < 0 { in openpty() 91 } else if setup == 0 { in openpty()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht3x.c | 139 struct sht3x_platform_data setup; member 444 } else if (data->setup.blocking_io) { in sht3x_select_command() 445 data->command = data->setup.high_precision ? in sht3x_select_command() 450 if (data->setup.high_precision) { in sht3x_select_command() 598 if (data->setup.high_precision) in update_interval_store() 693 data->setup.blocking_io = false; in sht3x_probe() 694 data->setup.high_precision = true; in sht3x_probe() 701 data->setup = *(struct sht3x_platform_data *)dev->platform_data; in sht3x_probe()
|