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
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)))
161 #define boot_cell2int(i) ((int)((boot_cell_t)(i)))
163 #define boot_cell2uint64(u) ((uint64_t)((boot_cell_t)(u)))
164 #define boot_cell2offt(u) ((off_t)((boot_cell_t)(u)))
165 #define boot_cell2size(u) ((size_t)((boot_cell_t)(u)))
[all …]