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

/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h78 * Pass this routine the array of boot_cell_t's describing the
136 typedef unsigned long long boot_cell_t; typedef
143 * These macros stuff/unstuff arguments into/from boot_cell_t's, which are
147 #define boot_ptr2cell(p) ((boot_cell_t)((uintptr_t)((void *)(p))))
148 #define boot_int2cell(i) ((boot_cell_t)((int)(i)))
149 #define boot_uint2cell(u) ((boot_cell_t)((unsigned int)(u)))
150 #define boot_uint642cell(u) ((boot_cell_t)((uint64_t)(u)))
151 #define boot_offt2cell(u) ((boot_cell_t)((off_t)(u)))
152 #define boot_size2cell(u) ((boot_cell_t)((size_t)(u)))
153 #define boot_phandle2cell(ph) ((boot_cell_t)((unsigne
[all...]

Completed in 90 milliseconds