Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c42 #define NULL_VALUE (void *)0x1 macro
56 if (retval == NULL_VALUE) in __xa_erase()
87 if (retval == NULL_VALUE) in xa_load()
129 ptr = NULL_VALUE; in __xa_alloc()
159 ptr = NULL_VALUE; in xa_alloc()
188 ptr = NULL_VALUE; in __xa_alloc_cyclic()
258 ptr = NULL_VALUE; in __xa_insert()
302 ptr = NULL_VALUE; in __xa_store()
308 if (ptr == NULL_VALUE) in __xa_store()
427 if (retval == NULL_VALUE) in __xa_next()