OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapfd
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/plugins/radius/
clientid.c
37
FILE *
mapfd
;
local
42
if ((
mapfd
= fopen(filename,"r")) == NULL)
50
while (fgets(buffer, sizeof(buffer),
mapfd
) != NULL)
89
fclose(
mapfd
);
/frameworks/base/libs/binder/
MemoryHeapBase.cpp
58
if (
mapfd
(fd, size) == NO_ERROR) {
79
if (
mapfd
(fd, size) == NO_ERROR) {
91
mapfd
(dup(fd), size, offset);
107
status_t MemoryHeapBase::
mapfd
(int fd, size_t size, uint32_t offset)
function in class:android::MemoryHeapBase
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c
397
static int
mapFd
= -1;
505
if (
mapFd
< 0) {
506
if ((
mapFd
= open("/dev/mmap", O_RDWR)) < 0)
514
if ((vaddr = (void *)ioctl(
mapFd
, MAP, &mloc)) == (void *)-1)
557
if (
mapFd
< 0) {
558
if ((
mapFd
= open(DEV_MEM, O_RDWR)) < 0)
562
MAP_FILE | MAP_SHARED,
mapFd
, (off_t)offset);
/frameworks/base/include/binder/
MemoryHeapBase.h
86
status_t
mapfd
(int fd, size_t size, uint32_t offset = 0);
Completed in 61 milliseconds