Searched refs:typesize (Results 1 – 1 of 1) sorted by relevance
34 #define typesize(type) (1 << (type)) macro48 ((mach_msg_type_t) { mach_types[type], typesize (type) * 8, count, 1, 0, 0 }) in __ioctl()71 + msg_align (_IOT_COUNT0 (type) * typesize (_IOT_TYPE0 (type))) in __ioctl()72 + msg_align (_IOT_COUNT1 (type) * typesize (_IOT_TYPE1 (type))) in __ioctl()73 + _IOT_COUNT2 (type) * typesize (_IOT_TYPE2 (type))]; in __ioctl()76 char data[_IOT_COUNT0 (type) * typesize (_IOT_TYPE0 (type)) in __ioctl()77 + _IOT_COUNT1 (type) * typesize (_IOT_TYPE1 (type)) in __ioctl()78 + _IOT_COUNT2 (type) * typesize (_IOT_TYPE2 (type))]; in __ioctl()126 const size_t len = count * typesize ((unsigned int) type); in __ioctl()260 reply_size += sizeof (mach_msg_type_t) + typesize (type) * count; in __ioctl()[all …]