Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dioctl.c302 union { mach_msg_type_t t; int i; } ipctype; in __ioctl() local
303 ipctype.t = io2mach_type (count, type); in __ioctl()
304 if (*(int *) t != ipctype.i) in __ioctl()