OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nioctlents
(Results
1 - 4
of
4
) sorted by null
/external/strace/
ioctlsort.c
46
int
nioctlents
= sizeof ioctlent / sizeof ioctlent[0];
variable
65
qsort(ioctlent,
nioctlents
, sizeof ioctlent[0], compare);
66
for (i = 0; i <
nioctlents
; i++) {
ioctl.c
69
int
nioctlents
;
variable
92
nioctlents
, sizeof(struct ioctlent), compare);
108
if (iop < ioctlent +
nioctlents
&& iop->code == code)
defs.h
545
extern int
nioctlents
;
syscall.c
194
nioctlents
= nioctlents0;
206
nioctlents
= nioctlents1;
219
nioctlents
= nioctlents2;
[
all
...]
Completed in 195 milliseconds