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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dblist.c10 * SWAPBLK_NONE on an allocation failure.
86 #define SWAPBLK_NONE ((daddr_t)-1) macro
121 #define SWAPBLK_NONE ((daddr_t)-1) macro
215 * of a contiguous region or SWAPBLK_NONE if space could
222 daddr_t blk = SWAPBLK_NONE;
230 if (blk != SWAPBLK_NONE)
329 return(SWAPBLK_NONE);
382 return(SWAPBLK_NONE);
406 return(SWAPBLK_NONE);
442 if (r != SWAPBLK_NONE) {
[all...]

Completed in 170 milliseconds