Searched refs:bs_read (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/tools/bus_space/
H A Dbus.h31 int bs_read(int rid, off_t ofs, void *buf, ssize_t bufsz);
H A Dbus.c130 bs_read(int rid, off_t ofs, void *buf, ssize_t bufsz) function
/freebsd-current/tools/bus_space/C/
H A Dlang.c39 return ((!bs_read(rid, ofs, &val, sizeof(val))) ? -1 : (int)val);
47 return ((!bs_read(rid, ofs, &val, sizeof(val))) ? -1 : (int)val);
55 return ((!bs_read(rid, ofs, &val, sizeof(val))) ? -1 : (int64_t)val);
/freebsd-current/tools/bus_space/Python/
H A Dlang.c42 if (!bs_read(rid, ofs, &val, sizeof(val))) {
58 if (!bs_read(rid, ofs, &val, sizeof(val))) {
74 if (!bs_read(rid, ofs, &val, sizeof(val))) {

Completed in 111 milliseconds