Home
last modified time | relevance | path

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

/qemu/include/user/
H A Dthunk.h42 TYPE_PTR, enumerator
48 #define MK_PTR(type) TYPE_PTR, type
107 case TYPE_PTR: in thunk_type_size()
180 case TYPE_PTR: in thunk_type_align()
/qemu/linux-user/
H A Dthunk.c48 case TYPE_PTR: in thunk_type_next()
H A Dsyscall.c4637 assert(arg_type[0] == TYPE_PTR); in do_ioctl_fs_ioc_fiemap()
4720 assert(arg_type[0] == TYPE_PTR); in do_ioctl_ifconf()
5275 assert(*arg_type == TYPE_PTR); in do_ioctl_rt()
5608 case TYPE_PTR: in do_ioctl()
7239 if (arg_type[0] != TYPE_PTR) { in _syscall1()
H A Dstrace.c4143 case TYPE_PTR: in print_ioctl()