Lines Matching refs:dword2byte
96 dword2byte(4,buf); in authenticate_to_floppyd()
97 dword2byte(floppyd->version,buf+4); in authenticate_to_floppyd()
116 dword2byte(filelen, (Byte *)xcookie); in authenticate_to_floppyd()
136 dword2byte(1, buf); in floppyd_reader()
138 dword2byte(4, buf+5); in floppyd_reader()
139 dword2byte(len, buf+9); in floppyd_reader()
180 dword2byte(1, buf); in floppyd_writer()
182 dword2byte(len, buf+5); in floppyd_writer()
215 dword2byte(1, buf); in floppyd_lseek()
218 dword2byte(8, buf+5); in floppyd_lseek()
219 dword2byte(truncBytes32(offset), buf+9); in floppyd_lseek()
220 dword2byte(whence, buf+13); in floppyd_lseek()
244 dword2byte(1, buf); in floppyd_lseek64()
247 dword2byte(12, buf+5); in floppyd_lseek64()
249 dword2byte(whence, buf+17); in floppyd_lseek64()
278 dword2byte(1, buf); in floppyd_open()
283 dword2byte(4, buf+5); in floppyd_open()
284 dword2byte(This->drive, buf+9); in floppyd_open()
356 dword2byte(1, buf); in floppyd_flush()
358 dword2byte(1, buf+5); in floppyd_flush()
382 dword2byte(1, buf); in floppyd_free()