Home
last modified time | relevance | path

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

/freebsd/tools/bus_space/C/
H A Dlang.c39 return ((!bs_read(rid, ofs, &val, sizeof(val))) ? -1 : (int)val); in bus_read_1()
47 return ((!bs_read(rid, ofs, &val, sizeof(val))) ? -1 : (int)val); in bus_read_2()
55 return ((!bs_read(rid, ofs, &val, sizeof(val))) ? -1 : (int64_t)val); in bus_read_4()
/freebsd/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) in bs_read() function
/freebsd/tools/bus_space/Python/
H A Dlang.c42 if (!bs_read(rid, ofs, &val, sizeof(val))) { in bus_read_1()
58 if (!bs_read(rid, ofs, &val, sizeof(val))) { in bus_read_2()
74 if (!bs_read(rid, ofs, &val, sizeof(val))) { in bus_read_4()