| /netbsd-src/external/cddl/dtracetoolkit/dist/System/ |
| H A D | sar-c.d | 59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0; 81 sysinfo:::sysread { sread++; } 96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar); 99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | sar-c.d | 59 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0; 81 sysinfo:::sysread { sread++; } 96 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar); 99 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | sar-c_example.txt | 10 Time scall/s sread/s swrit/s fork/s exec/s rchar/s wchar/s 31 02:40:23 scall/s sread/s swrit/s fork/s exec/s rchar/s wchar/s
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | sar-c_example.txt | 10 Time scall/s sread/s swrit/s fork/s exec/s rchar/s wchar/s 31 02:40:23 scall/s sread/s swrit/s fork/s exec/s rchar/s wchar/s
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | stream.c | 56 fd_set* sread; member 160 memset(s->sread, 0, s->sread_sz); in uv__stream_osx_select() 164 FD_SET(fd, s->sread); in uv__stream_osx_select() 167 FD_SET(s->int_fd, s->sread); in uv__stream_osx_select() 170 r = select(max_fd + 1, s->sread, s->swrite, NULL, NULL); in uv__stream_osx_select() 184 if (FD_ISSET(s->int_fd, s->sread)) in uv__stream_osx_select() 205 if (FD_ISSET(fd, s->sread)) in uv__stream_osx_select() 210 assert(events != 0 || FD_ISSET(s->int_fd, s->sread)); in uv__stream_osx_select() 331 s->sread = (fd_set*) ((char*) s + sizeof(*s)); in uv__stream_try_select() 333 s->swrite = (fd_set*) ((char*) s->sread + sread_sz); in uv__stream_try_select()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | Makefile | 48 misc pause print sread str cmdline\
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | file_pos.c | 57 if (sread (u->s, p, n) != n) in formatted_backspace() 123 if (sread (u->s, p, length) != length) in unformatted_backspace()
|
| H A D | unix.h | 51 sread (stream *s, void *buf, ssize_t nbyte) in sread() function
|
| H A D | fbuf.c | 263 readlen = sread (u->s, u->fbuf->buf + oldact, oldpos + *len - oldact); in fbuf_read()
|
| H A D | intrinsics.c | 55 ret = sread (u->s, c, 1); in PREFIX()
|
| H A D | transfer.c | 650 have_read_record = sread (dtp->u.p.current_unit->s, buf, in read_block_direct() 685 to_read_record = sread (dtp->u.p.current_unit->s, buf, to_read_record); in read_block_direct() 741 have_read_subrecord = sread (dtp->u.p.current_unit->s, in read_block_direct() 2829 nr = sread (dtp->u.p.current_unit->s, &i, n); in us_read() 3705 readb = sread (dtp->u.p.current_unit->s, p, rlength); in skip_record()
|
| H A D | list_read.c | 271 length = sread (dtp->u.p.current_unit->s, &c, 1); in next_char_internal() 275 length = sread (dtp->u.p.current_unit->s, &cc, 1); in next_char_internal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | file_pos.c | 57 if (sread (u->s, p, n) != n) in formatted_backspace() 118 if (sread (u->s, p, length) != length) in unformatted_backspace()
|
| H A D | unix.h | 51 sread (stream *s, void *buf, ssize_t nbyte) in sread() function
|
| H A D | fbuf.c | 263 readlen = sread (u->s, u->fbuf->buf + oldact, oldpos + *len - oldact); in fbuf_read()
|
| H A D | intrinsics.c | 55 ret = sread (u->s, c, 1); in PREFIX()
|
| H A D | transfer.c | 650 have_read_record = sread (dtp->u.p.current_unit->s, buf, in read_block_direct() 685 to_read_record = sread (dtp->u.p.current_unit->s, buf, to_read_record); in read_block_direct() 741 have_read_subrecord = sread (dtp->u.p.current_unit->s, in read_block_direct() 2677 nr = sread (dtp->u.p.current_unit->s, &i, n); in us_read() 3542 readb = sread (dtp->u.p.current_unit->s, p, rlength); in skip_record()
|
| H A D | list_read.c | 272 length = sread (dtp->u.p.current_unit->s, &c, 1); in next_char_internal() 276 length = sread (dtp->u.p.current_unit->s, &cc, 1); in next_char_internal()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | compress.c | 413 sread(int fd, void *buf, size_t n, int canbepipe __attribute__((__unused__))) in sread() function 528 while ((r = sread(fd, buf, sizeof(buf), 1)) > 0) in file_pipe2file() 1170 r = sread(fdp[STDOUT_FILENO][0], *newch, bytes_max, 0); in uncompressbuf() 1188 if ((re = sread(fdp[STDERR_FILENO][0], *newch, bytes_max, 0)) > 0) { in uncompressbuf()
|
| H A D | magic.c | 506 while ((r = sread(fd, RCAST(void *, &buf[nbytes]), in file_or_fd()
|
| H A D | file.h | 592 file_protected ssize_t sread(int, void *, size_t, int);
|
| /netbsd-src/sys/lib/libgnuefi/ |
| H A D | Makefile | 55 misc.c print.c sread.c str.c \
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2008 | 1154 * io/file_pos.c (formatted_backspace): Change to use sread. 1167 * io/transfer.c (read_sf): Change to use sread. 1168 (read_block): Rename to read_block_form, change prototype, use sread. 1174 (us_read): Change to use sread. 1178 (skip_record): Change to use sread. 1180 (next_record_r): Change to use sread.
|
| H A D | ChangeLog-2012 | 783 (sread): Dereference vtable pointer.
|
| H A D | ChangeLog-2009 | 193 (sread): Likewise.
|