Searched refs:convert_ioctl_struct (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/src/misc/ |
D | ioctl.c | 74 static void convert_ioctl_struct(const struct ioctl_compat_map *map, char *old, char *new, int dir) in convert_ioctl_struct() function 83 convert_ioctl_struct(map+1, old, new, dir); in convert_ioctl_struct() 84 convert_ioctl_struct(map+2, old+4, new+8, dir); in convert_ioctl_struct() 85 convert_ioctl_struct(map+3, old+68, new+72, dir); in convert_ioctl_struct() 130 convert_ioctl_struct(&compat_map[i], u.buf, arg, W); in ioctl() 133 convert_ioctl_struct(&compat_map[i], u.buf, arg, R); in ioctl()
|