HomeSort by: relevance | last modified time | path
    Searched refs:FLDPRINTF (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/flash/
flash_io.c 104 FLDPRINTF(("starting flash io thread\n"));
140 FLDPRINTF(("stopping flash io thread\n"));
160 FLDPRINTF(("submitting job to flash io thread: %p\n", bp));
168 FLDPRINTF(("we have a read job\n"));
177 FLDPRINTF(("we have a write job\n"));
197 FLDPRINTF(("io cache write, offset: %jd\n", (intmax_t )offset));
205 FLDPRINTF(("filling buffer from offset %ju\n", (uintmax_t)base));
209 FLDPRINTF(("cache filled\n"));
240 FLDPRINTF(("trying to sync with an invalid buffer\n"));
246 FLDPRINTF(("erasing block at 0x%jx\n", (uintmax_t )base))
    [all...]
flash.h 45 #define FLDPRINTF(x) if (flashdebug) printf x
48 #define FLDPRINTF(x)
flash.c 441 FLDPRINTF(("Reading from block: %jd len: %jd\n",

Completed in 14 milliseconds