Home
last modified time | relevance | path

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

/external/strace/
Dioctl.c184 ioctl_decode_command_number(struct tcb *tcp) in ioctl_decode_command_number() function
352 ret = ioctl_decode_command_number(tcp); in SYS_FUNC()
DChangeLog34712 return of ioctl_decode_command_number() disables further calls to
34719 ioctl_decode_command_number() returns a value with
35819 When a command number was decoded through ioctl_decode_command_number(),
38210 ioctl: prepare ioctl_decode_command_number for future changes.
38211 * ioctl.c (ioctl_decode_command_number): Change 1st arg to struct tcb*.
38220 ioctl_decode_command_number): Rename "arg" to "code".
38226 ioctl_decode_command_number): Declare as static.
38228 ioctl_decode, ioctl_decode_command_number): Remove.