Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/
A Dioctl.c34 #define typesize(type) (1 << (type)) macro
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()
265 reply_size += typesize (type) * count; in __ioctl()
[all …]

Completed in 3 milliseconds