OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_fd
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/ion/
ion.c
108
int flags, off_t offset, unsigned char **ptr, int *
map_fd
)
116
*
map_fd
= data.fd;
117
if (*
map_fd
< 0) {
121
*ptr = mmap(NULL, length, prot, flags, *
map_fd
, offset);
131
int
map_fd
;
local
ion_test.c
85
int fd,
map_fd
, ret;
local
95
ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &
map_fd
);
114
close(
map_fd
);
121
close(
map_fd
);
125
close(
map_fd
);
126
ret = ion_map(fd, handle, len, prot, flags, 0, &ptr, &
map_fd
);
Completed in 18 milliseconds