Type
#include <SYS/TYPES.H>
__usec_t variable; This type has the same size as __sec_t but it is unsigned integer.
Despite being unsigned, only values that fit into signed __sec_t may be passed to the kernel drivers. If the device size does not fit into signed __sec_t type, the driver must not attach the device.