HomeSort by relevance Sort by last modified time
    Searched refs:ioctl_decode (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_ioctl_test.cc 50 (void)&ioctl_decode;
81 bool res = ioctl_decode(0x8004ae98U, &desc);
89 bool res = ioctl_decode(0x8400ae8eU, &desc);
97 bool res = ioctl_decode(0xc004ae02U, &desc);
  /external/strace/
ioctl.c 73 ioctl_decode(struct tcb *tcp, long code, long arg) function
io.c 395 ioctl_decode(tcp, tcp->u_arg[1], tcp->u_arg[2]);
398 int ret = ioctl_decode(tcp, tcp->u_arg[1], tcp->u_arg[2]);
defs.h 719 extern int ioctl_decode(struct tcb *, long, long);

Completed in 169 milliseconds