Lines Matching refs:name
379 cfg.skip_const(move |name| { in test_apple()
381 if name.starts_with("VM_FLAGS_") { in test_apple()
384 match name { in test_apple()
404 cfg.skip_fn(move |name| { in test_apple()
406 match name { in test_apple()
615 cfg.skip_const(move |name| { in test_openbsd()
616 match name { in test_openbsd()
635 cfg.skip_fn(move |name| { in test_openbsd()
636 match name { in test_openbsd()
779 cfg.skip_const(move |name| { in test_cygwin()
780 match name { in test_cygwin()
842 cfg.skip_fn(move |name| { in test_cygwin()
844 match name { in test_cygwin()
937 cfg.fn_cname(move |name, cname| cname.unwrap_or(name).to_string()); in test_windows()
939 cfg.skip_type(move |name| match name { in test_windows()
958 cfg.skip_const(move |name| { in test_windows()
959 match name { in test_windows()
989 cfg.skip_fn(move |name| { in test_windows()
990 match name { in test_windows()
1195 cfg.skip_const(move |name| match name { in test_solarish()
1275 cfg.skip_fn(move |name| { in test_solarish()
1277 match name { in test_solarish()
1501 cfg.skip_const(move |name| { in test_netbsd()
1502 match name { in test_netbsd()
1516 cfg.skip_fn(move |name| { in test_netbsd()
1518 match name { in test_netbsd()
1729 cfg.skip_const(move |name| { in test_dragonflybsd()
1730 match name { in test_dragonflybsd()
1745 cfg.skip_fn(move |name| { in test_dragonflybsd()
1747 match name { in test_dragonflybsd()
2141 cfg.skip_const(move |name| { in test_android()
2142 match name { in test_android()
2292 cfg.skip_fn(move |name| { in test_android()
2294 match name { in test_android()
2590 cfg.skip_const(move |name| { in test_freebsd()
2591 match name { in test_freebsd()
2925 cfg.skip_fn(move |name| { in test_freebsd()
2927 match name { in test_freebsd()
3229 cfg.skip_fn(move |name| { in test_emscripten()
3230 match name { in test_emscripten()
3239 cfg.skip_const(move |name| { in test_emscripten()
3240 match name { in test_emscripten()
3514 cfg.skip_const(move |name| { in test_neutrino()
3515 match name { in test_neutrino()
3526 cfg.skip_fn(move |name| { in test_neutrino()
3528 match name { in test_neutrino()
3583 cfg.skip_static(move |name| (name == "__dso_handle")); in test_neutrino()
3652 cfg.skip_const(move |name| match name { in test_vxworks()
3681 cfg.skip_fn(move |name| match name { in test_vxworks()
4245 cfg.skip_const(move |name| { in test_linux()
4257 if name.starts_with("AF_") in test_linux()
4258 || name.starts_with("ARPHRD_") in test_linux()
4259 || name.starts_with("EPOLL") in test_linux()
4260 || name.starts_with("F_") in test_linux()
4261 || name.starts_with("FALLOC_FL_") in test_linux()
4262 || name.starts_with("IFLA_") in test_linux()
4263 || name.starts_with("KEXEC_") in test_linux()
4264 || name.starts_with("MS_") in test_linux()
4265 || name.starts_with("MSG_") in test_linux()
4266 || name.starts_with("OPEN_TREE_") in test_linux()
4267 || name.starts_with("P_") in test_linux()
4268 || name.starts_with("PF_") in test_linux()
4269 || name.starts_with("PIDFD_") in test_linux()
4270 || name.starts_with("RLIMIT_") in test_linux()
4271 || name.starts_with("RTEXT_FILTER_") in test_linux()
4272 || name.starts_with("SOL_") in test_linux()
4273 || name.starts_with("STATX_") in test_linux()
4274 || name.starts_with("SW_") in test_linux()
4275 || name.starts_with("SYS_") in test_linux()
4276 || name.starts_with("TCP_") in test_linux()
4277 || name.starts_with("UINPUT_") in test_linux()
4278 || name.starts_with("VMADDR_") in test_linux()
4285 if name == "SECCOMP_GET_NOTIF_SIZES" in test_linux()
4286 || name == "SECCOMP_FILTER_FLAG_NEW_LISTENER" in test_linux()
4287 || name == "SECCOMP_FILTER_FLAG_TSYNC_ESRCH" in test_linux()
4288 || name == "SECCOMP_USER_NOTIF_FLAG_CONTINUE" // requires >= 5.5 in test_linux()
4289 || name == "SECCOMP_ADDFD_FLAG_SETFD" // requires >= 5.9 in test_linux()
4290 || name == "SECCOMP_ADDFD_FLAG_SEND" // requires >= 5.9 in test_linux()
4291 || name == "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" // requires >= 5.19 in test_linux()
4296 if name == "PTP_SYS_OFFSET_EXTENDED" { in test_linux()
4300 if name == "PTP_CLOCK_GETCAPS2" in test_linux()
4301 || name == "PTP_ENABLE_PPS2" in test_linux()
4302 || name == "PTP_EXTTS_REQUEST2" in test_linux()
4303 || name == "PTP_PEROUT_REQUEST2" in test_linux()
4304 || name == "PTP_PIN_GETFUNC2" in test_linux()
4305 || name == "PTP_PIN_SETFUNC2" in test_linux()
4306 || name == "PTP_SYS_OFFSET2" in test_linux()
4307 || name == "PTP_SYS_OFFSET_PRECISE2" in test_linux()
4308 || name == "PTP_SYS_OFFSET_EXTENDED2" in test_linux()
4313 if name.starts_with("J1939") in test_linux()
4314 || name.starts_with("RTEXT_FILTER_") in test_linux()
4315 || name.starts_with("SO_J1939") in test_linux()
4316 || name.starts_with("SCM_J1939") in test_linux()
4321 if name.starts_with("MEMBARRIER_CMD_REGISTER") in test_linux()
4322 || name.starts_with("MEMBARRIER_CMD_PRIVATE") in test_linux()
4327 if name.starts_with("RLIM64") { in test_linux()
4331 if name.starts_with("NI_IDN") { in test_linux()
4335 if loongarch64 && (name == "MFD_NOEXEC_SEAL" || name == "MFD_EXEC") { in test_linux()
4339 …if name == "PR_GET_MDWE" || name == "PR_MDWE_NO_INHERIT" || name == "PR_MDWE_REFUSE_EXEC_GAIN" || … in test_linux()
4343 if old_musl && (name == "SO_PREFER_BUSY_POLL" in test_linux()
4344 || name == "SO_BUSY_POLL_BUDGET") in test_linux()
4349 if name == "SO_NETNS_COOKIE" in test_linux()
4350 || name == "SO_BUF_LOCK" in test_linux()
4351 || name == "SO_RESERVE_MEM" in test_linux()
4352 || name == "SO_TXREHASH" in test_linux()
4353 || name == "SO_RCVMARK" in test_linux()
4354 || name == "SO_PASSPIDFD" in test_linux()
4355 || name == "SO_PEERPIDFD" in test_linux()
4356 || name == "SO_DEVMEM_LINEAR" in test_linux()
4357 || name == "SO_DEVMEM_DMABUF" in test_linux()
4358 || name == "SO_DEVMEM_DONTNEED" in test_linux()
4363 if name == "SCM_DEVMEM_LINEAR" in test_linux()
4364 || name == "SCM_DEVMEM_DMABUF" in test_linux()
4369 if old_musl && (riscv64 || x86_64) && name == "O_LARGEFILE" { in test_linux()
4373 if old_musl && name == "RLIM_NLIMITS" { in test_linux()
4377 match name { in test_linux()
4729 cfg.skip_fn(move |name| { in test_linux()
4731 match name { in test_linux()
5044 .skip_const(move |name| match name { in test_linux_like_apis()
5097 .skip_const(move |name| match name { in test_linux_like_apis()
5143 .skip_const(move |name| match name { in test_linux_like_apis()
5371 cfg.skip_fn(move |name| { in test_haiku()
5373 match name { in test_haiku()
5398 cfg.skip_const(move |name| { in test_haiku()
5399 match name { in test_haiku()
5641 cfg.skip_const(move |name| match name { in test_aix()
5691 cfg.skip_fn(move |name| { in test_aix()
5692 match name { in test_aix()