Home
last modified time | relevance | path

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

/external/strace/
Dioctl.c40 const unsigned int code2 = ((struct_ioctlent *) b)->code; in compare()
44 static const struct_ioctlent *
47 struct_ioctlent *iop; in ioctl_lookup()
61 static const struct_ioctlent *
62 ioctl_next_match(const struct_ioctlent *iop) in ioctl_next_match()
340 const struct_ioctlent *iop; in SYS_FUNC()
Dsyscall.c104 const struct_ioctlent ioctlent0[] = {
109 static const struct_ioctlent ioctlent1[] = {
123 static const struct_ioctlent ioctlent2[] = {
154 const struct_ioctlent *ioctlent = ioctlent0;
Ddefs.h178 } struct_ioctlent; typedef
1406 extern const struct_ioctlent ioctlent0[];
1414 extern const struct_ioctlent *ioctlent;
DChangeLog40805 * syscall.c (struct_ioctlent ioctlent0): Likewise.
40892 * defs.h (struct_ioctlent): Change "code" type to "unsigned int".
46379 Create and use struct_sysent and struct_ioctlent typedefs.