Home
last modified time | relevance | path

Searched refs:raw_read (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dxx.c69 raw_read((uint32_t)(SCSI_PARTTOP + dblk), (uint32_t)size, buf); in xxstrategy()
H A Dxxboot.h31 extern int raw_read(uint32_t, uint32_t, void *);
H A Dbootmain.c139 raw_read(PARTTBL_TOP, SCSI_CAP.blocksize, &partbuf); in get_scsi_part()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c312 raw_read (unix_stream *s, void *buf, ssize_t nbyte) in raw_read() function
499 .read = (void *) raw_read,
599 did_read = raw_read (s, s->buffer, s->buffer_size); in buf_read()
612 did_read = raw_read (s, p, to_read); in buf_read()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c312 raw_read (unix_stream *s, void *buf, ssize_t nbyte) in raw_read() function
499 .read = (void *) raw_read,
599 did_read = raw_read (s, s->buffer, s->buffer_size); in buf_read()
612 did_read = raw_read (s, p, to_read); in buf_read()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20161200 * io/unix.c (raw_read): Handle EINTR.
H A DChangeLog-20182283 (raw_read): For reads larger than MAX_CHUNK, loop.
H A DChangeLog-20092379 (do_read): Rename to raw_read, update to match new stream
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20182398 correctly-sized buffer with raw_read.
2400 raw_read/raw_write.
8766 (readable_regcache::raw_read): Remove cast.
9348 readable_regcache::raw_read instead.
15231 * regcache.c (regcache::raw_read): Move it to readable_regcache.
15969 method raw_read instead of regcache_raw_read.
H A DChangeLog-201711874 (regcache::raw_read): New function.
11890 <raw_read, raw_write>: New.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20182398 correctly-sized buffer with raw_read.
2400 raw_read/raw_write.
8766 (readable_regcache::raw_read): Remove cast.
9348 readable_regcache::raw_read instead.
15231 * regcache.c (regcache::raw_read): Move it to readable_regcache.
15969 method raw_read instead of regcache_raw_read.
H A DChangeLog-201711874 (regcache::raw_read): New function.
11890 <raw_read, raw_write>: New.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git7817 pseudo register. Add a call to raw_read to fix this.
8225 status = regcache->raw_read (tdep->k0_regnum + regnum, raw_buf);
8228 k0_regnum, add k0_regnum, and pass the result to raw_read. So we would
8229 end up calling raw_read with the same regnum as the function received
144586 …#4 0x0000555556278f14 in readable_regcache::raw_read (this=0x555558805ce0, regnum=16, buf=0x55555…