taglinefilesource code
rl471drivers/block/sbpcd.cstatic u_int make16(u_char rh, u_char rl)
rl473drivers/block/sbpcd.creturn ((rh<<8)|rl);
rl476drivers/block/sbpcd.cstatic u_int make32(u_int rh, u_int rl)
rl478drivers/block/sbpcd.creturn ((rh<<16)|rl);