Lines Matching defs:dfn
1413 #define __sanitizer_syscall_pre_pciconfig_read(bus, dfn, off, len, buf) \
1415 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1416 #define __sanitizer_syscall_post_pciconfig_read(res, bus, dfn, off, len, buf) \
1418 res, (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1419 #define __sanitizer_syscall_pre_pciconfig_write(bus, dfn, off, len, buf) \
1421 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1422 #define __sanitizer_syscall_post_pciconfig_write(res, bus, dfn, off, len, buf) \
1424 res, (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
2826 void __sanitizer_syscall_pre_impl_pciconfig_read(long bus, long dfn, long off,
2828 void __sanitizer_syscall_post_impl_pciconfig_read(long res, long bus, long dfn,
2830 void __sanitizer_syscall_pre_impl_pciconfig_write(long bus, long dfn, long off,
2832 void __sanitizer_syscall_post_impl_pciconfig_write(long res, long bus, long dfn,