Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/dev/dtrace/
H A Dblist.c75 #define SWAPBLK_NONE ((daddr_t)-1) macro
160 daddr_t blk = SWAPBLK_NONE; in blist_alloc()
169 if (blk != SWAPBLK_NONE) { in blist_alloc()
272 return SWAPBLK_NONE;
325 return SWAPBLK_NONE;
349 return SWAPBLK_NONE;
387 if (r != SWAPBLK_NONE) {
415 return SWAPBLK_NONE;
H A Dblist.h94 #define SWAPBLK_NONE ((daddr_t)-1) macro
H A Ddtrace_glue.c776 if (p == SWAPBLK_NONE) { in vmem_alloc()
780 if (p == SWAPBLK_NONE) { in vmem_alloc()