taglinefilesource code
rl654drivers/block/sbpcd.cstatic u_int make16(u_char rh, u_char rl)
rl656drivers/block/sbpcd.creturn ((rh<<8)|rl);
rl659drivers/block/sbpcd.cstatic u_int make32(u_int rh, u_int rl)
rl661drivers/block/sbpcd.creturn ((rh<<16)|rl);