| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| sar-c.d | 16 * sread/s reads 59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0; 72 "Time", "scall/s", "sread/s", "swrit/s", "fork/s", 81 sysinfo:::sysread { sread++; } 96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar); 99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
|
| /src/external/cddl/dtracetoolkit/dist/System/ |
| sar-c.d | 16 * sread/s reads 59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0; 72 "Time", "scall/s", "sread/s", "swrit/s", "fork/s", 81 sysinfo:::sysread { sread++; } 96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar); 99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| Makefile | 48 misc pause print sread str cmdline\
|
| /src/external/mit/libuv/dist/src/unix/ |
| stream.c | 56 fd_set* sread; member in struct:uv__stream_select_s 170 memset(s->sread, 0, s->sread_sz); 174 FD_SET(fd, s->sread); 177 FD_SET(s->int_fd, s->sread); 180 r = select(max_fd + 1, s->sread, s->swrite, NULL, NULL); 194 if (FD_ISSET(s->int_fd, s->sread)) 215 if (FD_ISSET(fd, s->sread)) 220 assert(events != 0 || FD_ISSET(s->int_fd, s->sread)); 341 s->sread = (fd_set*) ((char*) s + sizeof(*s)); 343 s->swrite = (fd_set*) ((char*) s->sread + sread_sz) [all...] |
| /src/sys/lib/libgnuefi/ |
| Makefile | 55 misc.c print.c sread.c str.c \
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| unix.h | 51 sread (stream *s, void *buf, ssize_t nbyte) function
|
| file_pos.c | 57 if (sread (u->s, p, n) != n) 123 if (sread (u->s, p, length) != length)
|
| fbuf.c | 158 of the record. For reading, this also happens if we sread() past 263 readlen = sread (u->s, u->fbuf->buf + oldact, oldpos + *len - oldact);
|
| intrinsics.c | 55 ret = sread (u->s, c, 1);
|
| transfer.c | 650 have_read_record = sread (dtp->u.p.current_unit->s, buf, 685 to_read_record = sread (dtp->u.p.current_unit->s, buf, to_read_record); 741 have_read_subrecord = sread (dtp->u.p.current_unit->s, 2886 nr = sread (dtp->u.p.current_unit->s, &i, n); 3762 readb = sread (dtp->u.p.current_unit->s, p, rlength);
|
| list_read.c | 267 length = sread (dtp->u.p.current_unit->s, &c, 1); 271 length = sread (dtp->u.p.current_unit->s, &cc, 1);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| unix.h | 51 sread (stream *s, void *buf, ssize_t nbyte) function
|
| file_pos.c | 57 if (sread (u->s, p, n) != n) 123 if (sread (u->s, p, length) != length)
|
| fbuf.c | 158 of the record. For reading, this also happens if we sread() past 263 readlen = sread (u->s, u->fbuf->buf + oldact, oldpos + *len - oldact);
|
| intrinsics.c | 55 ret = sread (u->s, c, 1);
|
| transfer.c | 650 have_read_record = sread (dtp->u.p.current_unit->s, buf, 685 to_read_record = sread (dtp->u.p.current_unit->s, buf, to_read_record); 741 have_read_subrecord = sread (dtp->u.p.current_unit->s, 2829 nr = sread (dtp->u.p.current_unit->s, &i, n); 3705 readb = sread (dtp->u.p.current_unit->s, p, rlength);
|
| list_read.c | 271 length = sread (dtp->u.p.current_unit->s, &c, 1); 275 length = sread (dtp->u.p.current_unit->s, &cc, 1);
|
| /src/external/bsd/file/dist/src/ |
| compress.c | 426 sread(int fd, void *buf, size_t n, int canbepipe __attribute__((__unused__))) function 541 while ((r = sread(fd, buf, sizeof(buf), 1)) > 0) 1245 r = sread(fdp[STDOUT_FILENO][0], *newch, bytes_max, 0); 1263 if ((re = sread(fdp[STDERR_FILENO][0], *newch, bytes_max, 0)) > 0) {
|
| file.h | 618 file_protected ssize_t sread(int, void *, size_t, int);
|
| magic.c | 508 while ((r = sread(fd, RCAST(void *, &buf[nbytes]),
|