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

  /src/sys/dev/raidframe/
rf_general.h 79 #define RF_UL(x) ((unsigned long) (x))
81 #define RF_BLIP(x) (PAGE_SIZE - (RF_UL(x) & RF_PGMASK)) /* bytes left in page */
82 #define RF_PAGE_ALIGNED(x) ((RF_UL(x) & RF_PGMASK) == 0)
rf_dagfuncs.c 809 RF_ASSERT(((RF_UL(dst) | RF_UL(a) | RF_UL(b) | RF_UL(c) | len) & 0x7) == 0);

Completed in 12 milliseconds