Searched defs:fc_cell_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfc_plat.h51 typedef unsigned long long fc_cell_t; typedef
59 * Handy macros for converting from an fc_cell_t to an integral type
61 * in an array of fc_cell_t's.
64 #define fc_ptr2cell(p) ((fc_cell_t)((uintptr_t)((void *)(p))))
65 #define fc_int2cell(i) ((fc_cell_t)((int)(i)))
66 #define fc_uint2cell(u) ((fc_cell_t)((unsigned int)(u)))
67 #define fc_uint32_t2cell(u) ((fc_cell_t)((unsigned int)((uint32_t)(u))))
68 #define fc_uint16_t2cell(w) ((fc_cell_t)((unsigned int)((uint16_t)(w))))
69 #define fc_uint8_t2cell(b) ((fc_cell_t)((unsigned int)((uint8_t)(b))))
70 #define fc_size2cell(u) ((fc_cell_t)((size_
[all...]

Completed in 58 milliseconds