taglinefilesource code
rl807drivers/block/sbpcd.cstatic INLINE u_int make16(u_char rh, u_char rl)
rl809drivers/block/sbpcd.creturn ((rh<<8)|rl);
rl812drivers/block/sbpcd.cstatic INLINE u_int make32(u_int rh, u_int rl)
rl814drivers/block/sbpcd.creturn ((rh<<16)|rl);