Home
last modified time | relevance | path

Searched refs:ioctl_decode_command_number (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dioctl.c186 ioctl_decode_command_number(struct tcb *tcp) in ioctl_decode_command_number() function
304 ret = ioctl_decode_command_number(tcp); in SYS_FUNC()
DChangeLog20068 return of ioctl_decode_command_number() disables further calls to
20075 ioctl_decode_command_number() returns a value with
21175 When a command number was decoded through ioctl_decode_command_number(),
23566 ioctl: prepare ioctl_decode_command_number for future changes.
23567 * ioctl.c (ioctl_decode_command_number): Change 1st arg to struct tcb*.
23576 ioctl_decode_command_number): Rename "arg" to "code".
23582 ioctl_decode_command_number): Declare as static.
23584 ioctl_decode, ioctl_decode_command_number): Remove.