Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/dtrace/
H A Dblist.c75 #define SWAPBLK_NONE ((daddr_t)-1) macro
164 daddr_t blk = SWAPBLK_NONE; in blist_alloc()
173 if (blk != SWAPBLK_NONE) { in blist_alloc()
276 return SWAPBLK_NONE;
329 return SWAPBLK_NONE;
353 return SWAPBLK_NONE;
391 if (r != SWAPBLK_NONE) {
419 return SWAPBLK_NONE;
H A Dblist.h94 #define SWAPBLK_NONE ((daddr_t)-1) macro
H A Ddtrace_glue.c820 if (p == SWAPBLK_NONE) { in vmem_alloc()
824 if (p == SWAPBLK_NONE) { in vmem_alloc()