Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dioctl.c84 unsigned int reply_size; in __ioctl() local
203 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()