bbrreeaadd() -- Block-Device Routine

#iinncclluuddee <ssyyss/bbuuff.hh>
BBUUFF *
bbrreeaadd(_d_e_v_i_c_e, _b_n_o, _f_l_a_g)
ddeevv_tt _d_e_v;
ddaaddddrr_tt _b_n_o;

bbrreeaadd() reads  the block _b_n_o  into the buffer  cache.  If _f_l_a_g  is set, the
read is synchronous  (that is, bbrreeaadd() will wait for  I/O to complete), and
bbrreeaadd()  will return  a  pointer to  the  buffer.  Otherwise,  the read  is
asynchronous (that  it, it returns immediately),  and bbrreeaadd() returns NULL.
If  the  BFERR bit  is  set in  the  buffer's field  bb_ffllaagg,  a read  error
occurred.

_S_e_e _A_l_s_o
bblloocckk-ddeevviiccee rroouuttiinneess
