Home
last modified time | relevance | path

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

/external/strace/
Dioctl.c46 const unsigned int code2 = ((struct_ioctlent *) b)->code; in compare()
50 const struct_ioctlent *
53 struct_ioctlent *iop; in ioctl_lookup()
67 const struct_ioctlent *
68 ioctl_next_match(const struct_ioctlent *iop) in ioctl_next_match()
Ddefs.h259 } struct_ioctlent; typedef
558 extern const struct_ioctlent *ioctl_lookup(const unsigned int);
559 extern const struct_ioctlent *ioctl_next_match(const struct_ioctlent *);
647 extern const struct_ioctlent ioctlent0[];
654 extern const struct_ioctlent *ioctlent;
Dsyscall.c127 const struct_ioctlent ioctlent0[] = {
138 static const struct_ioctlent ioctlent1[] = {
150 static const struct_ioctlent ioctlent2[] = {
199 const struct_ioctlent *ioctlent = ioctlent0;
Dio.c389 const struct_ioctlent *iop; in SYS_FUNC()