taglinefilesource code
rl687drivers/block/sbpcd.cstatic u_int make16(u_char rh, u_char rl)
rl689drivers/block/sbpcd.creturn ((rh<<8)|rl);
rl692drivers/block/sbpcd.cstatic u_int make32(u_int rh, u_int rl)
rl694drivers/block/sbpcd.creturn ((rh<<16)|rl);