Searched refs:reply_size (Results 1 – 1 of 1) sorted by relevance
84 unsigned int reply_size; in __ioctl() local203 if (m->msgh_size != reply_size in __ioctl()250 reply_size = sizeof msg.header; in __ioctl()260 reply_size += sizeof (mach_msg_type_t) + typesize (type) * count; in __ioctl()262 reply_size += sizeof (mach_msg_type_t) - 1; in __ioctl()263 reply_size &= ~(sizeof (mach_msg_type_t) - 1); in __ioctl()265 reply_size += typesize (type) * count; in __ioctl()323 if (m->msgh_size != reply_size in __ioctl()