OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nioctlents
(Results
1 - 3
of
3
) sorted by null
/external/strace/
ioctl.c
56
nioctlents
, sizeof(ioctlent[0]), compare);
72
if (iop < ioctlent +
nioctlents
&& iop->code == code)
syscall.c
224
unsigned
nioctlents
= nioctlents0;
variable
293
nioctlents
= nioctlents0;
303
nioctlents
= nioctlents1;
314
nioctlents
= nioctlents2;
[
all
...]
defs.h
739
extern unsigned
nioctlents
;
Completed in 5588 milliseconds