Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dioctl.c47 #define io2mach_type(count, type) \ in __ioctl() macro
129 *t = io2mach_type (count, type); in __ioctl()
151 *t++ = io2mach_type (1, _IOTS (integer_t)); in __ioctl()
210 { t: io2mach_type (1, _IOTS (msg.header.RetCode)) }).i) in __ioctl()
303 ipctype.t = io2mach_type (count, type); in __ioctl()
/glibc-2.36/ChangeLog.old/
DChangeLog.41856 * sysdeps/mach/hurd/__ioctl.c (io2mach_type): Move macro defn before