Home
last modified time | relevance | path

Searched refs:PTR_INVALID (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dtest_printf.c365 #define PTR_INVALID ((void *)0x000000ab) macro
370 test_hashed("%p", PTR_INVALID); in invalid_pointer()
371 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()
372 test("(efault)", "%pE", PTR_INVALID); in invalid_pointer()
545 test("(efault)", "%pd", PTR_INVALID); in dentry()
547 test("(efault)", "%pD", PTR_INVALID); in dentry()
/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c321 #define PHY_TUNING_ENTRY_LAST { .region = PTR_INVALID }
324 for (; (tune)->region != PTR_INVALID; ++(tune))
331 #define PTR_INVALID 0 macro