| /src/external/gpl3/gdb/dist/gdb/ |
| procfs.c | 240 int as_fd; /* File descriptor for /proc as file */ member in struct:procinfo 419 pi->as_fd = fd; 489 if (pi->as_fd > 0) 490 close (pi->as_fd); 493 pi->ctl_fd = pi->as_fd = pi->status_fd = 0; 2369 if (pi->as_fd == 0 && open_procinfo_files (pi, FD_AS) == 0) 2375 if (lseek (pi->as_fd, (off_t) memaddr, SEEK_SET) != (off_t) memaddr) 2381 nbytes = write (pi->as_fd, writebuf, len); 2386 nbytes = read (pi->as_fd, readbuf, len);
|
| procfs.c | 240 int as_fd; /* File descriptor for /proc as file */ member in struct:procinfo 419 pi->as_fd = fd; 489 if (pi->as_fd > 0) 490 close (pi->as_fd); 493 pi->ctl_fd = pi->as_fd = pi->status_fd = 0; 2369 if (pi->as_fd == 0 && open_procinfo_files (pi, FD_AS) == 0) 2375 if (lseek (pi->as_fd, (off_t) memaddr, SEEK_SET) != (off_t) memaddr) 2381 nbytes = write (pi->as_fd, writebuf, len); 2386 nbytes = read (pi->as_fd, readbuf, len);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| procfs.c | 239 int as_fd; /* File descriptor for /proc as file */ member in struct:procinfo 418 pi->as_fd = fd; 488 if (pi->as_fd > 0) 489 close (pi->as_fd); 492 pi->ctl_fd = pi->as_fd = pi->status_fd = 0; 2367 if (pi->as_fd == 0 && open_procinfo_files (pi, FD_AS) == 0) 2373 if (lseek (pi->as_fd, (off_t) memaddr, SEEK_SET) != (off_t) memaddr) 2379 nbytes = write (pi->as_fd, writebuf, len); 2384 nbytes = read (pi->as_fd, readbuf, len);
|
| procfs.c | 239 int as_fd; /* File descriptor for /proc as file */ member in struct:procinfo 418 pi->as_fd = fd; 488 if (pi->as_fd > 0) 489 close (pi->as_fd); 492 pi->ctl_fd = pi->as_fd = pi->status_fd = 0; 2367 if (pi->as_fd == 0 && open_procinfo_files (pi, FD_AS) == 0) 2373 if (lseek (pi->as_fd, (off_t) memaddr, SEEK_SET) != (off_t) memaddr) 2379 nbytes = write (pi->as_fd, writebuf, len); 2384 nbytes = read (pi->as_fd, readbuf, len);
|