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()
132 ptr = NULL_VALUE; in __xa_alloc()
162 ptr = NULL_VALUE; in xa_alloc()
194 ptr = NULL_VALUE; in __xa_alloc_cyclic()
250 ptr = NULL_VALUE; in __xa_insert()
294 ptr = NULL_VALUE; in __xa_store()
300 if (ptr == NULL_VALUE) in __xa_store()
409 if (retval == NULL_VALUE) in __xa_next()