Home
last modified time | relevance | path

Searched refs:boot_cell_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h139 typedef unsigned long long boot_cell_t; typedef
150 #define boot_ptr2cell(p) ((boot_cell_t)((uintptr_t)((void *)(p))))
151 #define boot_int2cell(i) ((boot_cell_t)((int)(i)))
152 #define boot_uint2cell(u) ((boot_cell_t)((unsigned int)(u)))
153 #define boot_uint642cell(u) ((boot_cell_t)((uint64_t)(u)))
154 #define boot_offt2cell(u) ((boot_cell_t)((off_t)(u)))
155 #define boot_size2cell(u) ((boot_cell_t)((size_t)(u)))
156 #define boot_phandle2cell(ph) ((boot_cell_t)((unsigned)((phandle_t)(ph))))
157 #define boot_dnode2cell(d) ((boot_cell_t)((unsigned)((pnode_t)(d))))
158 #define boot_ihandle2cell(ih) ((boot_cell_t)((unsigned)((ihandle_t)(ih))))
[all …]