Searched refs:map_fd (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c594 int map_fd = phys_mapping(to_phys((void *)stack), &map_offset); local
603 .fd = map_fd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c594 int map_fd = phys_mapping(to_phys((void *)stack), &map_offset); local
603 .fd = map_fd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dprocfs.c5389 int map_fd; local
5400 if ((map_fd = open (pathname, O_RDONLY)) < 0)
5404 make_cleanup_close (map_fd);
5408 if (fstat (map_fd, &sbuf) != 0)
5413 if (read (map_fd, (char *) prmaps, nmap * sizeof (*prmaps))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dprocfs.c5389 int map_fd; local
5400 if ((map_fd = open (pathname, O_RDONLY)) < 0)
5404 make_cleanup_close (map_fd);
5408 if (fstat (map_fd, &sbuf) != 0)
5413 if (read (map_fd, (char *) prmaps, nmap * sizeof (*prmaps))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dprocfs.c5389 int map_fd; local
5400 if ((map_fd = open (pathname, O_RDONLY)) < 0)
5404 make_cleanup_close (map_fd);
5408 if (fstat (map_fd, &sbuf) != 0)
5413 if (read (map_fd, (char *) prmaps, nmap * sizeof (*prmaps))

Completed in 195 milliseconds