Searched refs:convert_ioctl_struct (Results 1 – 1 of 1) sorted by relevance
/external/musl/src/misc/ |
D | ioctl.c | 83 static void convert_ioctl_struct(const struct ioctl_compat_map *map, char *old, char *new, int dir) in convert_ioctl_struct() function 92 convert_ioctl_struct(map+1, old, new, dir); in convert_ioctl_struct() 93 convert_ioctl_struct(map+2, old+4, new+8, dir); in convert_ioctl_struct() 97 convert_ioctl_struct(map+3, old+68, new+72+adj, dir); in convert_ioctl_struct() 98 convert_ioctl_struct(map+3, old+72, new+76+3*adj, dir); in convert_ioctl_struct() 143 convert_ioctl_struct(&compat_map[i], u.buf, arg, W); in ioctl() 146 convert_ioctl_struct(&compat_map[i], u.buf, arg, R); in ioctl()
|