Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/misc/
Dfastrpc.h14 #define FASTRPC_IOCTL_MUNMAP _IOWR('R', 7, struct fastrpc_req_munmap) macro
/external/fastrpc/inc/
Dfastrpc_internal.h44 #define FASTRPC_IOCTL_MUNMAP _IOWR('R', 7, struct fastrpc_ioctl_munmap) macro
/external/fastrpc/src/
Dfastrpc_apps_user.c1242 VERIFY(AEE_SUCCESS == (nErr = ioctl(dev, FASTRPC_IOCTL_MUNMAP, (unsigned long)&munmap))); in remote_munmap64()
1265 nErr = ioctl(hlist[i].dev, FASTRPC_IOCTL_MUNMAP, (unsigned long)&map); in remote_unmap_fd()