taglinefilesource code
rl507drivers/block/sbpcd.cstatic u_int make16(u_char rh, u_char rl)
rl509drivers/block/sbpcd.creturn ((rh<<8)|rl);
rl512drivers/block/sbpcd.cstatic u_int make32(u_int rh, u_int rl)
rl514drivers/block/sbpcd.creturn ((rh<<16)|rl);